故障调整

This commit is contained in:
fan 2021-05-08 09:22:16 +08:00
parent 181caff10c
commit 67f1076dec
4 changed files with 5 additions and 4 deletions

View File

@ -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=>{

View File

@ -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'},

View File

@ -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',

View File

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