This commit is contained in:
zhaofang
2022-10-28 10:44:17 +08:00
parent aef9017991
commit 540b1d8d7a
17 changed files with 86 additions and 82 deletions

View File

@@ -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}`)
},