mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
提交
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// import ajax from '@/utils/xajax.js'
|
// import ajax from '@/utils/xajax.js'
|
||||||
import ajax from '../ajax';
|
import ajax from '../ajax';
|
||||||
const baseURL = '';
|
// const baseURL = '';
|
||||||
|
const baseURL = '/growth';
|
||||||
// 查询专业力必修列表
|
// 查询专业力必修列表
|
||||||
export const listData = (obj) => ajax.get(baseURL, '/professional/student/studentGrowthList', { params: obj })
|
export const listData = (obj) => ajax.get(baseURL, '/professional/student/studentGrowthList', { params: obj })
|
||||||
|
|||||||
Reference in New Issue
Block a user