diff --git a/frontend/Skyeye-sys-ui/src/views/home/components/task-manage/index.js b/frontend/Skyeye-sys-ui/src/views/home/components/task-manage/index.js index 0c6c9a9..28508ca 100644 --- a/frontend/Skyeye-sys-ui/src/views/home/components/task-manage/index.js +++ b/frontend/Skyeye-sys-ui/src/views/home/components/task-manage/index.js @@ -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,