This commit is contained in:
Pengxiansen
2025-02-13 17:41:27 +08:00
parent 1927b5b67f
commit 2b45e63c54

View File

@@ -1,6 +1,6 @@
// import ajax from '@/utils/xajax.js'
import ajax from '../ajax';
const baseURL = '';
// const baseURL = '';
const baseURL = '/growth';
// 查询专业力必修列表
export const listData = (obj) => ajax.get(baseURL, '/professional/student/studentGrowthList', { params: obj })