diff --git a/txw-mhzc-web/src/pages/index/views/gxnlpt/index.vue b/txw-mhzc-web/src/pages/index/views/gxnlpt/index.vue index 95cad0d..8812f0d 100644 --- a/txw-mhzc-web/src/pages/index/views/gxnlpt/index.vue +++ b/txw-mhzc-web/src/pages/index/views/gxnlpt/index.vue @@ -1406,7 +1406,8 @@ export default { this.showComingSoon(); 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) { const isAdd = card.scbz !== 'Y';