From 26675d985d1658daa8edd80593b4bc4bf2c7dac7 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 03 Sep 2022 17:14:10 +0800
Subject: [PATCH] 删除打印

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

diff --git a/src/components/leafletDraw.vue b/src/components/leafletDraw.vue
index 2ca81f3..6ca9694 100644
--- a/src/components/leafletDraw.vue
+++ b/src/components/leafletDraw.vue
@@ -97,7 +97,6 @@
         initDate () {
             var str = window.location.search.substring(1)
             var obj = this.getUrlParams(str)
-            console.log(obj)
             if(obj.latitude&&obj.longitude){
                 this.lat = obj.latitude
                 this.lng = obj.longitude

--
Gitblit v1.9.3