|
@@ -86,7 +86,6 @@
|
|
|
created() {
|
|
|
/** ----------------------------------底部按钮公用组件开始------------------------------------- */
|
|
|
window.showDialog=this.showDialog
|
|
|
- window.closeChild=this.closeChild
|
|
|
window.choseLayerSwitching=this.choseLayerSwitching
|
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
|
},
|
|
@@ -141,10 +140,6 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- //点击关闭选择图层
|
|
|
- closeChild() {
|
|
|
- this.$refs.bottomMenu.showChild = false
|
|
|
- },
|
|
|
//选择图层
|
|
|
choseLayerSwitching(url) {
|
|
|
this.$refs.supermap.layerSwitching(url, true);
|