diff --git a/src/views/stationOperation/components/MapMarker.vue b/src/views/stationOperation/components/MapMarker.vue index 4dd9c4f..88e57a8 100644 --- a/src/views/stationOperation/components/MapMarker.vue +++ b/src/views/stationOperation/components/MapMarker.vue @@ -159,7 +159,6 @@ export default { // 初始化波纹 initRipples() { - console.log("xuanran",this.currList); this.currList // .filter( // stationInfo => @@ -171,7 +170,6 @@ export default { }, getRipple({ lon, lat, stationId, stationType, quality }) { - // console.log("lon, lat, stationId, stationType, quality",lon, lat, stationId, stationType, quality); const rippleDiv = document.createElement('div') rippleDiv.className = 'custom-ripple' if (quality == "excellent") { @@ -245,14 +243,6 @@ export default { } }, watch: { - // list: { - // // 数据变化时执行的逻辑代码 - // handler(newName, oldName) { - // console.log(newName); - // }, - // // 开启深度监听 - // deep: true - // } list() { this.map.getOverlays().clear() this.initMapPopup() diff --git a/src/views/stationOperation/components/MapPane.vue b/src/views/stationOperation/components/MapPane.vue index 4fa8f9c..fa4edc5 100644 --- a/src/views/stationOperation/components/MapPane.vue +++ b/src/views/stationOperation/components/MapPane.vue @@ -18,7 +18,7 @@