mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
提交
This commit is contained in:
@@ -84,10 +84,10 @@
|
|||||||
this.$emit('hideIndex',id)
|
this.$emit('hideIndex',id)
|
||||||
},
|
},
|
||||||
jumpDetail(data) {
|
jumpDetail(data) {
|
||||||
if(!data.id){
|
if(!data.courseId){
|
||||||
return;
|
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