Browse Source

xiugai

release/epdc
tianq 2 years ago
parent
commit
7179a159d7
  1. 3
      src/views/pages/login.vue

3
src/views/pages/login.vue

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

Loading…
Cancel
Save