Browse Source

联系人

彭宇 2 years ago
parent
commit
941e472cd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/supermap.vue

+ 1 - 1
src/components/supermap.vue

@@ -1223,7 +1223,7 @@ export default {
       this.map.flyTo([lat, lng], 13, { duration: 2 })
     },
     dropLocation10: function(lat, lng) { //落点定位
-      this.map.flyTo([lat, lng], 14, { duration: 2 })
+      this.map.flyTo([lat, lng], 10, { duration: 2 })
     },
     controlLevel: function(level) { //控制地图缩放级别
       this.map.setZoom(level)