Commit 28970d66 by qwmqiuwenmin

fix

parent 25329243
......@@ -55,7 +55,8 @@ public class LoginController extends WebBaseController{
loginVO.setStaffDTO(staff);
AuthRequestUtil.setSessionUser(loginVO);
String redirectUri = config.getHost() + "index";
redirectUri = redirectUri.replace("haoban-manage3-web", "haoban-3/#/");
redirectUri = redirectUri.replace("haoban-manage3-web", "haoban-3/#");
try {
response.sendRedirect(redirectUri);
} catch (IOException e) {
......
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