|
@@ -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",
|