CN-1563 feat: 调整逻辑、删除demo

This commit is contained in:
chenjinsong
2024-03-04 17:28:05 +08:00
parent 4b910d3cef
commit 0b96157948
15 changed files with 25 additions and 17904 deletions

View File

@@ -36,24 +36,7 @@ router.beforeEach(async (to, from, next) => {
path: '/',
name: 'home',
component: () => import('@/components/layout/Home'),
children: [
{
path: '/temp',
component: () => import('@/Temp')
},
{
path: '/temp2',
component: () => import('@/Temp2')
},
{
path: '/temp3',
component: () => import('@/Temp3')
},
{
path: '/temp4',
component: () => import('@/Temp4')
}
]
children: []
}
handleRoutes(menuList, homeRoute.children)
router.addRoute(homeRoute)