业务导航
This commit is contained in:
parent
56bd210f52
commit
c7a23983fd
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue