This commit is contained in:
Pengxiansen
2025-02-13 17:36:21 +08:00
parent 3e137990b7
commit 1927b5b67f
9 changed files with 16727 additions and 31 deletions

View File

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