|
@@ -706,7 +706,30 @@ const routes = [{
|
|
path: "/new/historysearch",
|
|
path: "/new/historysearch",
|
|
name: "historysearch",
|
|
name: "historysearch",
|
|
component: () => import( /* webpackChunkName: "historysearch" */ "../views/NewPages/history-search.vue"),
|
|
component: () => import( /* webpackChunkName: "historysearch" */ "../views/NewPages/history-search.vue"),
|
|
- },
|
|
|
|
|
|
+ }, // 报警中心-升压站报警
|
|
|
|
+ {
|
|
|
|
+ path: "/alarmCenter/boosterAlarm",
|
|
|
|
+ name: "boosterAlarm",
|
|
|
|
+ component: () => import("../views/alarmCenter/boosterAlarm.vue")
|
|
|
|
+ },
|
|
|
|
+ // 报警中心-SCADA报警
|
|
|
|
+ {
|
|
|
|
+ path: "/alarmCenter/scadaAlarm",
|
|
|
|
+ name: "scadaAlarm",
|
|
|
|
+ component: () => import("../views/alarmCenter/scadaAlarm.vue")
|
|
|
|
+ },
|
|
|
|
+ // 报警中心-自定义报警
|
|
|
|
+ {
|
|
|
|
+ path: "/alarmCenter/customAlarm",
|
|
|
|
+ name: "customAlarm",
|
|
|
|
+ component: () => import("../views/alarmCenter/customAlarm.vue")
|
|
|
|
+ },
|
|
|
|
+ // 报警中心-自定义报警统计
|
|
|
|
+ {
|
|
|
|
+ path: "/alarmCenter/customStatistics",
|
|
|
|
+ name: "customStatistics",
|
|
|
|
+ component: () => import("../views/alarmCenter/customStatistics.vue")
|
|
|
|
+ },
|
|
]
|
|
]
|
|
const router = createRouter({
|
|
const router = createRouter({
|
|
history: createWebHashHistory(),
|
|
history: createWebHashHistory(),
|