|
@@ -173,7 +173,6 @@ export default {
|
|
window.showDialog = this.showDialog
|
|
window.showDialog = this.showDialog
|
|
window.choseLayerSwitching = this.choseLayerSwitching
|
|
window.choseLayerSwitching = this.choseLayerSwitching
|
|
window.choseLayerSwitchingList = this.choseLayerSwitchingList
|
|
window.choseLayerSwitchingList = this.choseLayerSwitchingList
|
|
- window.choseLayerSwitchingList_Data = this.choseLayerSwitchingList_Data
|
|
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
@@ -319,10 +318,6 @@ export default {
|
|
choseLayerSwitchingList(urlList) {
|
|
choseLayerSwitchingList(urlList) {
|
|
this.$refs.supermap.layerSwitchingList(urlList)
|
|
this.$refs.supermap.layerSwitchingList(urlList)
|
|
},
|
|
},
|
|
- //选择图层(传递数组) 带数据
|
|
|
|
- choseLayerSwitchingList_Data(urlList) {
|
|
|
|
- this.$refs.supermap.layerSwitchingList_Data(urlList)
|
|
|
|
- },
|
|
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
cameraChat() {
|
|
cameraChat() {
|
|
// 基于准备好的dom,初始化echarts实例
|
|
// 基于准备好的dom,初始化echarts实例
|