Commit 03517130 by 陶光胜

Merge branch 'developer' of http://115.159.76.241/haoban3.0/haoban-manage3.0 into developer

parents 58a9e1f3 28970d66
......@@ -56,9 +56,10 @@ public class LoginController extends WebBaseController{
loginVO.setStaffDTO(staff);
AuthRequestUtil.setSessionUser(loginVO);
String redirectUri = config.getHost() + "index";
redirectUri.replace("haoban-manage3-web", "haoban-3/#/");
redirectUri = redirectUri.replace("haoban-manage3-web", "haoban-3/#");
try {
ResponseThreadLocal.get().sendRedirect(redirectUri);
response.sendRedirect(redirectUri);
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment