@@ -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: '数据对比' }
}
]
@@ -105,7 +105,7 @@ export default {
// 查看数据对比结果
checkContrast(id){
this.$router.push({
params: {
nonIdealID: id,
},