Commit 37f23abb by 徐高华

Merge branch 'developer' into 'master'

host

See merge request !179
parents b2cef915 63883fff
......@@ -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