|
|
@ -206,7 +206,6 @@ const routes = [
|
|
|
|
name: "weather",
|
|
|
|
name: "weather",
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: "气象检测",
|
|
|
|
title: "气象检测",
|
|
|
|
icon: "",
|
|
|
|
|
|
|
|
keepAlive: true,
|
|
|
|
keepAlive: true,
|
|
|
|
requiresAuth: true,
|
|
|
|
requiresAuth: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -216,7 +215,7 @@ const routes = [
|
|
|
|
path: "/icing",
|
|
|
|
path: "/icing",
|
|
|
|
component: () => import("../views/iceWeather/icing/index.vue"),
|
|
|
|
component: () => import("../views/iceWeather/icing/index.vue"),
|
|
|
|
name: "icing",
|
|
|
|
name: "icing",
|
|
|
|
meta: { title: "覆冰", icon: "", keepAlive: true, requiresAuth: true },
|
|
|
|
meta: { title: "覆冰监测", keepAlive: true, requiresAuth: true },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|