Merge branch 'zcwy-learn' into dev0731

# Conflicts:
#	pages.json
This commit is contained in:
zhangsir
2024-06-18 18:51:28 +08:00
19 changed files with 995 additions and 3 deletions

4
api/modules/growth.js Normal file
View File

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