Unverified Commit cb11af2a authored by 皆非's avatar 皆非 Committed by GitHub
Browse files

fixed:修复配置文件中设置账号单用户登录无效 (#499)

* refactor:Optimized DeptServiceImpl's deduplication method

* fix:fixed single-login is invalid in application-dev.yml

* fixed prod.yml 's single-login
parent e54dbe02
......@@ -49,7 +49,7 @@ login:
# 登录缓存
cache-enable: true
# 是否限制单用户登录
single: false
single-login: false
# 验证码
login-code:
# 验证码类型配置 查看 LoginProperties 类
......
......@@ -51,7 +51,7 @@ login:
# 登录缓存
cache-enable: true
# 是否限制单用户登录
single: false
single-login: false
# 验证码
login-code:
# 验证码类型配置 查看 LoginProperties 类
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment