|
@@ -619,6 +619,12 @@ const routes = [{
|
|
|
component: () =>
|
|
|
import ( /* webpackChunkName: "historysearch" */ "../views/NewPages/history-search.vue"),
|
|
|
},
|
|
|
+ // 报警中心-升压站报警
|
|
|
+ {
|
|
|
+ path: "/alarmCenter/boosterAlarm",
|
|
|
+ name: "boosterAlarm",
|
|
|
+ component: () => import("../views/alarmCenter/boosterAlarm.vue")
|
|
|
+ },
|
|
|
]
|
|
|
const router = createRouter({
|
|
|
history: createWebHashHistory(),
|