

250411 김혜민 로그인정책 수정
@ff4698a07022caa3f66e5a500da2623a13c2978b
--- client/views/pages/adm/system/LoginPolicy/LoginPolicy.vue
+++ client/views/pages/adm/system/LoginPolicy/LoginPolicy.vue
... | ... | @@ -121,9 +121,11 @@ |
121 | 121 |
const loginPolicy = {}; |
122 | 122 |
loginPolicy.allowMultipleLogin = this.allowMultipleLogin; |
123 | 123 |
await saveByLoginPolicy(loginPolicy); |
124 |
- alert(res.data.message); |
|
124 |
+ alert('중복 로그인 설정이 저장되었습니다.'); |
|
125 |
+ store.commit("setStoreReset"); |
|
126 |
+ window.location = this.$filters.ctxPath('/login.page'); |
|
125 | 127 |
} catch (err) { |
126 |
- alert(res.data.message); |
|
128 |
+ alert('중복 로그인 설정 저장 실패'+ (err.response?.data?.message || err.message)); |
|
127 | 129 |
this.allowMultipleLogin = this.previousAllowMultipleLogin; |
128 | 130 |
} |
129 | 131 |
}, |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?