let routeData = this.$router.resolve({ path: 'abc', query: { a:1 } }) window.open(routeData.href, '_blank')