@ -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) {