jc
fanluyan 1 year ago
parent fafc902dd2
commit ed45fe4e3e

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

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

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

Loading…
Cancel
Save