|
@@ -619,6 +619,12 @@ const routes = [{
|
|
|
component: () =>
|
|
|
import ( "../views/NewPages/history-search.vue"),
|
|
|
},
|
|
|
+
|
|
|
+ {
|
|
|
+ path: "/alarmCenter/boosterAlarm",
|
|
|
+ name: "boosterAlarm",
|
|
|
+ component: () => import("../views/alarmCenter/boosterAlarm.vue")
|
|
|
+ },
|
|
|
]
|
|
|
const router = createRouter({
|
|
|
history: createWebHashHistory(),
|