From f3d9a644b47c267db6ec7af0b336feadab3e10c8 Mon Sep 17 00:00:00 2001 From: wulin Date: Thu, 3 Sep 2020 18:56:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B0=B4=E5=8D=B0=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/layout/main.vue b/src/views/layout/main.vue index 138c088..c0924a6 100644 --- a/src/views/layout/main.vue +++ b/src/views/layout/main.vue @@ -86,7 +86,7 @@ this.userName = res.user.username this.$store.state.user = res.user this.mobile = res.user.mobile - this.$watermark.set(this.userName + ' ' + this.mobile.substr(0, 4)) + this.$watermark.set(this.realName + ' ' + this.mobile.substr(0, 4)) } else { this.$message.error(res.msg) }