merge
parent
7ee0f9d2a5
commit
fa6cb383c4
|
|
@ -934,8 +934,7 @@
|
|||
|
||||
console.log("clueInfo",clueInfo.value);
|
||||
|
||||
// 创建无人机连接
|
||||
createUavConnection();
|
||||
|
||||
|
||||
// 获取任务列表
|
||||
handlerGetTaskList();
|
||||
|
|
@ -1294,7 +1293,6 @@
|
|||
}
|
||||
|
||||
// 更新位置
|
||||
console.log("messge9999999",topic);
|
||||
if (rs.data.latitude && rs.data.longitude) {
|
||||
console.log("messge9998",JSON.stringify(rs.data));
|
||||
handlerUpdateUavPostion(rs.data.longitude,rs.data.latitude)
|
||||
|
|
@ -1307,9 +1305,9 @@
|
|||
}
|
||||
|
||||
function handlerUavVerify(item){
|
||||
// 创建无人机连接
|
||||
createUavConnection();
|
||||
|
||||
// handlerUpdateUavPostion(118.296545,35.135447);
|
||||
// return null;
|
||||
clueInfo.value.lng = clueInfo.value.lng
|
||||
clueInfo.value.lat = clueInfo.value.lat;
|
||||
|
||||
|
|
@ -1327,8 +1325,7 @@
|
|||
})
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// 飞行
|
||||
if (droneData.value.droneInDock == 1) {
|
||||
// 在舱
|
||||
|
|
@ -1400,8 +1397,6 @@
|
|||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
// 更新无人机图标位置
|
||||
|
|
|
|||
Loading…
Reference in New Issue