feat:项目概览

This commit is contained in:
songwc
2022-11-14 11:24:48 +08:00
parent e0d474ad85
commit bc6a15bbf5
2 changed files with 619 additions and 35 deletions

View File

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