From b487e46f070931db186c9e618044b3ef066acada Mon Sep 17 00:00:00 2001 From: K <1175047471@qq.com> Date: Wed, 17 Apr 2024 11:39:00 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=BB=98=E8=AE=A4=E7=9A=84=E7=94=A8=E6=88=B7=E5=90=8D?= =?UTF-8?q?=E5=92=8C=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/base/login/LoginForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/base/login/LoginForm.vue b/src/views/base/login/LoginForm.vue index 038aae37..001772aa 100644 --- a/src/views/base/login/LoginForm.vue +++ b/src/views/base/login/LoginForm.vue @@ -29,8 +29,8 @@ const loading = ref(false) const formData = reactive({ tenantId: '000000', - username: 'admin', - password: '123456', + username: '', + password: '', captchaKey: '', captchaCode: '', })