jc
fanluyan 1 year ago
parent fafc902dd2
commit ed45fe4e3e

@ -78,21 +78,21 @@ export default {
index: "/realTimeSearch", index: "/realTimeSearch",
title: "历史图片", title: "历史图片",
}, },
// { {
// icon: "iconfont icon-fubing", icon: "iconfont icon-fubing",
// index: "/weatherIce", index: "/weatherIce",
// title: "", title: "气象覆冰",
// subs: [ subs: [
// { {
// index: "/weather", index: "/weather",
// title: "", title: "气象监测",
// }, },
// { {
// index: "/icing", index: "/icing",
// title: "", title: "覆冰监测",
// }, },
// ], ],
// }, },
{ {
icon: "el-icon-files", icon: "el-icon-files",
index: "/property", index: "/property",

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

@ -108,8 +108,8 @@ export default {
}, },
}, },
created() { created() {
this.getLineTreeList(); // // this.getLineTreeList(); //
this.companyVal = this.companyOptions[0].value; // this.companyVal = this.companyOptions[0].value;
}, },
methods: { methods: {
handleClick(val) { handleClick(val) {

Loading…
Cancel
Save