|
@@ -786,6 +786,12 @@ const routes = [{
|
|
|
component: () =>
|
|
|
import( "../views/malfunctionRecall/index.vue"),
|
|
|
},
|
|
|
+{
|
|
|
+ path: "/globalMonitor",
|
|
|
+ name: "globalMonitor",
|
|
|
+ component: () =>
|
|
|
+ import( "../views/globalMonitor/index.vue"),
|
|
|
+},
|
|
|
]
|
|
|
const router = createRouter({
|
|
|
history: createWebHashHistory(),
|