From d73ea624fcb4055b3b31db3e92a7740d471debb5 Mon Sep 17 00:00:00 2001 From: shih <510524130@qq.com> Date: Wed, 8 Apr 2026 12:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4admin=E8=B4=A6=E5=8F=B7=E7=99=BB=E5=BD=95=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Login/components/LoginForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Login/components/LoginForm.vue b/src/views/Login/components/LoginForm.vue index 8080cfe..b4d9286 100644 --- a/src/views/Login/components/LoginForm.vue +++ b/src/views/Login/components/LoginForm.vue @@ -133,8 +133,8 @@ const loginData = reactive({ tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE, loginForm: { tenantName: '000000', - username: import.meta.env.VITE_LOGIN_USERNAME || 'admin', - password: import.meta.env.VITE_LOGIN_PASSWORD || 'admin123', + username: import.meta.env.VITE_LOGIN_USERNAME || '', + password: import.meta.env.VITE_LOGIN_PASSWORD || '', captchaVerification: '', rememberMe: false }