From a3c565530fa8290b141fceac2fe4b2e65c652d19 Mon Sep 17 00:00:00 2001 From: Tuzki <1720599558@qq.com> Date: Thu, 20 Feb 2025 16:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=A9=BA=E7=99=BB=E5=BD=95=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E9=BB=98=E8=AE=A4=E7=94=A8=E6=88=B7=E5=90=8D=E5=92=8C?= =?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 7a48af2..02e00e1 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -141,8 +141,8 @@ export default { mobileCodeTimer: 0, loginForm: { loginType: "uname", - username: "admin", - password: "admin123", + username: "", + password: "", captchaVerification: "", mobile: "", mobileCode: "",