fix: 共性能力跳转

This commit is contained in:
liulujian 2026-06-04 14:21:25 +08:00
parent 00977f517a
commit 37f2f4e754

View File

@ -1406,7 +1406,8 @@ export default {
this.showComingSoon(); this.showComingSoon();
return; return;
} }
this.$router.push({ path: '/tfwsc', query: { id: card.gxUuid } }); // this.$router.push({ path: '/tfwsc', query: { id: card.gxUuid } });
window.open(card.wzLj);
}, },
async handleCollect(card) { async handleCollect(card) {
const isAdd = card.scbz !== 'Y'; const isAdd = card.scbz !== 'Y';