疯狂的狮子li
2022-12-21 e729a924d4b2003f080edbec2455b4e7a1eb5d1e
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();
    }