自动化立体仓库 - WCS系统
Junjie
2023-08-09 367c5428f478eb7bad8140b823a0f36c79859dce
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();
        }