diff --git a/src/views/sevenLargeScreen/digitalConstruction/carPosition/index.vue b/src/views/sevenLargeScreen/digitalConstruction/carPosition/index.vue index 8f9dd92..04b8539 100644 --- a/src/views/sevenLargeScreen/digitalConstruction/carPosition/index.vue +++ b/src/views/sevenLargeScreen/digitalConstruction/carPosition/index.vue @@ -1086,7 +1086,7 @@ function addMarker() { var marker = new AMap.Marker({ icon: startIcon, position: [locationList.value[0].longitude, locationList.value[0].latitude], - size: new AMap.Size(25, 34) + size: new AMap.Size(25, 34), offset: new AMap.Pixel(-12, -29) }); marker.setMap(map);