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