#
luxiaotao1123
2022-01-17 34fc19ed4d8cacafcf09deed0a2db2189cf0acb7
#
1个文件已修改
3个文件已删除
1668 ■■■■■ 已修改文件
src/main/java/com/zy/common/web/RouterController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console-0.html 1523 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index1.html 54 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/newconsole.html 89 ●●●●● 补丁 | 查看 | 原始文档 | 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