|
|
@@ -140,11 +140,10 @@
|
|
|
<!-- 地图中心坐标 -->
|
|
|
<bm-marker
|
|
|
:position="{ lng: currentCenter.lng, lat: currentCenter.lat }"
|
|
|
- :dragging="true"
|
|
|
- animation="BMAP_ANIMATION_BOUNCE"
|
|
|
:icon="{
|
|
|
- url: 'http://developer.baidu.com/map/jsdemo/img/location.gif',
|
|
|
- size: { width: 14, height: 23 },
|
|
|
+ // url: 'http://developer.baidu.com/map/jsdemo/img/location.gif',
|
|
|
+ url: require('@/assets/mapLocation.png'),
|
|
|
+ size: { width: 42, height: 80 },
|
|
|
}">
|
|
|
</bm-marker>
|
|
|
<bm-marker
|