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) => {