From cc4a5fa62ead56f484e740bc8321c7311a82a614 Mon Sep 17 00:00:00 2001 From: wxs <211789910@qq.com> Date: Wed, 11 Mar 2026 18:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=B7=A1=E8=88=AA=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=BE=A7=E8=A7=86=E5=9B=BE=E7=AD=89=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=B8=BA0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/home/components/task-manage/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,