zjh
2024-02-20 c4f1fcc51989a014f9737689c123b3266f13ccda
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();