|
@@ -78,7 +78,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,
|
|
zoom: 13,
|
|
|
- center: [116.6612, 39.9125],
|
|
|
|
|
|
|
+ center: [116.660874,39.909968],
|
|
|
mapStyle: "amap://styles/darkblue",
|
|
mapStyle: "amap://styles/darkblue",
|
|
|
viewMode: "3D"
|
|
viewMode: "3D"
|
|
|
});
|
|
});
|