一些微调优化

This commit is contained in:
thinkgem
2020-03-05 21:44:22 +08:00
parent 8d7f5e9f33
commit c030985bb0
3 changed files with 6 additions and 6 deletions

View File

@@ -222,7 +222,7 @@ role:
# 菜单管理
menu:
# 根据模块状态去更新相连的菜单状态仅作为微服务时设为false
# 根据模块状态去更新相连的菜单状态
updateStatusByModuleStatus: false
# 国际化管理(专业版)
@@ -325,7 +325,7 @@ shiro:
# 登录提交信息加密(如果不需要加密,设置为空即可)
loginSubmit:
# 登录提交信息安全Key加密用户名、密码、验证码后再提交key设置为3个用逗号分隔
# 登录提交信息安全Key加密用户名、密码、验证码后再提交key设置为3个用逗号分隔默认加密方式DES
secretKey: thinkgem,jeesite,com
# 记住我密钥设置,为空则自动生成一个新密钥,也可以通过 com.jeesite.test.RememberMeKeyGen 生成

View File

@@ -3,7 +3,7 @@
<link rel="stylesheet" href="${ctxStatic}/icheck/1.0/square/blue.css?${_version}">
<link rel="stylesheet" href="${ctxStatic}/jquery-toastr/2.0/toastr.min.css?${_version}">
<link rel="stylesheet" href="${ctxStatic}/modules/sys/sysLogin.css?${_version}">
<div class="login-box" style="margin-top:3%">
<div class="login-box" style="margin-top:20px">
<div class="login-logo">
<a href="${ctxPath}/account/forgetPwd"><b>${@Global.getConfig('productName')}</b>
<small>${@Global.getConfig('productVersion')}</small></a>

View File

@@ -270,8 +270,8 @@ logging:
# 菜单管理
#menu:
# # 根据模块状态去更新相连的菜单状态仅作为微服务时设为false
# updateStatusByModuleStatus: true
# # 根据模块状态去更新相连的菜单状态
# updateStatusByModuleStatus: false
# 国际化管理(专业版)
#lang:
@@ -364,7 +364,7 @@ shiro:
#
# # 登录提交信息加密(如果不需要加密,设置为空即可)
# loginSubmit:
# # 登录提交信息安全Key加密用户名、密码、验证码后再提交key设置为3个用逗号分隔
# # 登录提交信息安全Key加密用户名、密码、验证码后再提交key设置为3个用逗号分隔默认加密方式DES
# secretKey: thinkgem,jeesite,com
# 记住我密钥设置,为空则自动生成一个新密钥,也可以通过 com.jeesite.test.RememberMeKeyGen 生成