fix: 修复错误的接口请求问题

This commit is contained in:
2025-09-01 21:24:36 +08:00
parent 605e486318
commit 37acef45f7

View File

@@ -5,11 +5,11 @@ export const userGetUserOrg = (obj) => https.get('/organization/all/tree', obj)
// 请求所属组织接口
export const userInfo = (obj) => https.post('/user/info', obj)
// 项目列表
export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList', obj)
export const boeuProjectPageList = (obj) => http.post('/report/boeu/project/pageList', obj)
// 文章列表
export const boeuArticlePageList = (obj) => http.post('/boeu/article/pageList', obj )
// 课程分页列表
export const boeuCourseListPageV2 = (obj) => http.post('/boeu/course/List/page/v2', obj )
export const boeuCourseListPageV2 = (obj) => http.post('/report/boeu/course/List/page/v2', obj )
// 考试列表分页
export const boeuExamPageListV2 = (obj) => http.post('/boeu/exam/pageList/v2', obj )
// 问答分页列表