src/pages/desktop/index/components/DFrame.vue
@@ -39,6 +39,13 @@ height: this.data.height || 512 } }, mounted() { window.addEventListener('message', e => { if (e.data && e.data.msg == "logout") { location.assign("/"); } }) }, methods: { closeFrame: function () { this.$store.dispatch('desktop/closeFrame', this.data);