注释plc相关接口

This commit is contained in:
fan 2019-10-16 17:03:21 +08:00
parent 0edfc7ad6e
commit 355e06ae2e

View File

@ -421,7 +421,7 @@ export default {
this.userId = this.$store.state.user.id;
this.getRoomInfo(); // info
this.getUserList(); //
this.checkPlcGateway(); //PLC
// this.checkPlcGateway(); //PLC
this.timeDemon = setInterval(() => {
checkLoginLine();
}, 5000 * 60);
@ -620,7 +620,7 @@ export default {
this.stationList = resp.data;
this.computePermissionRest();
//
this.handleDoorList(res.data.mapId, resp.data);
// this.handleDoorList(res.data.mapId, resp.data);
},
// list Admin Instructor Dispatcher Attendant Audience Driver Repair IBP IBP
async getUserList() {