From aba75fdd7c3e57ea5fd5b6c02eaa63024849ee84 Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Thu, 13 Aug 2026 10:13:01 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=8E=BB=E6=8E=89=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 554de6a..41ad1e6 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -91,8 +91,8 @@ const { t } = useI18n(); const loginForm = ref({ tenantId: '000000', - username: 'admin', - password: 'admin123', + username: '', + password: '', rememberMe: false, code: '', uuid: ''