|
@@ -168,8 +168,8 @@ export default {
|
|
|
},
|
|
|
mapReady({ BMap, map }) {
|
|
|
// 选择一个经纬度作为中心点
|
|
|
- this.point = new BMap.Point(120.327258, 31.48935)
|
|
|
- this.points = new BMap.Point(120.324658, 31.48935)
|
|
|
+ this.point = new BMap.Point(120.415285,31.499318)
|
|
|
+ this.points = new BMap.Point(120.412285,31.499318)
|
|
|
map.centerAndZoom(this.points, 18)
|
|
|
map.enableScrollWheelZoom(true)
|
|
|
var marker1 = new BMap.Marker(this.point)
|