From 006ca5f5b94b6f66e6490180f7e239677999dec6 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sun, 9 Jun 2024 02:08:24 +0800 Subject: [PATCH] uu --- pages/user/updatePassword.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user/updatePassword.vue b/pages/user/updatePassword.vue index 19edd9a..c72e577 100644 --- a/pages/user/updatePassword.vue +++ b/pages/user/updatePassword.vue @@ -94,7 +94,7 @@ this.showToast("修改成功,请重新登录") let info = getSessionLoginInfo() delete info.password - setSessionLoginInfo() + setSessionLoginInfo(info) await this.$store.dispatch(USERKEY.LOGOUT) this.goto(`login/login`, 2) },