|
@@ -227,6 +227,28 @@ const routesMaster = [
|
|
mode: true
|
|
mode: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ //参数详情
|
|
|
|
+ {
|
|
|
|
+ path: 'chart',
|
|
|
|
+ name: 'MasterHealthChart',
|
|
|
|
+ component: () => import('../views/Master/Health/Chart.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ requireAuth: false,
|
|
|
|
+ role: [],
|
|
|
|
+ title: '参数详情',
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ //预警参数设置
|
|
|
|
+ {
|
|
|
|
+ path: 'warningSet',
|
|
|
|
+ name: 'MasterHealthWarningSet',
|
|
|
|
+ component: () => import('../views/Master/Health/WarningSet.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ requireAuth: false,
|
|
|
|
+ role: [],
|
|
|
|
+ title: '预警参数设置',
|
|
|
|
+ }
|
|
|
|
+ },
|
|
],
|
|
],
|
|
},
|
|
},
|
|
|
|
|