From 820597813b8dd60ac01f7f188f95fd113e5ebb4a Mon Sep 17 00:00:00 2001 From: JinMao Date: Mon, 20 Sep 2021 11:22:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5vben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sys/login/LoginForm.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/sys/login/LoginForm.vue b/src/views/sys/login/LoginForm.vue index e310a451..da81151c 100644 --- a/src/views/sys/login/LoginForm.vue +++ b/src/views/sys/login/LoginForm.vue @@ -106,10 +106,10 @@ const formRef = ref(); const loading = ref(false); const rememberMe = ref(false); - const formData = reactive({ - account: 'admin', - password: '123456', - }); +const formData = reactive({ + account: '', + password: '', +}); const { validForm } = useFormValid(formRef);