故障调整
This commit is contained in:
parent
181caff10c
commit
67f1076dec
@ -123,6 +123,7 @@ export default {
|
|||||||
this.$refs.popMenu.close();
|
this.$refs.popMenu.close();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// 联锁机重启
|
||||||
restartInterlock() {
|
restartInterlock() {
|
||||||
commitOperate(menuOperate.Station.restartInterlockMachine, { stationCode: this.selected.code }, 3).then(({valid, operate}) => {
|
commitOperate(menuOperate.Station.restartInterlockMachine, { stationCode: this.selected.code }, 3).then(({valid, operate}) => {
|
||||||
}).catch(error=>{
|
}).catch(error=>{
|
||||||
|
@ -25,7 +25,6 @@ export const MapDeviceType = {
|
|||||||
TrainWindow: { type: '09', label: '车次窗' },
|
TrainWindow: { type: '09', label: '车次窗' },
|
||||||
LimitControl: { type: '10', label: '限速' },
|
LimitControl: { type: '10', label: '限速' },
|
||||||
MixinCommand: { type: '11', label: '混合命令' }
|
MixinCommand: { type: '11', label: '混合命令' }
|
||||||
|
|
||||||
};
|
};
|
||||||
/** 设备故障类型 */
|
/** 设备故障类型 */
|
||||||
export const deviceFaultType = {
|
export const deviceFaultType = {
|
||||||
@ -35,7 +34,7 @@ export const deviceFaultType = {
|
|||||||
// {label: '计轴干扰', value: 'DISTURBANCE'}
|
// {label: '计轴干扰', value: 'DISTURBANCE'}
|
||||||
],
|
],
|
||||||
Signal: [
|
Signal: [
|
||||||
{label: '主灯丝熔断故障', value: 'MAIN_FILAMENT_BROKEN'}
|
{label: '熔断', value: 'MAIN_FILAMENT_BROKEN'}
|
||||||
],
|
],
|
||||||
Switch: [
|
Switch: [
|
||||||
{label: '失表', value: 'SPLIT'},
|
{label: '失表', value: 'SPLIT'},
|
||||||
|
@ -2748,6 +2748,7 @@ export const OperationEvent = {
|
|||||||
domId: '_Tips-Station-cancelPreReset-Confirm'
|
domId: '_Tips-Station-cancelPreReset-Confirm'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// 重启联锁机
|
||||||
restartInterlockMachine: {
|
restartInterlockMachine: {
|
||||||
menu: {
|
menu: {
|
||||||
operation: '619',
|
operation: '619',
|
||||||
|
@ -2,11 +2,11 @@ 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.8.107:9000'; // 袁琪
|
// BASE_API = 'http://192.168.8.107:9000'; // 袁琪
|
||||||
// BASE_API = 'http://192.168.3.83:9000'; // 旭强 有线
|
// BASE_API = 'http://192.168.3.83:9000'; // 旭强 有线
|
||||||
// BASE_API = 'http://192.168.8.114:9000'; // 旭强 无线
|
// BASE_API = 'http://192.168.8.114:9000'; // 旭强 无线
|
||||||
// BASE_API = 'http://192.168.3.120:9000'; // 张赛
|
BASE_API = 'http://192.168.3.120:9000'; // 张赛
|
||||||
// BASE_API = 'http://192.168.8.140:9000'; // 杜康
|
// BASE_API = 'http://192.168.8.140: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'; // 杜康
|
||||||
|
Loading…
Reference in New Issue
Block a user