From beae389f33295d2ff90f80b6db97f31eba52ce2d Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sat, 11 Apr 2026 16:16:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=96=E6=B6=88=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E3=80=82?= 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 1b25331..9d67d9d 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -87,8 +87,8 @@ const { t } = useI18n(); const loginForm = ref({ tenantId: '111111', - username: 'fishery', - password: 'fishery@123', + username: '', + password: '', rememberMe: false, code: '', uuid: ''