#
Junjie
7 天以前 c97e67b2b569bf9845acbe6a088b7a2b0f8d6a11
src/main/java/com/zy/common/web/RouterController.java
@@ -34,15 +34,6 @@
        }
    }
    @RequestMapping("/control")
    public void control(HttpServletResponse response) {
        try{
            response.sendRedirect(contextPath+"/views/control.html");
        } catch (Exception ex){
            ex.printStackTrace();
        }
    }
    @RequestMapping("/monitor/{cnrId}/{ledId}")
    public void monitor(@PathVariable("cnrId") Integer cnrId,
                        @PathVariable("ledId") Integer ledId,