chore: 更新路由配置,使用 features 架构路径
This commit is contained in:
@@ -4,11 +4,11 @@ export const publicRoutes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '/',
|
||||
name: 'home',
|
||||
component: () => import('@/views/public/HomeView.vue'),
|
||||
component: () => import('@/features/listings/views/HomeView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/listings/:id',
|
||||
name: 'listing-detail',
|
||||
component: () => import('@/views/public/ListingDetailView.vue'),
|
||||
component: () => import('@/features/listings/views/ListingDetailView.vue'),
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user