From 737e438856c223b93163fa0054d7a74616dd1d15 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 5 Sep 2024 17:07:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2=E9=A6=96=E6=AC=A1=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E7=82=B9=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/screen-map-legeng/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {