‘liusuyi’
2023-10-06 63e7ee4de83e1dfd0d4db6113ca07fe544155c14
ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/CacheController.java
@@ -44,6 +44,7 @@
        caches.add(new SysCache(CacheConstants.PWD_ERR_CNT_KEY, "密码错误次数"));
        caches.add(new SysCache(CacheConstants.AUTH_CONFIG_KEY, "授权配置信息"));
        caches.add(new SysCache(CacheConstants.CAMERA_LIST_KEY, "相机列表"));
        caches.add(new SysCache(CacheConstants.USER_LIST_KEY, "用户列表"));
    }
    @PreAuthorize("@ss.hasPermi('monitor:cache:list')")