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/views/study/Growth.vue b/src/views/study/Growth.vue index 33f36d7d..ebbe603e 100644 --- a/src/views/study/Growth.vue +++ b/src/views/study/Growth.vue @@ -181,7 +181,7 @@ export default { startLearn(){ this.$router.push({ path: '/growthpath', - query: {growId:this.detailData.growId,name: this.detailData.growName} + query: {growId:this.detailData.growId,name: this.detailData.growName,isTrue: true} }) }, checkedTrue(){ diff --git a/src/views/study/GrowthPath.vue b/src/views/study/GrowthPath.vue index faf2beaa..09cf23ef 100644 --- a/src/views/study/GrowthPath.vue +++ b/src/views/study/GrowthPath.vue @@ -1,9 +1,9 @@