解决巡航模式侧视图等字段为0的问题

This commit is contained in:
wxs 2026-03-11 18:44:44 +08:00
parent 1ee68c6f9b
commit cc4a5fa62e

View File

@ -1151,7 +1151,7 @@ export default {
})
let airlineList = [
{
direction: 0,
direction: params.direction,
distance: 0,
endHeight: 0,
endLat: 0,
@ -1165,7 +1165,7 @@ export default {
flightStartLat: 0,
flightStartLon: 0,
flightType: 0,
grazingAngle: 0,
grazingAngle: 90 - params.theta,
groundStartHeight: 0,
groundStartLat: 0,
groundStartLon: 0,