mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:59:22 +09:00
발송내역 수정
This commit is contained in:
@@ -135,13 +135,13 @@ export default {
|
||||
this.$router.push({ name: 'updatePassword',params: {userId : this.userId}});
|
||||
}else if(rsp.retCode == '4003') { // ID 조회 없음.
|
||||
this.row.title = '로그인 실패';
|
||||
this.row.msg1 = '등록되지 않은 아이디입니다.';
|
||||
this.row.msg2 = '아이디를 다시 확인하세요';
|
||||
this.row.msg1 = '아이디, 비밀번호를 확인해 주세요.';
|
||||
this.$refs.commonModal.alertModalOpen(this.row);
|
||||
} else if(rsp.retCode == '4004') { // ID/PWD 불일치
|
||||
this.row.title = '비밀번호 오류';
|
||||
this.row.msg1 = '비밀번호를 확인해주세요.';
|
||||
|
||||
//this.row.title = '비밀번호 오류';
|
||||
//this.row.msg1 = '비밀번호를 확인해주세요.';
|
||||
this.row.title = '로그인 실패';
|
||||
this.row.msg1 = '아이디, 비밀번호를 확인해 주세요.';
|
||||
this.$refs.commonModal.alertModalOpen(this.row);
|
||||
} else if(rsp.retCode == '4005') { // ID/PWD 불일치 횟수초과로 계정 잠김 4005
|
||||
this.row.title = '로그인 실패';
|
||||
|
||||
Reference in New Issue
Block a user