mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
Merge branch 'player-20251117-v1' into master-20251210
# Conflicts: # src/api/modules/course.js
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*
|
||||
**/
|
||||
import ajax from '@/utils/xajax.js'
|
||||
|
||||
import ajax2 from '../unionAjax.js';
|
||||
/**
|
||||
* 保存课程基本信息,新增和更新都是此方式
|
||||
* @param {Object} data
|
||||
@@ -493,6 +493,9 @@ const courseList = function(data) {
|
||||
const benchAiSet=function(data){
|
||||
return ajax.postJson('/xboe/m/course/manage/benchAiSet',data);
|
||||
}
|
||||
const listByUser=function(data){
|
||||
return ajax2.get('/manageApi/admin/thirdApi/permission/listByUser?permissionType=PAGE');
|
||||
}
|
||||
export default {
|
||||
saveBase,
|
||||
submitCourse,
|
||||
@@ -542,5 +545,7 @@ export default {
|
||||
ids,
|
||||
saveTip,
|
||||
benchAiSet,
|
||||
courseList
|
||||
courseList,
|
||||
listByUser,
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user