This commit is contained in:
joylink_cuiweidong 2021-01-15 17:17:33 +08:00
commit 0eb7ca8a06
3 changed files with 5 additions and 4 deletions

View File

@ -29,7 +29,7 @@ class ESigPost extends Group {
_subType: 'SignalLamp',
_val: '3',
zlevel: model.zlevel,
z: model.z,
z: model.z + 1,
shape: {
points: verPoints
},
@ -44,7 +44,7 @@ class ESigPost extends Group {
_subType: 'SignalLamp',
_val: '3',
zlevel: model.zlevel,
z: model.z,
z: model.z + 1,
shape: {
points: verPoints
},

View File

@ -431,6 +431,7 @@ class Signal extends Group {
this.lamps[0] && this.lamps[0].setColor(this.style.Signal.lamp.blueColor);
}
}
this.sigPost.setHorColor(this.style.Signal.post.openHorColor);
}
}
// 列车进路

View File

@ -2,9 +2,9 @@ export function getBaseUrl() {
let BASE_API;
if (process.env.NODE_ENV === 'development') {
// BASE_API = 'https://api.joylink.club/jlcloud';
BASE_API = 'https://test.joylink.club/jlcloud';
// BASE_API = 'https://test.joylink.club/jlcloud';
// BASE_API = 'http://192.168.8.107:9000'; // 袁琪
// BASE_API = 'http://192.168.8.129:9000'; // 旭强
BASE_API = 'http://192.168.8.129:9000'; // 旭强
// BASE_API = 'http://192.168.8.119:9000'; // 张赛
// BASE_API = 'http://192.168.8.140:9000'; // 杜康
// BASE_API = 'http://b29z135112.zicp.vip';