1
0
forked from dyf/dyf-vue-ui

修复bug

This commit is contained in:
fengerli
2025-09-02 17:48:02 +08:00
parent f17e878e0c
commit 78771e9551
3 changed files with 14 additions and 3 deletions

View File

@ -151,7 +151,7 @@ const renderMarkers = () => {
map: mapInstance,
icon: new AMap.Icon({
size: new AMap.Size(32, 32), // Marker显示尺寸
image: 'https://a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-default.png',
image: '/src/assets/images/position_ico.png',
imageSize: new AMap.Size(32, 32)
})
});