-- 查看

This commit is contained in:
yuping
2022-12-26 17:19:21 +08:00
parent 0f3df97c1e
commit 5e4e6f16b7
4 changed files with 528 additions and 491 deletions

View File

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