refactor: 重构完成
This commit is contained in:
parent
a3d213df55
commit
5d55597cca
|
@ -567,25 +567,6 @@ 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: '详情页'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue