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

1
2
3
4
5
6
let routeData = this.$router.resolve({
name: 'commercialPreview',
query: {cylType: this.$route.query.cylType},
params: { id: this.id }
})
window.open(routeData.href, '_blank')
#

评论

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×