项目首页和飞行作业切换报错问题修改

main
zhufu 2025-07-12 09:04:53 +08:00
parent cd1e0cd8ba
commit 53af48a650
1 changed files with 3 additions and 0 deletions

View File

@ -1546,6 +1546,9 @@ const loadChangGuangLayer = ()=>{
//
const setAirportPosition = async () => {
if(!graphicLayer){
return
}
let point = graphicLayer.getGraphicById('set-airport');
// //
let position = [props.airPort.longitude, props.airPort.latitude, 70];