‘liusuyi’
2023-08-07 479a23949c28ae93a15e3f2f5aba655662f6c0c8
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')")