update 适配ruoyi错误登录与解锁功能

This commit is contained in:
疯狂的狮子li
2022-08-08 10:21:20 +08:00
parent be7766b5f0
commit 515657616a
6 changed files with 74 additions and 85 deletions

View File

@ -32,7 +32,6 @@ public class CacheController {
static {
CACHES.add(new SysCache(CacheConstants.LOGIN_TOKEN_KEY, "用户信息"));
CACHES.add(new SysCache(CacheConstants.ONLINE_TOKEN_KEY, "在线用户"));
CACHES.add(new SysCache(CacheConstants.LOGIN_ERROR, "登陆错误"));
CACHES.add(new SysCache(CacheConstants.SYS_CONFIG_KEY, "配置信息"));
CACHES.add(new SysCache(CacheConstants.SYS_DICT_KEY, "数据字典"));
CACHES.add(new SysCache(CacheConstants.CAPTCHA_CODE_KEY, "验证码"));