处理仿真销毁后创建者没有退出页面问题 -by fan

This commit is contained in:
joylink_zhangsai 2023-05-24 17:00:27 +08:00
parent 01471bba12
commit f85fba0b5d

View File

@ -91,9 +91,6 @@ export default {
}, },
watch: { watch: {
'$store.state.socket.simulationOver':function(val) { '$store.state.socket.simulationOver':function(val) {
if (this.$store.state.training.simulationCreator) {
return;
}
this.$alert('您所在仿真已被销毁', '提示', { this.$alert('您所在仿真已被销毁', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
showClose: false, showClose: false,