状态调整
This commit is contained in:
parent
f05578ea96
commit
97df29eb8c
@ -264,6 +264,10 @@ export default class Switch extends Group {
|
|||||||
}
|
}
|
||||||
this.locShelter.hide(); // 定位
|
this.locShelter.hide(); // 定位
|
||||||
this.rhomboid.show();
|
this.rhomboid.show();
|
||||||
|
/** 初始化颜色 */
|
||||||
|
this.rhomboid.setStyle({
|
||||||
|
fill: this.style.Section.line.spareColor
|
||||||
|
});
|
||||||
/** 道岔保护区段锁闭 */
|
/** 道岔保护区段锁闭 */
|
||||||
if (model.overlapLock) {
|
if (model.overlapLock) {
|
||||||
this.rhomboid.setStyle({
|
this.rhomboid.setStyle({
|
||||||
|
@ -3,12 +3,12 @@ export function getBaseUrl() {
|
|||||||
let BASE_API;
|
let BASE_API;
|
||||||
if (process.env.NODE_ENV === 'development') {
|
if (process.env.NODE_ENV === 'development') {
|
||||||
// BASE_API = 'https://joylink.club/jlcloud';
|
// 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.5:9000'; // 袁琪
|
||||||
// BASE_API = 'http://192.168.3.6:9000'; // 旭强
|
// BASE_API = 'http://192.168.3.6:9000'; // 旭强
|
||||||
// BASE_API = 'http://192.168.3.41:9000'; // 张赛
|
// BASE_API = 'http://192.168.3.41:9000'; // 张赛
|
||||||
// BASE_API = 'http://192.168.3.82:9000'; // 杜康
|
// BASE_API = 'http://192.168.3.82:9000'; // 杜康
|
||||||
// BASE_API = 'http://b29z135112.zicp.vip';
|
BASE_API = 'http://b29z135112.zicp.vip';
|
||||||
// BASE_API = 'http://2925963m2a.zicp.vip'; // 杜康
|
// BASE_API = 'http://2925963m2a.zicp.vip'; // 杜康
|
||||||
} else {
|
} else {
|
||||||
BASE_API = process.env.VUE_APP_BASE_API;
|
BASE_API = process.env.VUE_APP_BASE_API;
|
||||||
|
Loading…
Reference in New Issue
Block a user