|
@@ -63,17 +63,23 @@ export const constantRoutes = [
|
|
|
redirect: '/index',
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/dashboard',
|
|
|
+ path: '/index',
|
|
|
component: () => import('@/views/dashboard'),
|
|
|
- name: 'dashboard',
|
|
|
+ name: 'index',
|
|
|
meta: {title: '业务运行风险', icon: 'dashboard', affix: true}
|
|
|
},
|
|
|
- {
|
|
|
- path: '/index',
|
|
|
- component: () => import('@/views/index'),
|
|
|
- name: 'Index',
|
|
|
- hidden:true
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // path: '/dashboard',
|
|
|
+ // component: () => import('@/views/dashboard'),
|
|
|
+ // name: 'dashboard',
|
|
|
+ // meta: {title: '业务运行风险', icon: 'dashboard', affix: true}
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/index',
|
|
|
+ // component: () => import('@/views/index'),
|
|
|
+ // name: 'Index',
|
|
|
+ // hidden:true
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
{
|