From 3ff8cf6555a92ca87f5589abd41d55b554c96c78 Mon Sep 17 00:00:00 2001 From: lipeng Date: Fri, 7 Jul 2023 14:25:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=80=89=E9=A1=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/login/index.vue | 16 +- .../system-admin/preference/authorityForm.vue | 29 ++-- .../main/system-admin/preference/index.vue | 100 ++++-------- .../system-admin/preference/loginPageForm.vue | 95 +++++++----- .../system-admin/preference/registerForm.vue | 145 ++++++++++-------- .../system-admin/preference/secureForm.vue | 29 ++-- 6 files changed, 215 insertions(+), 199 deletions(-) diff --git a/src/page/login/index.vue b/src/page/login/index.vue index 63ab053..b984ef2 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -3,9 +3,7 @@ class="login-container" :style="{ 'background-image': `url(${ - configOptions.backgroundUrl - ? JSON.parse(configOptions.backgroundUrl)[0].url - : getImageUrl('bg.png') + configOptions.backgroundUrl ? JSON.parse(configOptions.backgroundUrl)[0].url : getImageUrl('bg.png') })`, }"> @@ -15,11 +13,7 @@ -->
-