#
luxiaotao1123
2021-02-04 d41f29098203fecc78ded9ffc5a738e64193f77e
#
1个文件已修改
2 ■■■ 已修改文件
src/main/java/com/zy/common/web/RouterController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();
        }