模型初始值添加 显示方向 showRight
This commit is contained in:
parent
28da81ef1f
commit
e543b6e357
@ -2,10 +2,10 @@ 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.8.152:9000'; // 袁琪
|
||||
// BASE_API = 'http://192.168.8.177:9000'; // 旭强
|
||||
BASE_API = 'http://192.168.8.109:9000'; // 张赛
|
||||
// BASE_API = 'http://192.168.8.109:9000'; // 张赛
|
||||
// BASE_API = 'http://192.168.8.140:9000'; // 杜康
|
||||
// BASE_API = 'http://b29z135112.zicp.vip';
|
||||
// BASE_API = 'http://2925963m2a.zicp.vip'; // 杜康
|
||||
|
@ -68,6 +68,7 @@ class Model {
|
||||
this.lampPositionType = '01';
|
||||
this.leftOrRight = 'L';
|
||||
this.right = false;
|
||||
this.showRight = false;
|
||||
this.virtual = false; // 是否虚拟信号机
|
||||
this.positionType = '01';
|
||||
this.namePosition = { x: 0, y: 0 };
|
||||
|
Loading…
Reference in New Issue
Block a user