window.open(window.location. origin + #/evalReport?id=${this.$route.query.id}&orgId=${this.highTechForm.orgId}
)
因为$router.push() 不能打开新页面,其他的方法也试过,总是跳转到根目录。只有这方法是可行的,以此记录之。
原文网址:https://segmentfault.com/q/1010000010116819
window.open(window.location. origin + #/evalReport?id=${this.$route.query.id}&orgId=${this.highTechForm.orgId}
)
因为$router.push() 不能打开新页面,其他的方法也试过,总是跳转到根目录。只有这方法是可行的,以此记录之。
原文网址:https://segmentfault.com/q/1010000010116819
本文标题:vue新开一个浏览器页签
本文链接:https://www.haomeiwen.com/subject/muqwqqtx.html
网友评论