mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
个人中心我的笔记,点击标题打开详细页面参数bug的处理
This commit is contained in:
@@ -255,7 +255,7 @@ export default {
|
||||
methods: {
|
||||
routerTo(item) {
|
||||
if(item.courseId) {
|
||||
this.$router.push('/course/studyindex?id+'+item.courseId);
|
||||
this.$router.push('/course/studyindex?id='+item.courseId);
|
||||
}
|
||||
},
|
||||
exportCommand(e) {
|
||||
|
||||
Reference in New Issue
Block a user