正常方法里
都是:this.$router.push({path:'/test'}); // 不行就改为 name:/test
如果新页面:
let rotuetURl = this.$router.resolve({ path: "", query: { } });
window.open(rotuetURl .href, "_blank");
正常方法里
都是:this.$router.push({path:'/test'}); // 不行就改为 name:/test
如果新页面:
let rotuetURl = this.$router.resolve({ path: "", query: { } });
window.open(rotuetURl .href, "_blank");