diff --git a/src/assets/image/growth/growth-icon1.png b/src/assets/image/growth/growth-icon1.png deleted file mode 100644 index 44c8a83..0000000 Binary files a/src/assets/image/growth/growth-icon1.png and /dev/null differ diff --git a/src/assets/image/growth/growth-icon2.png b/src/assets/image/growth/growth-icon2.png deleted file mode 100644 index 365428f..0000000 Binary files a/src/assets/image/growth/growth-icon2.png and /dev/null differ diff --git a/src/assets/image/growth/growth-icon3.png b/src/assets/image/growth/growth-icon3.png deleted file mode 100644 index 003c295..0000000 Binary files a/src/assets/image/growth/growth-icon3.png and /dev/null differ diff --git a/src/assets/image/growth/growth-icon4.png b/src/assets/image/growth/growth-icon4.png deleted file mode 100644 index 9d8f3fe..0000000 Binary files a/src/assets/image/growth/growth-icon4.png and /dev/null differ diff --git a/src/assets/image/growth/liebiaotu.jpg b/src/assets/image/growth/liebiaotu.jpg deleted file mode 100644 index 1f86347..0000000 Binary files a/src/assets/image/growth/liebiaotu.jpg and /dev/null differ diff --git a/src/assets/image/growth/lujingtu.jpg b/src/assets/image/growth/lujingtu.jpg deleted file mode 100644 index 83ac7ff..0000000 Binary files a/src/assets/image/growth/lujingtu.jpg and /dev/null differ diff --git a/src/assets/image/growth/type1.png b/src/assets/image/growth/type1.png new file mode 100644 index 0000000..1069bb8 Binary files /dev/null and b/src/assets/image/growth/type1.png differ diff --git a/src/assets/image/growth/type10.png b/src/assets/image/growth/type10.png new file mode 100644 index 0000000..d81a2ae Binary files /dev/null and b/src/assets/image/growth/type10.png differ diff --git a/src/assets/image/growth/type11.png b/src/assets/image/growth/type11.png new file mode 100644 index 0000000..8da2db9 Binary files /dev/null and b/src/assets/image/growth/type11.png differ diff --git a/src/assets/image/growth/type12.png b/src/assets/image/growth/type12.png new file mode 100644 index 0000000..092a8a0 Binary files /dev/null and b/src/assets/image/growth/type12.png differ diff --git a/src/assets/image/growth/type13.png b/src/assets/image/growth/type13.png new file mode 100644 index 0000000..e69f246 Binary files /dev/null and b/src/assets/image/growth/type13.png differ diff --git a/src/assets/image/growth/type2.png b/src/assets/image/growth/type2.png new file mode 100644 index 0000000..c837358 Binary files /dev/null and b/src/assets/image/growth/type2.png differ diff --git a/src/assets/image/growth/type3.png b/src/assets/image/growth/type3.png new file mode 100644 index 0000000..85657bb Binary files /dev/null and b/src/assets/image/growth/type3.png differ diff --git a/src/assets/image/growth/type4.png b/src/assets/image/growth/type4.png new file mode 100644 index 0000000..83d1265 Binary files /dev/null and b/src/assets/image/growth/type4.png differ diff --git a/src/assets/image/growth/type5.png b/src/assets/image/growth/type5.png new file mode 100644 index 0000000..87312ba Binary files /dev/null and b/src/assets/image/growth/type5.png differ diff --git a/src/assets/image/growth/type6.png b/src/assets/image/growth/type6.png new file mode 100644 index 0000000..b44d02b Binary files /dev/null and b/src/assets/image/growth/type6.png differ diff --git a/src/assets/image/growth/type7.png b/src/assets/image/growth/type7.png new file mode 100644 index 0000000..2bed8d9 Binary files /dev/null and b/src/assets/image/growth/type7.png differ diff --git a/src/assets/image/growth/type8.png b/src/assets/image/growth/type8.png new file mode 100644 index 0000000..4546455 Binary files /dev/null and b/src/assets/image/growth/type8.png differ diff --git a/src/assets/image/growth/type9.png b/src/assets/image/growth/type9.png new file mode 100644 index 0000000..d44ee82 Binary files /dev/null and b/src/assets/image/growth/type9.png differ diff --git a/src/views/growth/growthList.vue b/src/views/growth/growthList.vue index db5e958..ddd8791 100644 --- a/src/views/growth/growthList.vue +++ b/src/views/growth/growthList.vue @@ -56,22 +56,22 @@
-
{{ selectGrowth?.growthName }}
-
+
{{ selectGrowth?.growthName }}
+
-
- - +
+ +
列表
路径
@@ -87,7 +87,12 @@ v-for="(value, index) in stageProcessList" >
-
+
+ +
{{ @@ -270,6 +275,10 @@ const lastLearned = computed(() => stageProcessList.value.find((item) => item.lastStudy) ); +const getAssetsFile = (url) => { + return new URL(`../../assets/image/growth/type${url}.png`, import.meta.url) + .href; +}; // 样式类型 const templateClick = () => { router.push({ @@ -307,7 +316,7 @@ const refresh = () => { const loading = ref(false); const getList = () => { let params = { - growthId: selectGrowth.id ? selectGrowth.id : routerId, + growthId: selectGrowth.value.id ? selectGrowth.value.id : routerId, ...queryParams, }; // 3为查询全部状态,需给后端传空 @@ -656,7 +665,6 @@ function toOffcoursePlanPage(id) { margin: 15px 0 19px 0; } .item-img { - height: 240px; width: 100%; background: #cccccc; border-radius: 14px 14px 0px 0px; diff --git a/src/views/growth/growthRoadmap.vue b/src/views/growth/growthRoadmap.vue index 206139d..e7d723a 100644 --- a/src/views/growth/growthRoadmap.vue +++ b/src/views/growth/growthRoadmap.vue @@ -4,7 +4,7 @@ style="width: 100%; height: 290px" src="@/assets/image/growth/bg.png" /> -