优化pc版本首页
This commit is contained in:
@@ -6,11 +6,6 @@ export const publicRoutes: RouteRecordRaw[] = [
|
||||
name: 'home',
|
||||
component: () => import('@/views/public/HomeView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/listings',
|
||||
name: 'listings',
|
||||
component: () => import('@/views/public/ListingsView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/listings/:id',
|
||||
name: 'listing-detail',
|
||||
|
||||
Reference in New Issue
Block a user