|
@@ -250,7 +250,7 @@ export default {
|
|
|
|
|
|
|
|
this.AMap = AMap;
|
|
this.AMap = AMap;
|
|
|
this.map = new AMap.Map(this.$refs.mapContainer, {
|
|
this.map = new AMap.Map(this.$refs.mapContainer, {
|
|
|
- zoom: 13.5,
|
|
|
|
|
|
|
+ zoom: 14.5,
|
|
|
mapStyle: "amap://styles/darkblue",
|
|
mapStyle: "amap://styles/darkblue",
|
|
|
center: [116.663, 39.905],
|
|
center: [116.663, 39.905],
|
|
|
});
|
|
});
|