diff --git a/src/views/Index.vue b/src/views/Index.vue index 1b351062..c240575a 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -571,7 +571,7 @@ //检查引导页 this.checkAndShowGuide(); } - this.$refs.userCollection.show(); + //this.$refs.userCollection.show(); }, computed: { ...mapGetters(['userInfo','studyTaskCount']),