This commit is contained in:
Pengxiansen
2025-02-16 17:35:05 +08:00
parent 315b01999d
commit 2456cf72ed
6 changed files with 289 additions and 288 deletions

View File

@@ -1,6 +1,6 @@
// 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 })