src/main/java/com/zy/common/web/RouterController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/console-0.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/index1.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/newconsole.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/common/web/RouterController.java
@@ -19,7 +19,7 @@ @RequestMapping("/") public void index(HttpServletResponse response) { try{ response.sendRedirect(contextPath+"/views/index1.html"); response.sendRedirect(contextPath+"/views/index.html"); } catch (Exception ex){ ex.printStackTrace(); } src/main/webapp/views/console-0.html
File was deleted src/main/webapp/views/index1.html
File was deleted src/main/webapp/views/newconsole.html
File was deleted