修复案例标题链接打开页面问题

This commit is contained in:
王卓煜
2025-07-24 14:08:08 +08:00
parent 9335302c37
commit cc0aba97c2

View File

@@ -289,8 +289,8 @@ export default {
})
},
viewTopic(data) {
// window.open(this.webBaseUrl+'/article/detail?id='+data.id , '_blank')
this.$router.push({path:'/article/detail',query:{id:data.id}})
window.open(this.webBaseUrl+'/article/detail?id='+data.id , '_blank')
// this.$router.push({path:'/article/detail',query:{id:data.id}})
},
},
}