This commit is contained in:
qsh
2025-03-04 17:28:13 +08:00
parent 6baa78a94f
commit 3ec039050f
3 changed files with 42 additions and 22 deletions

View File

@@ -129,27 +129,27 @@ const remainingRouter: AppRouteRecordRaw[] = [
// }
// ]
// },
{
path: '/Basic',
component: Layout,
name: 'Basic',
meta: { title: '菜单管理' },
redirect: '/Basic/menu',
children: [
{
path: 'menu',
component: () => import('@/views/Basic/Menu/index.vue'),
name: 'Menu',
meta: {
canTo: true,
hidden: true,
noTagsView: false,
icon: 'ep:user',
title: '菜单管理'
}
}
]
},
// {
// path: '/Basic',
// component: Layout,
// name: 'Basic',
// meta: { title: '菜单管理' },
// redirect: '/Basic/menu',
// children: [
// {
// path: 'menu',
// component: () => import('@/views/Basic/Menu/index.vue'),
// name: 'Menu',
// meta: {
// canTo: true,
// hidden: true,
// noTagsView: false,
// icon: 'ep:user',
// title: '菜单管理'
// }
// }
// ]
// },
{
path: '/login',
component: () => import('@/views/Login/Login.vue'),