|
@@ -289,6 +289,15 @@ export const workerRoute = [
|
|
|
noCache: true
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ path: "mobile_control",
|
|
|
+ name: "MobileControl",
|
|
|
+ component: () => import("@/views/mobileControl/index.vue"),
|
|
|
+ meta: {
|
|
|
+ title: "移动指挥(平时态)",
|
|
|
+ noCache: true
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
path: "event",
|
|
|
name: "Event2",
|
|
@@ -324,6 +333,15 @@ export const workerRoute = [
|
|
|
title: "点名记录",
|
|
|
noCache: true
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "my",
|
|
|
+ name: "My",
|
|
|
+ component: () => import("@/views/about/index.vue"),
|
|
|
+ meta: {
|
|
|
+ title: "我",
|
|
|
+ noCache: true
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|