Commit 63883fff by 徐高华

host

parent 41979340
...@@ -165,7 +165,7 @@ public class LoginController extends WebBaseController { ...@@ -165,7 +165,7 @@ public class LoginController extends WebBaseController {
logger.info("企微下无管理GIC商户"); logger.info("企微下无管理GIC商户");
String code = "1001" ; String code = "1001" ;
try { try {
response.sendRedirect("/haoban-3/#/gic-error?errorCode="+code); response.sendRedirect(host+"/haoban-3/#/gic-error?errorCode="+code);
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); 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