mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 06:52:01 +09:00
수정건 수정
This commit is contained in:
@@ -459,12 +459,19 @@ export default {
|
|||||||
// Object.assign(this.$data, this.$options.data());
|
// Object.assign(this.$data, this.$options.data());
|
||||||
// },
|
// },
|
||||||
homeLogin() {
|
homeLogin() {
|
||||||
|
|
||||||
if(this.userStat == '02'){
|
if(this.userStat == '02'){
|
||||||
this.row = {};
|
this.row = {};
|
||||||
this.row.title = '로그인';
|
this.row.title = '로그인';
|
||||||
this.row.msg1 = '사용 중지된 계정입니다.';
|
this.row.msg1 = '사용 중지된 계정입니다.';
|
||||||
this.$refs.commmonModal.alertModalOpen(this.row);
|
this.$refs.commmonModal.alertModalOpen(this.row);
|
||||||
return false;
|
return false;
|
||||||
|
}else if(this.userStat == '99'){
|
||||||
|
this.row = {};
|
||||||
|
this.row.title = '로그인';
|
||||||
|
this.row.msg1 = '삭제된 계정입니다.';
|
||||||
|
this.$refs.commmonModal.alertModalOpen(this.row);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
this.$refs.form.action = this.homePageUrl;
|
this.$refs.form.action = this.homePageUrl;
|
||||||
this.svcUserId = this.userId;
|
this.svcUserId = this.userId;
|
||||||
|
|||||||
@@ -275,6 +275,12 @@ export default {
|
|||||||
this.row.msg1 = '사용 중지된 계정입니다.';
|
this.row.msg1 = '사용 중지된 계정입니다.';
|
||||||
this.$refs.commmonModal.alertModalOpen(this.row);
|
this.$refs.commmonModal.alertModalOpen(this.row);
|
||||||
return false;
|
return false;
|
||||||
|
}else if(this.stat == '99'){
|
||||||
|
this.row = {};
|
||||||
|
this.row.title = '로그인';
|
||||||
|
this.row.msg1 = '삭제된 계정입니다.';
|
||||||
|
this.$refs.commmonModal.alertModalOpen(this.row);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$refs.form.action = this.homePageUrl;
|
this.$refs.form.action = this.homePageUrl;
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ schedule:
|
|||||||
# 2차인증 제외 ID목록.
|
# 2차인증 제외 ID목록.
|
||||||
authentication:
|
authentication:
|
||||||
without:
|
without:
|
||||||
id: superadminuser,hacktestadmin,jambler01,jambler02,jambler03,jambler04,jambler05,jambler06,dvtadmin01,dvtadmin02,dvtadmin03,dvtadmin04,dvtadmin05,dvtadmin06,dvtadmin07,dvtadmin08,dvtadmin09,dvtadmin10,dvtadmin11,dvtadmin12,dvtadmin13,dvtadmin14,dvtadmin15,dvtadmin16,dvtadmin17,dvtadmin18,dvtadmin19,dvtadmin20
|
id: superadminuser,hacktestadmin,jambler01,jambler02,jambler03,jambler04,jambler05,jambler06,dvtadmin03,dvtadmin04,dvtadmin05,dvtadmin06,dvtadmin07,dvtadmin08,dvtadmin09,dvtadmin10,dvtadmin11,dvtadmin12,dvtadmin13,dvtadmin14,dvtadmin15,dvtadmin16,dvtadmin17,dvtadmin18,dvtadmin19,dvtadmin20
|
||||||
searchTime:
|
searchTime:
|
||||||
min-30: "30"
|
min-30: "30"
|
||||||
min-01: "1"
|
min-01: "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user