无人机管理后台前端(已迁走)
罗广辉
2025-08-25 6f2a3011bd721cee47828393583ad0e0bc18761c
fix: 定位bug修复
1 files modified
2 ■■■ changed files
src/components/map-container/mapContainer.vue 2 ●●● patch | view | raw | blame | history
src/components/map-container/mapContainer.vue
@@ -105,7 +105,7 @@
    // 定位到点位
    const points = [[lng, lat]]  // 确保格式为二维数组
    flyVisual(points, viewer, 4)
    flyVisual({ positionsData:points, viewer })
}
/**