From c59c99fc6b4125efe74b51a1d8544cb054156dbc Mon Sep 17 00:00:00 2001 From: wangbing Date: Tue, 15 Oct 2019 14:25:53 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=97=A5=E6=9C=9F=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SpringBoot/resources/templates/screen/login.ftl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/modules/SpringBoot/resources/templates/screen/login.ftl b/src/main/resources/modules/SpringBoot/resources/templates/screen/login.ftl index 4f04ae08..e16f0cd4 100644 --- a/src/main/resources/modules/SpringBoot/resources/templates/screen/login.ftl +++ b/src/main/resources/modules/SpringBoot/resources/templates/screen/login.ftl @@ -4,8 +4,8 @@
系统登录
- - + + @@ -95,11 +95,11 @@ el: "#app", data: { form: { - name: '', + username: '', password: '' }, rules: { - name: [ + username: [ {required: true, message: '请输入用户名', trigger: 'blur'} ], password: [