Commit a5a0b31c authored by xinzhedeai's avatar xinzhedeai

fix: 大屏跳转不了问题处理

parent 0bf45064
......@@ -162,13 +162,7 @@ export default {
.catch(() => {});
},
toBigscreen() {
// this.$router.push({ path: "/bigscreen" });
// clearInterval(this.curTimer)
var link = this.$router.resolve({
path: "/bigscreen",
});
window.open(link.href, "_blank");
return;
this.$router.push({ path: "/bigscreen" });
},
},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment