成工业iframe嵌入退出调整
This commit is contained in:
parent
dca3d00d50
commit
2af7b5cc16
@ -193,8 +193,11 @@ export default {
|
||||
this.logout();
|
||||
});
|
||||
} else if (this.$route.query.third) {
|
||||
// this.$router.push({ path: `/trainingPlatform/simulation/${this.$route.query.mapId}`, query: { lineCode: this.$route.query.lineCode } });
|
||||
window.close();
|
||||
if (this.$route.query.project === 'cgy') {
|
||||
window.parent.postMessage('back', '*');
|
||||
} else {
|
||||
window.close();
|
||||
}
|
||||
} else if (this.projectDevice) {
|
||||
this.logout();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user