瀏覽代碼

no message

libushang 7 月之前
父節點
當前提交
2a71d38112
共有 1 個文件被更改,包括 18 次插入0 次删除
  1. 18 0
      src/router/routes.ts

+ 18 - 0
src/router/routes.ts

@@ -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
+        }
       }
     ]
   }