mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
分享给我的跳转
This commit is contained in:
@@ -113,7 +113,12 @@ export default {
|
||||
}
|
||||
})
|
||||
}
|
||||
this.$router.push({path:'/course/detail',query:{id:item.objId}})
|
||||
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}})
|
||||
}
|
||||
|
||||
// window.open(`${this.webBaseUrl}/course/detail?id=${item.objId}`)
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user