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

* refactor:Optimized DeptServiceImpl's deduplication method

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

* fixed prod.yml 's single-login
pull/516/head
皆非 2020-10-07 19:23:16 +08:00 committed by GitHub
parent e54dbe0201
commit cb11af2a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ login:
# 登录缓存
cache-enable: true
# 是否限制单用户登录
single: false
single-login: false
# 验证码
login-code:
# 验证码类型配置 查看 LoginProperties 类

View File

@ -51,7 +51,7 @@ login:
# 登录缓存
cache-enable: true
# 是否限制单用户登录
single: false
single-login: false
# 验证码
login-code:
# 验证码类型配置 查看 LoginProperties 类