mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 15:56:45 +08:00
提交
This commit is contained in:
@@ -141,11 +141,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
if(item.contentType == 20) {
|
||||
// if(item.contentType == 20) {
|
||||
this.$router.push({path:'/course/detail',query:{id:item.objId || item.id}})
|
||||
} else {
|
||||
this.$router.push({path:'/course/micro',query:{id:item.objId || item.id}})
|
||||
}
|
||||
// } else {
|
||||
// this.$router.push({path:'/course/micro',query:{id:item.objId || item.id}})
|
||||
// }
|
||||
|
||||
// window.open(`${this.webBaseUrl}/course/detail?id=${item.objId}`)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user