This commit is contained in:
Pengxiansen
2025-02-14 14:41:48 +08:00
parent 2b45e63c54
commit 315b01999d
6 changed files with 56 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
// import ajax from '@/utils/xajax.js'
import ajax from '../ajax';
// const baseURL = '';
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 })