feat: 添加课程管理相关功能,新增显示置顶功能的API接口,并优化ManageListRemote.vue的过滤器布局与样式,提升用户体验。

This commit is contained in:
huweihang
2025-12-11 18:47:15 +08:00
parent bc8c0004f8
commit 361675c369
13 changed files with 725 additions and 243 deletions

View File

@@ -363,6 +363,13 @@ const setTop = function(data) {
return ajax.post('/xboe/m/course/manage/top', data);
}
/**
* 是否展示置顶相关功能
*/
const showSetTop = function() {
return ajax.get('/xboe/m/course/manage/show-settop');
}
/**
* 获取置顶课程列表
*/
@@ -509,6 +516,7 @@ export default {
auditAndPublish,
getAssess,
setTop,
showSetTop,
fetchTopCourseList,
updateTopCourseSort,
delSection,