业务导航

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: '', // path: '',
component: Layout, // component: Layout,
redirect: 'index1', // redirect: 'index1',
children: [ // children: [
{ // {
path: 'index1', // path: 'index1',
component: () => import('@/views/index'), // component: () => import('@/views/index'),
name: 'Index1', // name: 'Index1',
meta: { title: '导航', icon: 'dashboard', affix: true } // meta: { title: '导航', icon: 'dashboard', affix: true }
}, // },
] // ]
}, // },
{ {
path: '/qrCode/qrCodePage', path: '/qrCode/qrCodePage',
component: () => import('@/views/qrCode/qrCode'), component: () => import('@/views/qrCode/qrCode'),