无人机sn

This commit is contained in:
2025-12-26 02:53:44 +08:00
parent 6de279cc85
commit fdefb92540
5 changed files with 24 additions and 17 deletions

View File

@@ -334,11 +334,8 @@ const initMonitor = () => {
pageSize: 9999
}
dsVideoList(params).then(res => {
if (res.success) {
geography.monitor = res.result.records
geography.monitor = res.data
addMonitorToMap()
}
})
}
const initAisStation = () => {