From c17cbc515d1c0c0b2c4879cb9fed5e9b45439ecc Mon Sep 17 00:00:00 2001 From: renna <576157508@qq.com> Date: Wed, 16 Jul 2025 09:20:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B7=AF=E7=BA=BF=E8=B5=B7?= =?UTF-8?q?=E7=82=B9=20=E7=BB=88=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../map/controls/VehicleMovementControlRefactored.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/map/controls/VehicleMovementControlRefactored.vue b/src/components/map/controls/VehicleMovementControlRefactored.vue index 83a4274..ab4cab2 100644 --- a/src/components/map/controls/VehicleMovementControlRefactored.vue +++ b/src/components/map/controls/VehicleMovementControlRefactored.vue @@ -650,7 +650,7 @@ function getRouteStyle(routeType, routeStatus) { if (routeType === 'IN') { color = '#292C38'; // 深蓝色表示滑入 } else if (routeType === 'OUT') { - color = '#3388ff'; // 蓝色表示滑出 + color = '#27AE60'; // 蓝色表示滑出 } // // 根据路线状态设置线型 @@ -680,7 +680,7 @@ function getPointStyle(pointType, routeType, flightNo) { if (routeType === 'IN') { color = '#292C38'; // 深蓝色表示滑入 } else if (routeType === 'OUT') { - color = '#3388ff'; // 蓝色表示滑出 + color = '#27AE60'; // 绿色表示滑出 } // 创建圆点样式