|
|
@@ -144,17 +144,17 @@ export const asyncRoutes = [
|
|
|
permissions: ["jn_reliability_yjfx"],
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- path: "historyAnalyse", // 报警分析
|
|
|
- name: "historyAnalyse",
|
|
|
- component: () =>
|
|
|
- import("@/views/IntegratedAlarm/reliability/historyAnalyse"),
|
|
|
- meta: {
|
|
|
- title: "报警分析",
|
|
|
- icon: "",
|
|
|
- permissions: ["jn_reliability_bjfx"],
|
|
|
- },
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // path: "historyAnalyse", // 报警分析
|
|
|
+ // name: "historyAnalyse",
|
|
|
+ // component: () =>
|
|
|
+ // import("@/views/IntegratedAlarm/reliability/historyAnalyse"),
|
|
|
+ // meta: {
|
|
|
+ // title: "报警分析",
|
|
|
+ // icon: "",
|
|
|
+ // permissions: ["jn_reliability_bjfx"],
|
|
|
+ // },
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
@@ -162,7 +162,7 @@ export const asyncRoutes = [
|
|
|
name: "alarmConfig",
|
|
|
component: () => import("@/views/IntegratedAlarm/alarmConfig"),
|
|
|
meta: {
|
|
|
- title: "报警配置",
|
|
|
+ title: "预警配置",
|
|
|
icon: "svg-bjpz",
|
|
|
permissions: ["jn_alarmConfig"],
|
|
|
},
|
|
|
@@ -178,17 +178,17 @@ export const asyncRoutes = [
|
|
|
permissions: ["jn_safe_ssbj"],
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- path: "historyConfig", // 报警配置
|
|
|
- name: "historyConfig",
|
|
|
- component: () =>
|
|
|
- import("@/views/IntegratedAlarm/alarmConfig/historyConfig"),
|
|
|
- meta: {
|
|
|
- title: "报警配置",
|
|
|
- icon: "",
|
|
|
- permissions: ["jn_alarmConfig_bjpz"],
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: "historyConfig", // 报警配置
|
|
|
+ // name: "historyConfig",
|
|
|
+ // component: () =>
|
|
|
+ // import("@/views/IntegratedAlarm/alarmConfig/historyConfig"),
|
|
|
+ // meta: {
|
|
|
+ // title: "报警配置",
|
|
|
+ // icon: "",
|
|
|
+ // permissions: ["jn_alarmConfig_bjpz"],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
path: "earlyWarning",
|
|
|
name: "earlyWarning",
|