吉安感知网项目-前端
shuishen
2026-02-04 ddc7d13c4e79062422ef1da6eaedc55a736626e7
feat:无人机轨迹数据兼容处理
1 files modified
4 ■■■■ changed files
applications/drone-command/src/components/map-container/device-map-container.vue 4 ●●●● patch | view | raw | blame | history
applications/drone-command/src/components/map-container/device-map-container.vue
@@ -607,10 +607,10 @@
                latitude: 27.097666,
                height: 400
            },
        ]
        ],
    ]
    return basePoints[center.trackIndex]
    return basePoints[center.trackIndex] || basePoints[1]
}