成长路径

This commit is contained in:
zhangsir
2024-06-11 17:24:41 +08:00
parent dd52845b19
commit 0afaea52ba
3 changed files with 120 additions and 69 deletions

5
src/api/growth/index.js Normal file
View File

@@ -0,0 +1,5 @@
import ajax from "@/api/ajax"
//获取详情
export const getList = (params) => ajax.get('/manageApi',`/stu/grow/getStuLearnInfo?userId=${params}`);
//获取路径图详情
export const taskList = (params) => ajax.get('/manageApi',`/stu/grow/taskList?growId=${params}`);