|
|
@ -135,8 +135,9 @@ export default { |
|
|
|
} else { |
|
|
|
sessionStorage['changPWD'] = '1'; |
|
|
|
|
|
|
|
this.$alert('长度不小于10个字符且必须包含大小写、数字、特殊符号', '密码复杂度不符合要求,请尽快修改!', { |
|
|
|
this.$alert('长度不小于10个字符且必须包含大小写、数字、特殊符号', '密码复杂度不符合要求,请前往修改!', { |
|
|
|
confirmButtonText: '确定', |
|
|
|
showClose:false, |
|
|
|
callback: action => { |
|
|
|
this.loginUrl(); |
|
|
|
// _this.updatePasswordHandle(); |
|
|
|