From 519e1519e2c96e5f9076776c4ca529ebb00886e7 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 25 Apr 2024 17:53:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E5=90=8D?= =?UTF-8?q?=E6=97=B6=E7=99=BB=E5=87=BA=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-myinfo/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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() }) }) },