From c619af3e176f958cc434fcd71c27a42a8c1640bf Mon Sep 17 00:00:00 2001 From: xzh <42543075@qq.com> Date: Wed, 26 Mar 2025 00:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=BB=98=E8=AE=A4=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 12096f2..1924b8e 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -72,9 +72,9 @@ - + + + @@ -96,8 +96,8 @@ const { t } = useI18n(); const loginForm = ref({ tenantId: '000000', - username: 'admin', - password: 'admin123', + username: '', + password: '', rememberMe: false, code: '', uuid: ''