#
Junjie
2024-08-31 9f6b8deae24d6aa5bc9a872a1d4e08e76a93e4a9
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();
        }