|
@ -46,7 +46,7 @@ export default { |
|
|
this.aMapIns = new this.AMap.Map(this.$refs.mapContainerRef, { |
|
|
this.aMapIns = new this.AMap.Map(this.$refs.mapContainerRef, { |
|
|
resizeEnable: true, //是否监控地图容器尺寸变化 |
|
|
resizeEnable: true, //是否监控地图容器尺寸变化 |
|
|
mapStyle: "amap://styles/blue", |
|
|
mapStyle: "amap://styles/blue", |
|
|
zoom: 9, |
|
|
zoom: 7, |
|
|
center: [116.629514, 35.794168], |
|
|
center: [116.629514, 35.794168], |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|