mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
feat: 添加课程管理相关功能,新增显示置顶功能的API接口,并优化ManageListRemote.vue的过滤器布局与样式,提升用户体验。
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user