From cdf3cb0575d3d1432ab716dc02da8c447b785685 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 26 Jul 2024 14:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E7=82=B9=E8=AE=BA=E5=9D=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hotforum/Index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/hotforum/Index.vue b/src/views/hotforum/Index.vue index da2d93da..fc451a9d 100644 --- a/src/views/hotforum/Index.vue +++ b/src/views/hotforum/Index.vue @@ -29,7 +29,8 @@ methods: { goLearn(item){ if(item){ - this.$router.push({path:'/course/detail',query:{id:item}}) + // this.$router.push({path:'/course/detail',query:{id:item}}) + window.open(`https://u.boe.com/pc/course/detail?id=${item}`) } }, },