vue 中使用$router.push() 跳转至新页面
let route = this.$router.resolve({ path: '/home', query: { id: 1 } }); window.open(route.href, '_blank');