mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
修改课程权限控制
This commit is contained in:
@@ -43,7 +43,9 @@ const pageList = function(query) {
|
||||
const detail = function(id) {
|
||||
return ajax.get('/xboe/m/course/portal/detail?id=' + id);
|
||||
}
|
||||
|
||||
const detailPost = function(data) {
|
||||
return ajax.post(`/xboe/m/course/portal/detail`,data);
|
||||
}
|
||||
/**
|
||||
* 人气排行榜
|
||||
* @param {Object} data
|
||||
@@ -96,5 +98,6 @@ export default {
|
||||
ranking,
|
||||
scorelist,
|
||||
recommendList,
|
||||
getTeacherByCourseIDs
|
||||
getTeacherByCourseIDs,
|
||||
detailPost
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user