From b131100be8eaf0e247812fc32009ae77feb6b184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BF=9E=E5=AE=9D=E5=B1=B1?= <1253070437@qq.com> Date: Fri, 19 Jul 2024 01:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=89=8D=E7=AB=AF=E5=88=B7=E6=96=B0=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/index.html | 11 +----- snowy-admin-web/src/layout/index.vue | 3 ++ snowy-admin-web/src/router/index.js | 9 +++++ snowy-admin-web/src/router/systemRouter.js | 10 +++-- snowy-admin-web/src/store/global.js | 9 ++--- snowy-admin-web/src/utils/loading.js | 38 +++++++++++++++++++ .../src/views/auth/login/login.vue | 6 ++- 7 files changed, 66 insertions(+), 20 deletions(-) create mode 100644 snowy-admin-web/src/utils/loading.js diff --git a/snowy-admin-web/index.html b/snowy-admin-web/index.html index 36f92e32..9b3a7ffb 100644 --- a/snowy-admin-web/index.html +++ b/snowy-admin-web/index.html @@ -12,6 +12,7 @@ .app-loading__logo {margin-bottom: 30px;} .app-loading__logo img {width: 90px;vertical-align: bottom;} .app-loading__title {font-size: 24px;color: #333;margin-top: 30px;} + .h-full { height: 100% } @keyframes loader { 0% { transform: rotate(0deg); @@ -28,15 +29,7 @@ We're sorry but Snowy2.0 doesn't work properly without JavaScript enabled. Please enable it to continue. -