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