模型初始值添加 显示方向 showRight

This commit is contained in:
fan 2021-09-26 13:32:08 +08:00
parent 28da81ef1f
commit e543b6e357
2 changed files with 3 additions and 2 deletions

View File

@ -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'; // 杜康

View File

@ -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 };