mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
fix: xpack菜单重启后偶尔加载不出来
This commit is contained in:
@@ -117,6 +117,7 @@ public class AuthServer implements AuthApi {
|
||||
// 记录token操作时间
|
||||
result.put("token", token);
|
||||
ServletUtils.setToken(token);
|
||||
authUserService.clearCache(user.getUserId());
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user