From 2d22e9dfaa5c3ae4ed58b15bd10af0859c1ef793 Mon Sep 17 00:00:00 2001
From: limengnan <420004014@qq.com>
Date: Mon, 29 Jun 2026 08:48:09 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=99=BB=E5=BD=95=E9=AA=8C?=
=?UTF-8?q?=E8=AF=81=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../frontend/src/views/login/index.vue | 22 +++++++++----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/business-css/frontend/src/views/login/index.vue b/business-css/frontend/src/views/login/index.vue
index b2a961f..c716ee6 100644
--- a/business-css/frontend/src/views/login/index.vue
+++ b/business-css/frontend/src/views/login/index.vue
@@ -14,7 +14,7 @@
auto-complete="on"
label-position="left"
>
-
+
@@ -66,7 +66,7 @@
-
@@ -88,7 +88,7 @@
-
+ -->
{
- getCode();
+ // getCode();
state.loading = false;
});
} else {
@@ -293,21 +293,21 @@ function getCookie() {
state.loginData = {
username: username === undefined ? state.loginData.username : username,
password: decrypt(password),
- code: '',
- uuid: ''
+ // code: '',
+ // uuid: ''
};
remember.value = rememberMe === undefined ? false : Boolean(rememberMe)
}
function getCode() {
getCaptcha().then((result:any) => {
- codeUrl.value = result.data.img
- state.loginData.uuid = result.data.uuid;
+ // codeUrl.value = result.data.img
+ // state.loginData.uuid = result.data.uuid;
})
}
onMounted(() => {
getCookie();
- getCode();
+ // getCode();
window.onresize = () => {
if (state.clientHeight > document.documentElement.clientHeight) {
state.showCopyright = false;