From e167c16be9e545feb601b5027ecf516dba5e42b0 Mon Sep 17 00:00:00 2001 From: JayJiaJun Date: Mon, 17 Feb 2025 18:47:17 +0800 Subject: [PATCH] 2.17 --- src/views/login.vue | 81 +++++++++++++++++++++++++++++++-------------- 1 file changed, 56 insertions(+), 25 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index c45dcb5..8d7b87f 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -18,11 +18,9 @@ {{ $t('login.989807-11') }} - + style="margin-left: 10px; font-size: 14px; font-family: '微软雅黑'; color: rgba(41, 96, 197, 0.856)"> {{ $t('login.989807-12') }} @@ -32,14 +30,16 @@
- +
- +
@@ -47,7 +47,8 @@
- + @@ -77,7 +78,8 @@
--> - + {{ $t('login.989807-3') }} {{ $t('login.989807-13') }} @@ -96,16 +98,14 @@
- +
- + size="medium"> {{ buttonText }}
@@ -115,25 +115,32 @@
- +
- + {{ $t('login.989807-3') }} {{ $t('login.989807-13') }} @@ -158,11 +165,16 @@

{{ $t('login.989807-39') }}

logo - + + + @@ -357,7 +369,7 @@ export default { .push({ path: this.redirect || '/', }) - .catch(() => {}); + .catch(() => { }); if (this.captchaOnOff) { this.getCode(); this.loading = false; @@ -388,7 +400,7 @@ export default { const errorId = this.$route.query.errorId; if (errorId !== undefined && errorId !== null) { getErrorMsg(errorId) - .then((res) => {}) + .then((res) => { }) .catch((err) => { this.$router.push({ query: {} }); console.log(err); @@ -479,7 +491,7 @@ export default { .push({ path: '/', }) - .catch(() => {}); + .catch(() => { }); }); } }); @@ -512,7 +524,7 @@ export default { .push({ path: '/', }) - .catch(() => {}); + .catch(() => { }); }) .catch(() => { this.loading = false; @@ -567,7 +579,7 @@ export default { .push({ path: this.redirect || '/', }) - .catch(() => {}); + .catch(() => { }); }) .catch(() => { this.loading = false; @@ -984,6 +996,7 @@ export default { } @keyframes is-gx { + 0%, 10%, 100% { @@ -1093,6 +1106,24 @@ export default { margin-left: 10px; } } + + .icp-footer { + position: fixed; + bottom: 10px; + width: 100%; + text-align: center; + font-size: 24px; + color: #666; + + a { + color: #666; + text-decoration: none; + + &:hover { + color: #333; + } + } + } } @media (max-width: 1200px) {