|
|
@@ -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) {
|