vue跳转链接(新页签)

const {href} = this.$router.resolve({path:"/hosScreen"});
window.open(href, '_blank');
原文地址:https://www.cnblogs.com/web-record/p/11381747.html