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