修复用户登陆时的用户禁用状态判断

This commit is contained in:
2025-06-12 14:27:11 +08:00
parent 02eb5a7484
commit 7601a3c454
5 changed files with 15 additions and 11 deletions

View File

@@ -104,7 +104,7 @@ sa-token:
# 在多人登录同一账号时,是否共用一个 token (为 true 时所有登录共用一个 token, 为 false 时每次登录新建一个 token
is-share: false
# token 风格默认可取值uuid、simple-uuid、random-32、random-64、random-128、tik
token-style: uuid
token-style: random-128
# 是否输出操作日志
is-log: true