|
|
@ -58,13 +58,12 @@ export const constantRoutes = [ |
|
|
|
hidden: true |
|
|
|
hidden: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
path: '/', |
|
|
|
path: '', |
|
|
|
// redirect: '/index',
|
|
|
|
|
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
path: '/bigview', |
|
|
|
path: 'bigview', |
|
|
|
component: () => import('@/views/bigview/index'), |
|
|
|
component: () => import('@/views/bigview/index'), |
|
|
|
name: 'Bigview', |
|
|
|
name: 'bigview', |
|
|
|
meta: { title: '首页', icon: 'dashboard', affix: true } |
|
|
|
meta: { title: '首页', icon: 'dashboard', affix: true } |
|
|
|
}, |
|
|
|
}, |
|
|
|
] |
|
|
|
] |
|
|
|