路由路线起点 终点
This commit is contained in:
parent
31304a5ff5
commit
c17cbc515d
@ -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'; // 绿色表示滑出
|
||||
}
|
||||
|
||||
// 创建圆点样式
|
||||
|
||||
Loading…
Reference in New Issue
Block a user