状态调整
This commit is contained in:
parent
de7a47d0f4
commit
62c9f31d63
@ -21,7 +21,7 @@ deviceState[deviceType.Switch] = {
|
||||
blockade:0, // 是否封锁
|
||||
routeLock:0, // 是否进路锁闭
|
||||
overlapLock:0, // 是否进路延续保护锁闭
|
||||
normalPosition:1, // 是否定位
|
||||
normalPosition:0, // 是否定位
|
||||
reversePosition:0, // 是否反位
|
||||
/** 定位状态*/
|
||||
// locateType: {
|
||||
|
@ -231,7 +231,6 @@ export default class Train extends Group {
|
||||
if (this.style.Train.trainStatusStyle.runModeStatus.length > 0) {
|
||||
this.style.Train.trainStatusStyle.runModeStatus.some((item) => {
|
||||
if (status === item.status) {
|
||||
console.log(item);
|
||||
this.trainL && this.trainL.setColor(item.trainLColor);
|
||||
this.trainR && this.trainR.setColor(item.trainRColor);
|
||||
return true;
|
||||
|
@ -3,13 +3,13 @@ export function getBaseUrl() {
|
||||
let BASE_API;
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
// BASE_API = 'https://joylink.club/jlcloud';
|
||||
// BASE_API = 'https://test.joylink.club/jlcloud';
|
||||
BASE_API = 'https://test.joylink.club/jlcloud';
|
||||
// BASE_API = 'http://192.168.3.5:9000'; // 袁琪
|
||||
// BASE_API = 'http://192.168.3.6:9000'; // 旭强
|
||||
// BASE_API = 'http://192.168.3.41:9000'; // 张赛
|
||||
// BASE_API = 'http://192.168.3.82:9000'; // 杜康
|
||||
// BASE_API = 'http://b29z135112.zicp.vip';
|
||||
BASE_API = 'http://2925963m2a.zicp.vip'; // 杜康
|
||||
// BASE_API = 'http://2925963m2a.zicp.vip'; // 杜康
|
||||
} else {
|
||||
BASE_API = process.env.VUE_APP_BASE_API;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user