diff --git a/src/api/growth/index.js b/src/api/growth/index.js new file mode 100644 index 00000000..e00e31a0 --- /dev/null +++ b/src/api/growth/index.js @@ -0,0 +1,11 @@ +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}`); +//全岗位路径 +export const getFullJobPath = (params) => ajax.get('/manageApi',`/stu/grow/getFullJobPath`); +//外部考试 +export const queryExternalExam = (params) => ajax.get('/manageApi',`/external/exam/queryExternalExam?externalId=${params.externalId}&type=14`); +//外部考试点击调用 +export const submitExternalExam = (params) => ajax.postJson('/manageApi',`/stu/externalExam/submitExternalExam`,params); \ No newline at end of file diff --git a/src/assets/images/growth/CurrentPath.png b/src/assets/images/growth/CurrentPath.png new file mode 100755 index 00000000..94cf9819 Binary files /dev/null and b/src/assets/images/growth/CurrentPath.png differ diff --git a/src/assets/images/growth/NoPermissionPath.png b/src/assets/images/growth/NoPermissionPath.png new file mode 100755 index 00000000..6bc5bb88 Binary files /dev/null and b/src/assets/images/growth/NoPermissionPath.png differ diff --git a/src/assets/images/growth/OtherPath.png b/src/assets/images/growth/OtherPath.png new file mode 100755 index 00000000..bb5aa403 Binary files /dev/null and b/src/assets/images/growth/OtherPath.png differ diff --git a/src/assets/images/growth/begin.png b/src/assets/images/growth/begin.png new file mode 100644 index 00000000..4b6a6d90 Binary files /dev/null and b/src/assets/images/growth/begin.png differ diff --git a/src/assets/images/growth/close.png b/src/assets/images/growth/close.png new file mode 100644 index 00000000..81900ace Binary files /dev/null and b/src/assets/images/growth/close.png differ diff --git a/src/assets/images/growth/explain.png b/src/assets/images/growth/explain.png new file mode 100644 index 00000000..8dd10ab2 Binary files /dev/null and b/src/assets/images/growth/explain.png differ diff --git a/src/assets/images/growth/fileBack.png b/src/assets/images/growth/fileBack.png new file mode 100644 index 00000000..c3dcf386 Binary files /dev/null and b/src/assets/images/growth/fileBack.png differ diff --git a/src/assets/images/growth/firstRoadmap.png b/src/assets/images/growth/firstRoadmap.png new file mode 100644 index 00000000..8523d361 Binary files /dev/null and b/src/assets/images/growth/firstRoadmap.png differ diff --git a/src/assets/images/growth/growthLeft.png b/src/assets/images/growth/growthLeft.png new file mode 100644 index 00000000..8f145d45 Binary files /dev/null and b/src/assets/images/growth/growthLeft.png differ diff --git a/src/assets/images/growth/growthRight.png b/src/assets/images/growth/growthRight.png new file mode 100644 index 00000000..f83a18a5 Binary files /dev/null and b/src/assets/images/growth/growthRight.png differ diff --git a/src/assets/images/growth/growthTime.png b/src/assets/images/growth/growthTime.png new file mode 100644 index 00000000..368168ff Binary files /dev/null and b/src/assets/images/growth/growthTime.png differ diff --git a/src/assets/images/growth/mark.png b/src/assets/images/growth/mark.png new file mode 100644 index 00000000..96ae4349 Binary files /dev/null and b/src/assets/images/growth/mark.png differ diff --git a/src/assets/images/growth/plane.png b/src/assets/images/growth/plane.png new file mode 100644 index 00000000..a35746fe Binary files /dev/null and b/src/assets/images/growth/plane.png differ diff --git a/src/assets/images/growth/ppt.png b/src/assets/images/growth/ppt.png new file mode 100644 index 00000000..b8d918e9 Binary files /dev/null and b/src/assets/images/growth/ppt.png differ diff --git a/src/assets/images/growth/return.png b/src/assets/images/growth/return.png new file mode 100644 index 00000000..009c9c86 Binary files /dev/null and b/src/assets/images/growth/return.png differ diff --git a/src/assets/images/growth/roadmap.png b/src/assets/images/growth/roadmap.png new file mode 100644 index 00000000..a6456ae5 Binary files /dev/null and b/src/assets/images/growth/roadmap.png differ diff --git a/src/assets/images/growth/yuan.png b/src/assets/images/growth/yuan.png new file mode 100644 index 00000000..d6545d0a Binary files /dev/null and b/src/assets/images/growth/yuan.png differ diff --git a/src/components/UserCenter/menu.vue b/src/components/UserCenter/menu.vue index c6fd3d2c..08469c67 100644 --- a/src/components/UserCenter/menu.vue +++ b/src/components/UserCenter/menu.vue @@ -260,9 +260,12 @@ -
@@ -43,7 +43,7 @@
- +