赵文轩
2024-10-30 7068ab4307920f2f03f3caeef99380b8b546a550
ltkj-admin/src/main/java/com/ltkj/web/controller/system/ServerController.java
@@ -15,7 +15,7 @@
@RestController
@RequestMapping("/monitor/server")
public class ServerController {
    @PreAuthorize("@ss.hasPermi('monitor:server:list')")
//    @PreAuthorize("@ss.hasPermi('monitor:server:list')")
    @GetMapping()
    public AjaxResult getInfo() throws Exception {
        Server server = new Server();