1
0
forked from dyf/APP

670增加去连接蓝牙,其它体验问题小调整

This commit is contained in:
liub
2025-09-25 09:59:37 +08:00
parent 497cce1e45
commit 17e76f9fa8
10 changed files with 340 additions and 160 deletions

View File

@ -83,7 +83,7 @@ export default {
id: marker.deviceImei, // 适配deviceId字段
latitude: lat,
longitude: lng,
iconPath: marker.devicePic || '/static/images/common/device.png',
iconPath: marker.devicePic || '/static/images/common/mapLocation.png',
width: 40,
height: 40,
anchor: {x: 0.5, y: 0.5}, // 锚点在中心