휴먼계정인경우 본인인증 페이지 이동기능 수정
This commit is contained in:
parent
2b46907054
commit
b109c9b441
@ -2035,7 +2035,7 @@ public class EgovLoginController {
|
||||
if(resultVO.getDormantYn().equals("Y") || resultVO.getDormantYn() == "Y") {
|
||||
|
||||
String message = "휴면계정입니다.";
|
||||
|
||||
modelAndView.addObject("dormantYn", "Y");
|
||||
modelAndView.addObject("status", "fail");
|
||||
modelAndView.addObject("msg", message);
|
||||
return modelAndView;
|
||||
|
||||
@ -195,8 +195,14 @@ function actionLogin(){
|
||||
|
||||
|
||||
}else if (data.status=="fail"){
|
||||
$("#ret_msg").show();
|
||||
$("#ret_msg_info").html('<i></i>'+data.msg);
|
||||
|
||||
if (data.dormantYn=="Y"){
|
||||
document.loginForm2.action="<c:url value='/web/user/humanPage.do'/>";
|
||||
document.loginForm2.submit();
|
||||
}else{
|
||||
$("#ret_msg").show();
|
||||
$("#ret_msg_info").html('<i></i>'+data.msg);
|
||||
}
|
||||
}
|
||||
|
||||
//alert(JSON.stringify(data));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user