无人机管理后台前端(已迁走)
罗广辉
2025-08-25 ab389e723202953f75c520992e39195cad854ead
Merge branch 'prod' into feature/v5.0/5.0.4
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 })
}
/**