zendwang
2022-11-29 06e6f7af0c1df647f5106df4bdf51858b4e86bdc
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();
    }