This commit is contained in:
Pengxiansen
2025-02-20 19:15:55 +08:00
parent 09f06b1679
commit 7c20a11687
3 changed files with 24 additions and 5 deletions

View File

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