mod: 删除无用文件
This commit is contained in:
@@ -333,6 +333,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
||||
}
|
||||
}
|
||||
// {
|
||||
// path: 'useOpenTab',
|
||||
// component: () => import('@/views/hooks/useOpenTab.vue'),
|
||||
// name: 'UseOpenTab',
|
||||
// meta: {
|
||||
// title: 'useOpenTab'
|
||||
// }
|
||||
// }
|
||||
// {
|
||||
// path: 'useCrudSchemas',
|
||||
// component: () => import('@/views/hooks/useCrudSchemas.vue'),
|
||||
// name: 'UseCrudSchemas',
|
||||
@@ -559,6 +567,25 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/dynamic',
|
||||
component: Layout,
|
||||
redirect: '/404',
|
||||
name: 'Dynamic',
|
||||
meta: {
|
||||
hidden: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'tab/:id',
|
||||
component: () => import('@/components/Dynamic/src/Dynamic.vue'),
|
||||
name: 'Dynamic',
|
||||
meta: {
|
||||
title: '详情页'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user