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

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

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

Loading…
Cancel
Save