#
Junjie
2025-01-12 84e959cd1b213e0706b884d54903fe6f3dd7079d
#
1个文件已修改
5个文件已删除
2321 ■■■■■ 已修改文件
src/main/java/com/zy/common/web/RouterController.java 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/control.html 91 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/crn.html 622 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/ess.html 29 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/plc2.html 661 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/ste.html 909 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,
src/main/webapp/views/control.html
File was deleted
src/main/webapp/views/crn.html
File was deleted
src/main/webapp/views/ess.html
File was deleted
src/main/webapp/views/plc2.html
File was deleted
src/main/webapp/views/ste.html
File was deleted