#
Junjie
2023-08-30 c41fce4524aaf930da42d2b86a41f0ec8570c0a0
src/main/java/com/zy/common/web/RouterController.java
@@ -58,7 +58,7 @@
    public void monitor(@PathVariable("ledId") Integer ledId,
                        HttpServletResponse response) {
        try{
            response.sendRedirect(contextPath+"/views/monitor/monitor0.html"+ "?" + "ledId=" + ledId);
            response.sendRedirect(contextPath+"/views/monitor/monitor0.html"+ "?"  + "crnId=" + 2 + "&" + "ledId=" + ledId);
        } catch (Exception ex){
            ex.printStackTrace();
        }