LAPTOP-UBJMM5MG\user 1 年之前
父節點
當前提交
45f7c1c63e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/contact/index.vue

+ 2 - 2
src/views/contact/index.vue

@@ -168,8 +168,8 @@ export default {
         },
         mapReady({ BMap, map }) {
             // 选择一个经纬度作为中心点
-            this.point = new BMap.Point(120.327258, 31.48935)
-            this.points = new BMap.Point(120.324658, 31.48935)
+            this.point = new BMap.Point(120.415285,31.499318)
+            this.points = new BMap.Point(120.412285,31.499318)
             map.centerAndZoom(this.points, 18)
             map.enableScrollWheelZoom(true)
             var marker1 = new BMap.Marker(this.point)