This commit is contained in:
Yjhon 2022-03-16 12:05:21 +08:00
parent ec5b218c2b
commit 8dd32dd218
1 changed files with 24 additions and 24 deletions

View File

@ -19,7 +19,7 @@ const mycourseApi = {
operationList: 'classwork/list', // 作业列表
reqOperationDetail: 'classwork/get', // 作业详情
reqOperationSubmit: 'classwork/submit', // 作业提交
getMyCourseList: 'studyStatistics/getMyTrainPlanList' // 课程学习统计
getMyCourseList: 'studyStatistics/getMyCourseList' // 课程学习统计
}
export function reqChangePassword(data) {