|
@@ -2,7 +2,7 @@
|
|
|
<div class="bottom-menu-normal">
|
|
|
<div v-for="(fastMenu,index) in fastMenu" :key="index" class="btm-m-con"
|
|
|
@click.stop="showDialog(fastMenu.click)">
|
|
|
- <a><i class="iconfont" :class="fastMenu.icon"></i>{{fastMenu.name}}
|
|
|
+ <a><i :class="fastMenu.icon"></i>{{fastMenu.name}}
|
|
|
<div v-if="showChild && fastMenu.click == 'layerSwitching'" class="nav-child">
|
|
|
<el-button type="primary" @click.stop="choseLayerSwitching('http://121.37.83.100:8090/iserver/services/map-sipingshi/rest/maps/tiedong_lunkuo')" class="nav-child-btn">铁东</el-button>
|
|
|
<el-button type="primary" @click.stop="choseLayerSwitching('http://121.37.83.100:8090/iserver/services/map-sipingshi/rest/maps/tiexi_lunkuo')" class="nav-child-btn">铁西</el-button>
|
|
@@ -23,27 +23,32 @@
|
|
|
showChild: false,
|
|
|
fastMenu: [{
|
|
|
name: '事件定位',
|
|
|
- icon: 'sj-icon-sjdw',
|
|
|
+ icon: 'iconfont sj-icon-sjdw',
|
|
|
click: 'eventLocation'
|
|
|
},
|
|
|
{
|
|
|
name: '图层切换',
|
|
|
- icon: 'sj-icon-tcqh',
|
|
|
+ icon: 'iconfont sj-icon-tcqh',
|
|
|
click: 'layerSwitching'
|
|
|
},
|
|
|
{
|
|
|
name: '测量工具',
|
|
|
- icon: 'sj-icon-clgj',
|
|
|
+ icon: 'iconfont sj-icon-clgj',
|
|
|
click: 'editableLayers'
|
|
|
},
|
|
|
{
|
|
|
name: '林班',
|
|
|
- icon: 'sj-icon-lbzy',
|
|
|
+ icon: 'iconfont sj-icon-lbzy',
|
|
|
click: ''
|
|
|
},
|
|
|
{
|
|
|
name: '林场',
|
|
|
- icon: 'sj-icon-lczy',
|
|
|
+ icon: 'iconfont sj-icon-lczy',
|
|
|
+ click: ''
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '电视墙',
|
|
|
+ icon: 'el-icon-s-grid',
|
|
|
click: ''
|
|
|
}
|
|
|
]
|