role1.0
fanluyan 1 year ago
parent 932f0e968a
commit 17e5e4605c

@ -78,22 +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",

@ -187,7 +187,7 @@
</div> </div>
</div> </div>
<div class="noDatabox" v-if="codeList.length == 0"> <div class="noDatabox" v-if="codeList.length == 0">
<img src="../../assets/img/nopic1.jpg" /> <img src="../../../assets/img/nopic1.jpg" />
<p>暂无图表</p> <p>暂无图表</p>
</div> </div>
</div> </div>

Loading…
Cancel
Save