mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
Merge branch 'zcwy-0511-out2' into zcwy-0511-out
# Conflicts: # src/api/examineApi.js # src/views/gratefulteacher/AddLevelImportTec.vue # src/views/gratefulteacher/InstructorCertification.vue # src/views/gratefulteacher/LecturerManagement.vue
This commit is contained in:
@@ -112,4 +112,13 @@ export const addTutor = (data) =>{
|
||||
method: "post",
|
||||
data: data
|
||||
})
|
||||
}
|
||||
}
|
||||
//线上学习课列表
|
||||
export const getOnlineLearningList = (data) => http.post('/activityApi/examine/getOnlineLearningList',data)
|
||||
//删除线上学习课
|
||||
export const deleteCourse = (data) => http.post('/activityApi/examine/deleteCourse',data)
|
||||
//新增线上学习课
|
||||
export const addCourse = (data) => http.post('/activityApi/examine/addCourse',data)
|
||||
//保存导入的教师信息
|
||||
export const saveTeacher = (data) => http.post('/activityApi/teacher/saveTeacher',data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user