From 1aa26f710598ef2ae2dcb49b230f47892ab6944f Mon Sep 17 00:00:00 2001 From: tengxiaofei <302828528@qq.com> Date: Thu, 10 Oct 2024 15:16:57 +0800 Subject: [PATCH] =?UTF-8?q?HL-6191=20=E5=AF=86=E7=A0=81=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/updatePassword.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/updatePassword.vue b/src/views/login/updatePassword.vue index 3364807fe..c3b0a71b6 100644 --- a/src/views/login/updatePassword.vue +++ b/src/views/login/updatePassword.vue @@ -70,7 +70,7 @@ await UserApi.updateUserPassword(data) // 发送操作成功的事件 message.success(t('common.updateSuccess')) - replace('/login?redirect=/index') + await replace('/login?redirect=/index') //  router.go(-1) } } finally {