mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 00:36:44 +08:00
ai视频一期功能提交-ai功能新增权限判断
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*
|
||||
**/
|
||||
import ajax from '@/utils/xajax.js'
|
||||
|
||||
import ajax2 from '../unionAjax.js';
|
||||
/**
|
||||
* 保存课程基本信息,新增和更新都是此方式
|
||||
* @param {Object} data
|
||||
@@ -445,6 +445,9 @@ const ids=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,
|
||||
@@ -488,6 +491,7 @@ export default {
|
||||
exportCourse,
|
||||
queryCrowd,
|
||||
ids,
|
||||
benchAiSet
|
||||
benchAiSet,
|
||||
listByUser,
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user