yxh
yxh
2 天以前 f4d2b41a462efdef2a0b2766c3b501dee666075c
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
    {