疯狂的狮子li
2023-01-13 f3c6513d5ae0d5dc8f4bf2c8625d7edb85b7521d
ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysUserOnlineController.java
@@ -83,7 +83,7 @@
    public R<Void> forceLogout(@PathVariable String tokenId) {
        try {
            StpUtil.kickoutByTokenValue(tokenId);
        } catch (NotLoginException e) {
        } catch (NotLoginException ignored) {
        }
        return R.ok();
    }