From 5b9925d0691ae365caad798b94b9ddb86dd8e91d Mon Sep 17 00:00:00 2001 From: Raod <1130305001@qq.com> Date: Tue, 17 Aug 2021 10:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=8E=BB=E9=99=A4=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report-ui/src/views/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report-ui/src/views/login.vue b/report-ui/src/views/login.vue index 1f3e802a..589b4879 100644 --- a/report-ui/src/views/login.vue +++ b/report-ui/src/views/login.vue @@ -127,8 +127,8 @@ export default { activeTop: "-50%", // 色条滑块控制 rememberPsw: false, // 记住密码选择框 loginForm: { - loginName: "admin", - password: "123456", + loginName: "", + password: "", verifyCode: "" }, // 登录表单 loginRules: {