代码调整

This commit is contained in:
joylink_cuiweidong 2021-01-06 18:15:14 +08:00
parent 85a6b0c617
commit 558ea5cc95
2 changed files with 3 additions and 2 deletions

View File

@ -153,7 +153,8 @@ class SkinCode extends defaultStyle {
greenColor: '#00FF00', // 信号灯绿色
yellowColor: '#FFFF00', // 信号灯黄色
whiteColor: '#FFFFFF', // 信号灯白色
blueColor: '#0070C0' // 信号灯蓝色
blueColor: '#0070C0', // 信号灯蓝色
faultType: 'flash' // 信号机故障类型 flash为福州一号线与西安一三号线特殊类型太阳
},
route: {
direction: false, // 自动进路方向

View File

@ -162,7 +162,7 @@ class SkinCode extends defaultStyle {
yellowColor: '#FFFF00', // 信号灯黄色
whiteColor: '#FFFFFF', // 信号灯白色
blueColor: '#0070C0', // 信号灯蓝色
faultType: 'flash' // 信号机故障类型 flash为西安三号线特殊类型)
faultType: 'flash' // 信号机故障类型 flash为福州一号线与西安三号线特殊类型,太阳
},
route: {
direction: false, // 自动进路方向