热点论坛

This commit is contained in:
zhangsir
2024-07-26 14:28:12 +08:00
parent ff1814d334
commit cdf3cb0575

View File

@@ -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}`)
}
},
},