diff --git a/src/views/newMap/displayNew/lesson/index.vue b/src/views/newMap/displayNew/lesson/index.vue index 87489b868..84d6ec42e 100644 --- a/src/views/newMap/displayNew/lesson/index.vue +++ b/src/views/newMap/displayNew/lesson/index.vue @@ -124,6 +124,9 @@ export default { '$store.state.training.operateErrMsg': function (val) { this.tipInfo({ color: val.color, message: val.errMsg }); }, + '$store.state.socket.simulationOver':function(val) { + this.back(); + }, '$store.state.training.simulationUserList': function(val) { const userInfo = this.$store.state.training.simulationUserList.find(user => user.userId == this.$store.state.user.id ); if (userInfo.type === 'STATION_SUPERVISOR') {