完成用户账户的展示
This commit is contained in:
parent
4ab8db19c8
commit
46551d84bf
|
@ -172,6 +172,7 @@ export default {
|
|||
password: this.password,
|
||||
})
|
||||
.then((response) => {
|
||||
this.$store.dispatch("user/info");
|
||||
this.$utils.toPage("", {}, "back");
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
Loading…
Reference in New Issue