|
@@ -276,7 +276,7 @@ export default {
|
|
|
map = new AMapOut.Map('container_home', {
|
|
map = new AMapOut.Map('container_home', {
|
|
|
// center: [117.743109, 36.862989],
|
|
// center: [117.743109, 36.862989],
|
|
|
center: [that.longitude, that.latitude],
|
|
center: [that.longitude, that.latitude],
|
|
|
- zoom: 13.1,
|
|
|
|
|
|
|
+ zoom: 12.6,
|
|
|
resizeEnable: true,
|
|
resizeEnable: true,
|
|
|
})
|
|
})
|
|
|
map.on('click', function mapClick(e) {
|
|
map.on('click', function mapClick(e) {
|