mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 13:56:43 +08:00
提交
This commit is contained in:
@@ -78,7 +78,9 @@ const getTeacherByCourseIDs = function(ids){
|
||||
const studyCounts=function(num){
|
||||
return ajax.get('/xboe/school/study/course/studyCounts?num='+num);
|
||||
}
|
||||
|
||||
const courseSearch=function(query){
|
||||
return ajax.post('/xboe/m/course/fulltext/search',query);
|
||||
}
|
||||
export default {
|
||||
list,
|
||||
pageList,
|
||||
@@ -86,5 +88,6 @@ export default {
|
||||
ranking,
|
||||
scorelist,
|
||||
getTeacherByCourseIDs,
|
||||
studyCounts
|
||||
studyCounts,
|
||||
courseSearch
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user