|
@@ -37,18 +37,20 @@
|
|
<div v-for="(fastMenu,index) in fastMenu" :key="index" class="btm-m-con">
|
|
<div v-for="(fastMenu,index) in fastMenu" :key="index" class="btm-m-con">
|
|
<a><i :class="fastMenu.icon" @click.stop="showDialog(fastMenu.click)"></i><a
|
|
<a><i :class="fastMenu.icon" @click.stop="showDialog(fastMenu.click)"></i><a
|
|
@click.stop="showDialog(fastMenu.click)">{{ fastMenu.name }}</a>
|
|
@click.stop="showDialog(fastMenu.click)">{{ fastMenu.name }}</a>
|
|
- <div v-if="showChild && fastMenu.click == 'layerSwitching'" class="nav-child">
|
|
|
|
- <el-button type="primary"
|
|
|
|
- @click.stop="choseLayerSwitching('http://218.27.1.154:8090/iserver/services/map-sipingshi/rest/maps/tiedong_lunkuo',true)"
|
|
|
|
- class="nav-child-btn" plain>铁东
|
|
|
|
- </el-button>
|
|
|
|
- <el-button type="primary"
|
|
|
|
- @click.stop="choseLayerSwitching('http://218.27.1.154:8090/iserver/services/map-sipingshi/rest/maps/tiexi_lunkuo',true)"
|
|
|
|
- class="nav-child-btn" plain>铁西
|
|
|
|
- </el-button>
|
|
|
|
|
|
+ <!--注释掉图层切换中的铁东铁西选项 李猛20221222-->
|
|
|
|
+<!-- <div v-if="showChild && fastMenu.click == 'layerSwitching'" class="nav-child">-->
|
|
|
|
+<!-- <el-button type="primary"-->
|
|
|
|
+<!-- @click.stop="choseLayerSwitching('http://218.27.1.154:8090/iserver/services/map-sipingshi/rest/maps/tiedong_lunkuo',true)"-->
|
|
|
|
+<!-- class="nav-child-btn" plain>铁东-->
|
|
|
|
+<!-- </el-button>-->
|
|
|
|
+<!-- <el-button type="primary"-->
|
|
|
|
+<!-- @click.stop="choseLayerSwitching('http://218.27.1.154:8090/iserver/services/map-sipingshi/rest/maps/tiexi_lunkuo',true)"-->
|
|
|
|
+<!-- class="nav-child-btn" plain>铁西-->
|
|
|
|
+<!-- </el-button>-->
|
|
<!-- <el-button type="danger" icon="el-icon-close" style="position: absolute;right: 0;top: 0;width: 1rem;height: 1rem;padding:0;"
|
|
<!-- <el-button type="danger" icon="el-icon-close" style="position: absolute;right: 0;top: 0;width: 1rem;height: 1rem;padding:0;"
|
|
@click.stop="closeChild"></el-button> -->
|
|
@click.stop="closeChild"></el-button> -->
|
|
- </div>
|
|
|
|
|
|
+<!-- </div>-->
|
|
|
|
+ <!--注释掉图层切换中的铁东铁西选项 李猛20221222-->
|
|
<!-- 林斑 -->
|
|
<!-- 林斑 -->
|
|
<div v-show="showBanChild && fastMenu.click == 'forestban'" class="nav-child">
|
|
<div v-show="showBanChild && fastMenu.click == 'forestban'" class="nav-child">
|
|
<div class="forestban">
|
|
<div class="forestban">
|