diff --git a/src/views/trials/trials-myinfo/index.vue b/src/views/trials/trials-myinfo/index.vue index 6605731b..0933ba69 100644 --- a/src/views/trials/trials-myinfo/index.vue +++ b/src/views/trials/trials-myinfo/index.vue @@ -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() }) }) },