Merge branch 'dev_m' into 'develop'

fix: 概览页面状态更改

See merge request !48
This commit is contained in:
huangshengfa
2023-03-01 10:59:58 +08:00
3 changed files with 87 additions and 25 deletions

View File

@@ -10,7 +10,8 @@ export const boeuExamPageList = (obj) => http.post('/boeu/exam/pageList', obj)
export const boeuCasePageList = (obj) => http.post('/boeu/case/pageList', obj)
// 请求组织接口
export const userGetUserOrg = (obj) => https.post('/user/getUserOrg', obj)
// 请求所属组织接口
export const userInfo = (obj) => https.post('/user/info', obj)
// 课程列表接口
export const boeuCoursePageList = (obj) => http.post('/boeu/course/pageList', obj)
// 授课列表