vue中路由在新的标签页打开

vue

let routeData = this.$router.resolve({

name: 'commercialPreview',

query: {cylType: this.$route.query.cylType},

params: { id: this.id }

})

window.open(routeData.href, '_blank')

以上是 vue中路由在新的标签页打开 的全部内容, 来源链接: utcz.com/z/380025.html

回到顶部