From 6752c9c6e9f0e938ab0570a3ffb86e8cd7c80eb5 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 20 Oct 2023 17:54:07 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E4=B8=8D=E5=A1=AB=E8=B4=A6=E5=8F=B7=E5=AF=86=E7=A0=81=E7=9A=84?= 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 a3e219a9..d5a1e55a 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -22,9 +22,9 @@ let state = reactive({ /**表单属性 */ from: { /**账号 */ - username: 'AGrand', + username: '', /**密码 */ - password: 'AGrand@1234', + password: '', /**验证码 */ code: '', /**验证码uuid */