vue新开一个浏览器页签
2018-11-26 本文已影响0人
地主家也没余粮叻
window.open(window.location. origin + #/evalReport?id=${this.$route.query.id}&orgId=${this.highTechForm.orgId}
)
因为$router.push() 不能打开新页面,其他的方法也试过,总是跳转到根目录。只有这方法是可行的,以此记录之。
原文网址:https://segmentfault.com/q/1010000010116819