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

This commit is contained in:
mx00085@163.com
2023-02-21 17:05:50 +08:00
parent d2f598328c
commit 87094d3f77
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)