注释plc相关接口
This commit is contained in:
parent
0edfc7ad6e
commit
355e06ae2e
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user