From 013e6674521186ccddc127ca83a8fbb8c05d4cb5 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Mon, 30 May 2022 17:34:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E8=AE=AD=E4=BB=BF=E7=9C=9F=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=20=E9=80=80=E5=87=BA=E5=AE=9E=E8=AE=AD=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newMap/displayNew/lesson/index.vue | 3 +++ 1 file changed, 3 insertions(+) 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') {