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)