登录成功后返回上一页

This commit is contained in:
TOP糯米 2023-03-07 11:41:45 +08:00
parent 17e6f493ba
commit 44909f038f
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ export default {
password: this.password, password: this.password,
}) })
.then((response) => { .then((response) => {
this.$utils.toPage("/pages/member/member", {}, 'switch'); this.$utils.toPage("", {}, "back");
}) })
.catch((e) => { .catch((e) => {
this.$utils.toast(e); this.$utils.toast(e);