三方跳转退出调整

This commit is contained in:
fan 2023-01-10 10:11:20 +08:00
parent d7be2f8fa2
commit a2e4f3df9c

View File

@ -192,6 +192,8 @@ export default {
destroySimulationByAdmin(this.group).then(() => {
this.logout();
});
} else if (this.$route.query.labels) {
window.close();
} else if (this.projectDevice) {
this.logout();
} else {