vue 在新页面打开
2020-11-18 本文已影响0人
流泪手心_521
const { href } = this.$router.resolve({
name: 'searchDetail',
query: {
announceId: announceId
}
})
window.open(href, '_blank')
const { href } = this.$router.resolve({
name: 'searchDetail',
query: {
announceId: announceId
}
})
window.open(href, '_blank')