From f69c670932649251f39d4b9e1036f8c3a96c00ae Mon Sep 17 00:00:00 2001 From: zhouhaibin Date: Wed, 5 Mar 2025 09:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=99=BB=E5=BD=95=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=94=A8=E6=88=B7=E4=B8=8E=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/auth/login/LoginForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/auth/login/LoginForm.vue b/src/views/auth/login/LoginForm.vue index 2f8177c..7a3e5db 100644 --- a/src/views/auth/login/LoginForm.vue +++ b/src/views/auth/login/LoginForm.vue @@ -173,8 +173,8 @@ // 默认租户ID const defaultTenantId = '000000'; const formData: any = reactive({ - account: 'ai', - password: 'ai123456', + account: '', + password: '', // account: '', // password: '', code: '',