diff --git a/src/components/screen-map-legeng/index.vue b/src/components/screen-map-legeng/index.vue index a06f5db..c3f723c 100644 --- a/src/components/screen-map-legeng/index.vue +++ b/src/components/screen-map-legeng/index.vue @@ -60,9 +60,9 @@ export default { } }, mounted () { - setTimeout(() => { - this.setMapPoint(this.selectArr) - }, 1000) + // setTimeout(() => { + // this.setMapPoint(this.selectArr) + // }, 1000) }, methods: { setMapPoint (selectArr) {