From d37113b24bfe193e744f91f30e3e735994ffde9f Mon Sep 17 00:00:00 2001 From: JiangQiming <291854119@qq.com> Date: Thu, 5 Jan 2023 17:47:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GeoComponent/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/GeoComponent/index.vue b/src/components/GeoComponent/index.vue index f6c1d019..d2b051bf 100644 --- a/src/components/GeoComponent/index.vue +++ b/src/components/GeoComponent/index.vue @@ -75,7 +75,6 @@ const mapPoint = ref(''); const zoom = ref(12); const center = ref([106.55, 29.56]); let map: any = null; -let marker: any = null; // 地图经纬度 const position = ref([]);