Junjie
2023-12-19 8dca08af1ee728c9450c722adcada16aa7e52b6c
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();
        }