Merge branch 'dongwu_develop' into develop

This commit is contained in:
BOE\10867418
2023-03-22 17:14:29 +08:00
9 changed files with 105 additions and 31 deletions

View File

@@ -34,6 +34,7 @@ export const routerStudentRank = (obj) => http.get('/admin/router/studentRank',
//是否优秀学员
export const topStudent = (obj) => http.post('/admin/project/topStudent', obj)
export const updateStudent = (obj) => http.post('/admin/student/updateStudent', obj)
export const auditStudentStatus = (obj) => http.post('/admin/student/auditStudent', obj)
//项目概览
export const overview = (obj) => http.get('/admin/project/overview', { params: obj })