vue跳转链接(新页签)

const {href} = this.$router.resolve({path:"/hosScreen"});
window.open(href, '_blank');

转载于:https://www.cnblogs.com/web-record/p/11381747.html

你可能感兴趣的:(vue跳转链接(新页签))