Commit 5e805e52 by qwmqiuwenmin

fix

parent b1e643c8
......@@ -57,7 +57,7 @@ public class LoginController extends WebBaseController{
String redirectUri = config.getHost() + "index";
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