Administrator
2023-08-07 0878c49058d5f11858a03738208b7c37c82a1591
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')")