diff --git a/index.html b/index.html index 8cfcbef..4279496 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,11 @@ %VITE_APP_TITLE% @@ -139,10 +139,10 @@
%VITE_APP_TITLE%
-
-
-
-
+ + + + diff --git a/public/logo-bk.gif b/public/logo-bk.gif new file mode 100644 index 0000000..fdbd32c Binary files /dev/null and b/public/logo-bk.gif differ diff --git a/public/logo.gif b/public/logo.gif index fdbd32c..189599e 100644 Binary files a/public/logo.gif and b/public/logo.gif differ diff --git a/src/assets/imgs/logo-bk.png b/src/assets/imgs/logo-bk.png new file mode 100644 index 0000000..7e1043f Binary files /dev/null and b/src/assets/imgs/logo-bk.png differ diff --git a/src/assets/imgs/logo.png b/src/assets/imgs/logo.png index 7e1043f..dd01c6d 100644 Binary files a/src/assets/imgs/logo.png and b/src/assets/imgs/logo.png differ diff --git a/src/layout/components/Logo/src/Logo.vue b/src/layout/components/Logo/src/Logo.vue index d241130..3672d03 100644 --- a/src/layout/components/Logo/src/Logo.vue +++ b/src/layout/components/Logo/src/Logo.vue @@ -68,7 +68,7 @@ watch( >
- + {{ underlineToHump(appStore.getTitle) }}
@@ -36,7 +36,7 @@ style="color: var(--el-text-color-primary);" >
- + {{ underlineToHump(appStore.getTitle) }}
@@ -116,4 +116,4 @@ $prefix-cls: #{$namespace}-login; background-color: var(--login-bg-color); } } - \ No newline at end of file + diff --git a/src/views/Login/SocialLogin.vue b/src/views/Login/SocialLogin.vue index 37c50da..03be023 100644 --- a/src/views/Login/SocialLogin.vue +++ b/src/views/Login/SocialLogin.vue @@ -9,7 +9,7 @@ >
- + {{ underlineToHump(appStore.getTitle) }}
@@ -35,7 +35,7 @@ class="flex items-center justify-between text-white at-2xl:justify-end at-xl:justify-end" >
- + {{ underlineToHump(appStore.getTitle) }}