Merge branch 'zcwy_0723_hotforum' into dev0515

This commit is contained in:
nisen
2024-07-26 14:29:25 +08:00

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