drts国赛项目三方跳转退出处理

This commit is contained in:
fan 2023-01-13 18:49:57 +08:00
parent da4e5911fd
commit c22c93bba4

View File

@ -193,7 +193,7 @@ export default {
this.logout();
});
} else if (this.$route.query.third) {
if (this.$route.query.project === 'cgy') {
if (this.$route.query.project === 'cgy' || this.$route.query.project === 'drts') {
window.parent.postMessage('back', '*');
} else {
window.close();