Merge pull request #1675 from dataease/pr@dev@fix_xpack_menus

fix: xpack菜单重启后偶尔加载不出来
This commit is contained in:
fit2cloud-chenyw 2022-01-20 17:14:34 +08:00 committed by GitHub
commit 0732305cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,7 @@ public class AuthServer implements AuthApi {
// 记录token操作时间
result.put("token", token);
ServletUtils.setToken(token);
authUserService.clearCache(user.getUserId());
return result;
}