Commit 6c7237ea by 徐高华

错误信息

parent f24c9e1c
......@@ -204,7 +204,7 @@ public class LoginController extends WebBaseController {
String result = this.doLogin(wxEnterpriseId, gicEnterpriseId, loginPhoneNumber, "gic", response);
if (StringUtils.isNotBlank(result)) {
ModelAndView model = new ModelAndView(new RedirectView("/haoban-3/#/gic-error", false, false));
ModelAndView model = new ModelAndView(new RedirectView("/haoban-3/#/gic-error?error="+result, false, false));
return model;
}
return null;
......
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