src/views/Tools/AddOnlineMap.vue
@@ -237,6 +237,7 @@ open() { this.close(true); this.$refs.pop.open(); }, changeToken(token) { this.mapCollection.tokne = token; @@ -339,8 +340,11 @@ window.map.addLayer(window.olBaseMapLayer); } Viewer.imageryLayers.lowerToBottom(window.BaseMapLayer);//将图层移到最底层 Viewer.imageryLayers.raise(window.BaseMapLayer);//将图层移到最底层 Viewer.imageryLayers.raise(window.BaseMapLayer);//将图层上移一层 if (is_production) { Viewer.imageryLayers.raise(window.BaseMapLayer);//将图层上移一层 } }, // 添加数据 addData() {