From 4158cdb2fdd45d5d6d5c6dd11002bd59524396a6 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Tue, 4 Aug 2020 10:45:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu.vue | 7 +++---- src/pages/workbench/workPlace.vue | 4 +++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/menu.vue b/src/components/menu.vue index a25e254..cce92cb 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -13,11 +13,10 @@ >{{ userInfo.user_name }} 请登录 +
- + 你好,{{ person }}!{{login_time?'最近登录 ':''}}{{ login_time }}
@@ -357,6 +357,7 @@ export default { helper: helper, service_data: [], app_data: [], + picture_path:'', listTotal: 0, currentPage: 1, listTotal1: 0, @@ -1346,6 +1347,7 @@ export default { this.$router.push("/fwzc/fwcs"); }, getUserData() { + this.picture_path = this.userInfo.picture_path; this.person = this.userInfo.user_name; this.login_time = decodeURIComponent(getCookie("lastLogin")).replace( "+", -- 2.26.0