refactor: 重构完成

This commit is contained in:
kailong321200875 2023-08-06 11:33:00 +08:00
parent a3d213df55
commit 5d55597cca
1 changed files with 0 additions and 19 deletions

View File

@ -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: '详情页'
}
}
]
} }
] ]