mirror of https://github.com/elunez/eladmin
fix:fixed single-login is invalid in application-dev.yml
parent
e34550fea3
commit
639be0f691
|
@ -49,7 +49,7 @@ login:
|
||||||
# 登录缓存
|
# 登录缓存
|
||||||
cache-enable: true
|
cache-enable: true
|
||||||
# 是否限制单用户登录
|
# 是否限制单用户登录
|
||||||
single: false
|
single-login: false
|
||||||
# 验证码
|
# 验证码
|
||||||
login-code:
|
login-code:
|
||||||
# 验证码类型配置 查看 LoginProperties 类
|
# 验证码类型配置 查看 LoginProperties 类
|
||||||
|
|
Loading…
Reference in New Issue