设备管理IBP添加配置项

This commit is contained in:
fan 2020-07-27 15:33:54 +08:00
parent 7661d36ca4
commit a5f6517ab8
2 changed files with 9 additions and 5 deletions

View File

@ -2,9 +2,9 @@ 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';

View File

@ -415,6 +415,7 @@ const propMap = {
rxxzc1y: '下行阻塞1右按钮[隧道通风配置]', rxxzc1y: '下行阻塞1右按钮[隧道通风配置]',
rxxzc2y: '下行阻塞2右按钮[隧道通风配置]', rxxzc2y: '下行阻塞2右按钮[隧道通风配置]',
rxxzthz: '下行站台火灾按钮[隧道通风配置]', rxxzthz: '下行站台火灾按钮[隧道通风配置]',
rtcxhz: '停火线火灾按钮[隧道通风配置]',
wsxcrdxand: '上行出入段线按钮灯[隧道通风配置]', wsxcrdxand: '上行出入段线按钮灯[隧道通风配置]',
wsxczsdhzand: '上行车站隧道火灾按钮灯[隧道通风配置]', wsxczsdhzand: '上行车站隧道火灾按钮灯[隧道通风配置]',
wsxhz1yand: '上行火灾1右按钮灯[隧道通风配置]', wsxhz1yand: '上行火灾1右按钮灯[隧道通风配置]',
@ -428,7 +429,8 @@ const propMap = {
wxxhz2yand: '下行火灾2右按钮灯[隧道通风配置]', wxxhz2yand: '下行火灾2右按钮灯[隧道通风配置]',
wxxzc1yand: '下行阻塞1右按钮灯[隧道通风配置]', wxxzc1yand: '下行阻塞1右按钮灯[隧道通风配置]',
wxxzc2yand: '下行阻塞2右按钮灯[隧道通风配置]', wxxzc2yand: '下行阻塞2右按钮灯[隧道通风配置]',
wxxzthzand: '下行站台火灾按钮灯[隧道通风配置]' wxxzthzand: '下行站台火灾按钮灯[隧道通风配置]',
wtcxhzand: '停车线火灾按钮灯[隧道通风配置]'
}, },
xhConfig: { xhConfig: {
rsxjjtc: '上行紧急停车按钮[信号配置]', rsxjjtc: '上行紧急停车按钮[信号配置]',
@ -664,7 +666,8 @@ export default {
{ prop:'rxxhz2y', label: '下行火灾2右按钮:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true}, { prop:'rxxhz2y', label: '下行火灾2右按钮:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true},
{ prop:'rxxzc1y', label: '下行阻塞1右按钮:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true}, { prop:'rxxzc1y', label: '下行阻塞1右按钮:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true},
{ prop:'rxxzc2y', label: '下行阻塞2右按钮:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true}, { prop:'rxxzc2y', label: '下行阻塞2右按钮:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true},
{ prop:'rxxzthz', label: '下行站台火灾按钮:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true} { prop:'rxxzthz', label: '下行站台火灾按钮:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true},
{ prop: 'rtcxhz', label: '停火线火灾按钮:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true}
] ]
}, },
right: { right: {
@ -683,7 +686,8 @@ export default {
{ prop:'wxxhz2yand', label: '下行火灾2右按钮灯:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true}, { prop:'wxxhz2yand', label: '下行火灾2右按钮灯:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true},
{ prop:'wxxzc1yand', label: '下行阻塞1右按钮灯:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true}, { prop:'wxxzc1yand', label: '下行阻塞1右按钮灯:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true},
{ prop:'wxxzc2yand', label: '下行阻塞2右按钮灯:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true}, { prop:'wxxzc2yand', label: '下行阻塞2右按钮灯:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true},
{ prop:'wxxzthzand', label: '下行站台火灾按钮灯:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true} { prop:'wxxzthzand', label: '下行站台火灾按钮灯:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true},
{ prop: 'wtcxhzand', label: '停车线火灾按钮灯:', type: 'number', min: 0, max: 20000, step: 1, precisionFlag: true, precision: 0, size: 'small', noControls: true}
] ]
} }
}, },