| | |
| | | } |
| | | } |
| | | |
| | | @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(); |
| | | } |
| | | } |
| | | |
| | | @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(); |
| | | } |
| | | } |
| | | |
| | | } |