From 6da46f87ade692231a3af1edad3c6e351d2824a4 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 24 Oct 2025 20:42:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E5=BD=95=E9=A1=B5=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=A7=9F=E6=88=B7=E9=80=89=E6=8B=A9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 132e9cb..1b25331 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -6,10 +6,10 @@ --> - - - - + + + + @@ -87,8 +87,8 @@ const { t } = useI18n(); const loginForm = ref({ tenantId: '111111', - username: 'admin', - password: 'admin123', + username: 'fishery', + password: 'fishery@123', rememberMe: false, code: '', uuid: '' @@ -216,7 +216,7 @@ const doSocialLogin = (type: string) => { onMounted(() => { getCode(); - initTenantList(); + // initTenantList(); getLoginData(); }); @@ -301,7 +301,7 @@ onMounted(() => { backdrop-filter: blur(2px); text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); z-index: 2; - + span { padding: 5px 15px; border-radius: 15px; @@ -309,12 +309,12 @@ onMounted(() => { backdrop-filter: blur(5px); border: 1px solid rgba(255, 255, 255, 0.1); } - + a { color:rgb(255, 255, 255) !important; text-decoration: none; transition: color 0.3s ease; - + &:hover { color: #66b1ff !important; text-shadow: 0 0 5px rgba(64, 158, 255, 0.5);