mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 00:36:44 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -84,10 +84,10 @@
|
||||
this.$emit('hideIndex',id)
|
||||
},
|
||||
jumpDetail(data) {
|
||||
if(!data.id){
|
||||
if(!data.courseId){
|
||||
return;
|
||||
}
|
||||
this.$router.push({ path: '/course/detail?id=', query: { id: data.id } });
|
||||
this.$router.push({ path: '/course/detail?id=', query: { id: data.courseId } });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user