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