This commit is contained in:
parent
ec5b218c2b
commit
8dd32dd218
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue