diff --git a/src/views/Index.vue b/src/views/Index.vue index 28657bfa..b87c2757 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -17,7 +17,9 @@ -

{{userInfo.name}} {{userInfo.userNo}}

+

{{userInfo.name}} {{userInfo.userNo}} + LV.1 +

{{userInfo.departName}}

代办3个待处理
@@ -61,8 +63,8 @@
-
- +
+ 录播课
高效谈判系列课
@@ -484,7 +486,6 @@ }, mounted() { this.userInfo = this.$store.getters.userInfo; - console.log(this.userInfo,'111') this.getCourseData(1); this.getCaseData(); this.getArticleData(); @@ -737,7 +738,7 @@ $this.articleList.list.push(item); } }); - console.log(res.result, 'res.result'); + // console.log(res.result, 'res.result'); this.loadAuthorInfo(res.result, userIds); } } else {