完成用户账户的展示

This commit is contained in:
TOP糯米 2023-03-08 00:50:24 +08:00
parent 4ab8db19c8
commit 46551d84bf
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ export default {
password: this.password,
})
.then((response) => {
this.$store.dispatch("user/info");
this.$utils.toPage("", {}, "back");
})
.catch((e) => {