mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
热点论坛
This commit is contained in:
@@ -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}`)
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user