mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
我的笔记跳转有问题
This commit is contained in:
@@ -254,8 +254,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
routerTo(item) {
|
||||
// console.log(item.courseId)
|
||||
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