Hwf há 7 meses atrás
pai
commit
1cce9999f6
1 ficheiros alterados com 26 adições e 0 exclusões
  1. 26 0
      src/router/routes.ts

+ 26 - 0
src/router/routes.ts

@@ -78,6 +78,15 @@ export const constantRoutes: Array<RouteRecordRaw> = [
       noCache: true
     }
   },
+  {
+    path: "/nonCoalMine",
+    name: "NonCoalMine",
+    component: () => import("@/views/disasterRiskMonitor/nonCoalMine.vue"),
+    meta: {
+      title: "非煤矿山应急专题",
+      noCache: true
+    }
+  },
   {
     path: "/cityEmergencyEvent",
     name: "CityEmergencyEvent",
@@ -87,6 +96,23 @@ export const constantRoutes: Array<RouteRecordRaw> = [
       noCache: true
     }
   },
+  {
+    path: "/forestFirePrevention",
+    name: "ForestFirePrevention",
+    component: () => import("@/views/disasterRiskMonitor/forestFirePrevention.vue"),
+    meta: {
+      title: "城市应急事件专题",
+      noCache: true
+    }
+  },
+  {
+    path: "/windAndFloodPrevention",
+    name: "windAndFloodPrevention",
+    component: () => import("@/views/disasterRiskMonitor/windAndFloodPrevention.vue"),
+    meta: {
+      title: "防风防汛应急专题"
+    }
+  },
   {
     path: "/infoReception",
     name: "InfoReception",