Jelajahi Sumber

门店地图

DESKTOP-SVI9JE1\muzen 1 tahun lalu
induk
melakukan
82bee1bae9
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      src/pages/map/index.vue

+ 0 - 2
src/pages/map/index.vue

@@ -133,9 +133,7 @@ export default {
       this.AMap = await this.getMapLoader()
       // 自定义定位按钮
       this.geolocation = new AMap.Geolocation({
-        enableHighAccuracy: true, // 高精度定位
         timeout: 3000, // 定位超时时间
-        zoomToAccuracy: true, // 定位成功后再调整视野
         showCircle: false, // 定位成功有个圆形范围
         showButton: false // 是否显示按钮
       })