修改用户名时登出处理

uat_us
caiyiling 2024-04-25 17:53:46 +08:00
parent 830cd1e93e
commit 519e1519e2
1 changed files with 1 additions and 3 deletions

View File

@ -275,9 +275,7 @@ export default {
this.user.UserName = this.userForm.UserName
this.userForm.UserName = ''
this.$message.success(this.$t('trials:trials-myinfo:message:modifyPWSuccessfully'))
setTimeout(() => {
this.logout()
}, 1000)
this.logout()
})
})
},