From a500d5b8984cd506a45f64fc94421216a9a5aff4 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Wed, 30 Mar 2022 14:27:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/App.vue | 6 +++++- jero-web/src/components/libraryPush/index.vue | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/jero-web/src/App.vue b/jero-web/src/App.vue index eba4e5b68..8834ccdf6 100644 --- a/jero-web/src/App.vue +++ b/jero-web/src/App.vue @@ -81,7 +81,9 @@ watch: { $route: function(val) { this.$nextTick(() => { - this.$watermark.set(this.userInfo().username + ' ' + this.userInfo().realname) + if (this.userInfo() && this.userInfo().username) { + this.$watermark.set(this.userInfo().username + ' ' + this.userInfo().realname) + } }) } }, @@ -97,9 +99,11 @@ font-family: 'BlueSkyNoto'; src: url("./assets/fontStyle/BlueSkyNotoRegular.otf"); } + * { font-family: 'BlueSkyNoto'; } + body { font-family: "Blue Sky Noto" !important; } diff --git a/jero-web/src/components/libraryPush/index.vue b/jero-web/src/components/libraryPush/index.vue index 2c8f97fd3..8c530226c 100644 --- a/jero-web/src/components/libraryPush/index.vue +++ b/jero-web/src/components/libraryPush/index.vue @@ -10,7 +10,7 @@ :visible="visible" style="height: 100%;overflow: auto;padding-bottom: 53px;"> - +
{