地图实时显示AGV位置 + 点击地图导航 + Nav2检查修复

- 地图 overlay 新增 AGV 位置橙色脉冲点(动画)
- navCurrentPos 刷新周期:地图 Tab 下每 2 秒刷新
- agv-dot CSS:14px 橙色圆点 + 脉冲动画
- 点击地图直接导航功能(onMapClick)
- onMapClick:修复 img 标签 patch 逻辑(原已生效)
- style.css: 新增 agv-dot 脉冲动画样式
This commit is contained in:
ywb
2026-05-16 23:50:09 +08:00
parent 60331dda2b
commit edee9c4445
3 changed files with 28 additions and 4 deletions
+4 -1
View File
@@ -66,7 +66,10 @@ const app = createApp({
if (this.nav2Available && this.navStatus === 'navigating') {
this.refreshNavStatus()
}
}, 3000)
if (this.tab === 'map' && this.nav2Available) {
this.refreshNavStatus() // also refresh position for map display
}
}, 2000)
},
watch: {
// 监听点位数据变化,自动刷新地图