liusheng
2024-11-07 37b79cfd8e5ecdc6f9f09750583f998183c338fb
ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/ServerController.java
@@ -16,7 +16,7 @@
@RequestMapping("/monitor/server")
public class ServerController
{
    @PreAuthorize("@ss.hasPermi('monitor:server:list')")
    //@PreAuthorize("@ss.hasPermi('monitor:server:list')")
    @GetMapping()
    public AjaxResult getInfo() throws Exception
    {