Browse Source

更改为邹平的经纬度以及地图显示比例

“hanlingqiang 3 years ago
parent
commit
da80957639
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/zhulao/views/circle/index.vue

+ 3 - 3
src/views/zhulao/views/circle/index.vue

@@ -49,8 +49,8 @@ export default {
         dictType: 'cms_institutional_nature',
       },
       categorieList: [],
-      latitude: 22.5436,
-      longitude: 114.057999,
+      latitude:  36.86295,   // 22.5436,
+      longitude: 117.74307, //114.057999,
       institutionList: [], //获取的机构
       markers: [],
       addMarkersList: [],
@@ -276,7 +276,7 @@ export default {
       map = new AMapOut.Map('container_home', {
         // center: [117.743109, 36.862989],
         center: [that.longitude, that.latitude],
-        zoom: 13.5,
+        zoom: 13.1,
         resizeEnable: true,
       })
       map.on('click', function mapClick(e) {