处理仿真销毁后创建者没有退出页面问题 -by fan
This commit is contained in:
parent
01471bba12
commit
f85fba0b5d
@ -91,9 +91,6 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
'$store.state.socket.simulationOver':function(val) {
|
||||
if (this.$store.state.training.simulationCreator) {
|
||||
return;
|
||||
}
|
||||
this.$alert('您所在仿真已被销毁', '提示', {
|
||||
confirmButtonText: '确定',
|
||||
showClose: false,
|
||||
|
Loading…
Reference in New Issue
Block a user