Merge remote-tracking branch 'origin/test'

This commit is contained in:
fan 2023-01-13 18:50:42 +08:00
commit 00866bde38

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();