feat:增加项目积分-榜单-(学员积分榜、小组积分榜)

This commit is contained in:
wyx
2023-02-03 15:17:40 +08:00
parent 7ce64d1a83
commit 0278434141
2 changed files with 74 additions and 83 deletions

View File

@@ -87,7 +87,8 @@ export const editLearnInfo = (obj) => http.post('/admin/router/editInfo', obj)
//项目基础信息-----------------------------------
//项目积分榜单
export const scoreRank = (obj) => http.post("/admin/project/scoreRank", obj);
// export const scoreRank = (obj) => http.post("/admin/project/scoreRank", obj);
export const scoreRank = (params) => http.get('/points/top/list', { params })
//排行榜
export const billboard = (obj) => http.post("/admin/project/billboard", obj);
//项目基础信息-----------------------------------