mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-15 22:06:46 +08:00
Merge branch 'zcwy-learn' into dev0731
# Conflicts: # pages.json
This commit is contained in:
4
api/modules/growth.js
Normal file
4
api/modules/growth.js
Normal 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}`);
|
||||
Reference in New Issue
Block a user