From 5d16c6e804c69c7928b297e4ba82ca335b708796 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 02 Sep 2022 09:46:54 +0800
Subject: [PATCH] 定位至南城县,修改编辑地块按钮样式

---
 src/components/leafletDraw.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/components/leafletDraw.vue b/src/components/leafletDraw.vue
index 1e76ae1..8bc6968 100644
--- a/src/components/leafletDraw.vue
+++ b/src/components/leafletDraw.vue
@@ -42,8 +42,11 @@
     },
     mounted () {
         this.addShow = true
-        this.lng = 115.89886924863
-        this.lat = 28.6780931500551
+        // this.lng = 115.89886924863
+        // this.lat = 28.6780931500551
+        //南城县
+        this.lng = 116.56705776
+        this.lat = 27.42386903
 
         this.initDate()
 

--
Gitblit v1.9.3