无人机接入

This commit is contained in:
2025-12-26 00:19:22 +08:00
parent e76b5075b2
commit 624c55c4b1
8 changed files with 308 additions and 28 deletions

View File

@@ -189,7 +189,9 @@ const addUAVToMap = () => {
if (circleGeometry) {
circleGeometry.show()
}
mapStore.updateWindowInfo({ visible: true, type: '_UAV', data: { ...item } })
if(item.sourceType) {
mapStore.updateWindowInfo({ visible: true, type: '_UAV', data: { ...item } })
}
})
}
})