个人中心我的笔记,点击标题打开详细页面参数bug的处理

This commit is contained in:
daihh
2022-10-21 13:51:59 +08:00
parent 7a94463edf
commit db2c0fd0c7

View File

@@ -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) {