diff --git a/modules/core/src/main/resources/views/modules/sys/account/forgetPwd.html b/modules/core/src/main/resources/views/modules/sys/account/forgetPwd.html
index 7c4591eb..f0a4c553 100644
--- a/modules/core/src/main/resources/views/modules/sys/account/forgetPwd.html
+++ b/modules/core/src/main/resources/views/modules/sys/account/forgetPwd.html
@@ -1,7 +1,7 @@
<% layout('/layouts/default.html', {title: '忘记密码', libs: ['validate'], bodyClass: 'login-page'}){ %>
<% include('/include/upgrade.html'){} // 如果客户浏览器版本过低,则显示浏览器升级提示。 %>
-
+
@@ -165,7 +165,7 @@
<% } %>
-
+
+
+
\ No newline at end of file
diff --git a/modules/core/src/main/resources/views/themes/default/modules/sys/sysLogin.html b/modules/core/src/main/resources/views/themes/default/modules/sys/sysLogin.html
index 5aafd252..f08a1284 100644
--- a/modules/core/src/main/resources/views/themes/default/modules/sys/sysLogin.html
+++ b/modules/core/src/main/resources/views/themes/default/modules/sys/sysLogin.html
@@ -1,7 +1,7 @@
<% layout('/layouts/default.html', {title: '登录', libs: ['validate'], bodyClass: 'login-page'}){ %>
<% include('/include/upgrade.html'){} // 如果客户浏览器版本过低,则显示浏览器升级提示。 %>
-
+
@@ -81,6 +81,6 @@
<% } %>
-
+
\ No newline at end of file