|
@@ -119,13 +119,14 @@ export const constantRoutes = [
|
|
|
{
|
|
|
path: '/dataManage',
|
|
|
component: Layout,
|
|
|
+ hidden: true,
|
|
|
redirect: 'noredirect',
|
|
|
children: [
|
|
|
{
|
|
|
- path: 'contrast/:nonIdealID',
|
|
|
+ path: 'contrast',
|
|
|
component: () => import('@/views/dataManage/contrast'),
|
|
|
- name: 'Contrast',
|
|
|
- meta: { title: '数据对比', icon: 'user' }
|
|
|
+ name: 'contrast',
|
|
|
+ meta: { title: '数据对比' }
|
|
|
}
|
|
|
]
|
|
|
}
|