--fix bug

This commit is contained in:
yuping
2023-03-22 13:02:40 +08:00
parent bf2f59ed09
commit 7c1a53ca71
2 changed files with 3 additions and 2 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 })