From 2ab4d4ac9c31e85b109645b7f8db5d85510f9051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Thu, 16 Jun 2022 17:30:45 +0800 Subject: [PATCH] up --- src/views/login/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 9b5c0ba..b386ce7 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -69,8 +69,8 @@ export default { } return { loginForm: { - username: 'admin', - password: 'Admin2022' + username: '', + password: '' }, loginRules: { username: [{ required: true, trigger: 'blur', validator: validateUsername }],