src/main/java/com/zy/common/web/RouterController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/control.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/crn.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/ess.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/plc2.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/ste.html | ●●●●● 补丁 | 查看 | 原始文档 | 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