教师端1期需求ui优化

This commit is contained in:
赵依梦
2025-12-11 18:07:58 +08:00
parent bc8c0004f8
commit 8eb678e180
8 changed files with 536 additions and 333 deletions

View File

@@ -477,7 +477,7 @@ const saveTip = function() {
* 获取我开发的课程列表
*/
const courseList = function(data) {
return ajax.postJson('/xboe/m/course/manage/page', data);
return ajax.postJson('/xboe/m/course/manage/develop_page', data);
}