// window.location.href="index.html";
let routeUrl = this.$router.resolve({
path: "/offlinePay",
// window.close();
})
console.log(routeUrl.href)
window.open(routeUrl.href, '_blank');
}
一开始用了$router.push一直拿不到href的值,大佬别见笑