业务导航

This commit is contained in:
bb_pan 2026-01-28 09:34:07 +08:00
parent 56bd210f52
commit c7a23983fd
1 changed files with 13 additions and 13 deletions

View File

@ -70,20 +70,20 @@ export const constantRoutes = [
]
},
{
path: '',
component: Layout,
redirect: 'index1',
children: [
{
path: 'index1',
component: () => import('@/views/index'),
name: 'Index1',
meta: { title: '导航', icon: 'dashboard', affix: true }
},
// {
// path: '',
// component: Layout,
// redirect: 'index1',
// children: [
// {
// path: 'index1',
// component: () => import('@/views/index'),
// name: 'Index1',
// meta: { title: '导航', icon: 'dashboard', affix: true }
// },
]
},
// ]
// },
{
path: '/qrCode/qrCodePage',
component: () => import('@/views/qrCode/qrCode'),