From f51bf6f4814109bdf4a61909670eb82afb17cb9a Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Tue, 11 Oct 2022 11:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 {