vue 在新页面打开

2020-11-18  本文已影响0人  流泪手心_521
 const { href } = this.$router.resolve({
        name: 'searchDetail',
        query: {
          announceId: announceId
        }
      })
      window.open(href, '_blank')
上一篇 下一篇

猜你喜欢

热点阅读