Vue是单页面应用,想要跳转在新开窗口打开需要配置

    handleHelp () {
      const {href} = this.$router.resolve({
        path: '/pdf',
        query: {
          pdf: JSON.stringify(this.pdf)
        }
      })
      window.open(href, '_blank')
    }
Logo

前往低代码交流专区

更多推荐