This commit is contained in:
Pengxiansen
2025-02-16 17:36:15 +08:00
parent 8daf1d5374
commit ab45b0aaa6
10 changed files with 836 additions and 986 deletions

View File

@@ -141,4 +141,6 @@ export const PROFESSIONAL_STUDENT_DETAIL = id => `${baseUrl}/professional/studen
//查询专业力必修详情
export const PROFESSIONAL_STUDENT_TASKLIST = `${baseUrl}/professional/student/studentTaskList`
//记录当前学习任务
export const PROFESSIONAL_STUDENT_LEARN = `${baseUrl}/professional/student/learnCourse`
export const PROFESSIONAL_STUDENT_LEARN = `${baseUrl}/professional/student/learnCourse`
//专业力必修任务列表
export const PROFESSIONAL_STUDENT_LIST = `${baseUrl}/professional/student/studentGrowthList`