mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
提交
This commit is contained in:
16
api/modules/growth.js
Normal file
16
api/modules/growth.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* 课程的操作,课程的添加,修改,列表查询,课程的审核发布等操作。
|
||||
* 针对于管理员,教师的功能
|
||||
*
|
||||
**/
|
||||
import ajax from '@/utils/growthXajax.js'
|
||||
|
||||
/*
|
||||
专业力必修课程
|
||||
*/
|
||||
|
||||
const baseUrl = '/growth';
|
||||
// const baseUrl = ''
|
||||
export const studentGrowthList = function (data) {
|
||||
return ajax.get(baseUrl + '/professional/student/studentGrowthList', data);
|
||||
}
|
||||
Reference in New Issue
Block a user