#
lsh
5 小时以前 980a584ee9338186c505b0c9ae1e28357905a228
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();
        }