feat:增加学习路径图 项目管理模块

This commit is contained in:
wyx
2023-01-31 18:42:39 +08:00
parent 961396eb0b
commit 42fe8a07ec
3 changed files with 102 additions and 69 deletions

View File

@@ -43,3 +43,6 @@ export const AttendanceLeave = (obj) => http.post('/stu/task/attendance/leave',
// 直播考勤签到
export const AttendanceSign = (obj) => http.post('/stu/task/attendance/sign', obj)
// 查询项目管理的信息
export const QueryProjectManageDetail = (obj) => http.post('/project/management/queryProjectManageDetail', obj)