自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-07 e1d59e496f30c1629208b8b9a69a312fc10298a0
src/main/java/com/zy/common/web/RouterController.java
@@ -36,4 +36,14 @@
        }
    }
    @RequestMapping("/pda")
    public void pda(HttpServletResponse response) {
        try{
            String redirect = Cools.isEmpty(applicationName)?"/views/pda/login.html":"/"+applicationName+"/views/pda/login.html";
            response.sendRedirect(redirect);
        } catch (Exception ex){
            ex.printStackTrace();
        }
    }
}