Commit 63883fff by 徐高华

host

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