如下

let routeData = this.$router.resolve({
    name: 'commercialPreview',
    query: {cylType: this.$route.query.cylType},
    params: { id: this.id }
})
window.open(routeData.href, '_blank')

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2021-12-03
  • 2021-08-16
  • 2021-10-11
  • 2021-11-08
猜你喜欢
  • 2022-01-02
  • 2021-06-12
  • 2021-11-17
  • 2021-06-11
  • 2021-11-17
  • 2021-08-11
相关资源
相似解决方案