Merge branch 'dev_m' into 'develop'

fix: 左侧导航更改,概览页面tab总数更改

See merge request !42
This commit is contained in:
huangshengfa
2023-02-21 17:07:02 +08:00
3 changed files with 21 additions and 7 deletions

View File

@@ -23,3 +23,5 @@ export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList',
// 学习数据列表
export const boeuStudyDataPageList = (obj) => http.post('/boeu/studyData/pageList', obj)
// 概览页面 tab头数据
export const boeuAllTotal = (obj) => http.get('/boeu/all/total', obj)