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