From 46551d84bfbea464a2acd44201396ef06fcf2470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Wed, 8 Mar 2023 00:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=94=A8=E6=88=B7=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E7=9A=84=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/auth/auth.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/auth/auth.vue b/src/pages/auth/auth.vue index fddad96..900b3df 100644 --- a/src/pages/auth/auth.vue +++ b/src/pages/auth/auth.vue @@ -172,6 +172,7 @@ export default { password: this.password, }) .then((response) => { + this.$store.dispatch("user/info"); this.$utils.toPage("", {}, "back"); }) .catch((e) => {