登录成功后返回上一页
This commit is contained in:
parent
17e6f493ba
commit
44909f038f
|
@ -166,7 +166,7 @@ export default {
|
|||
password: this.password,
|
||||
})
|
||||
.then((response) => {
|
||||
this.$utils.toPage("/pages/member/member", {}, 'switch');
|
||||
this.$utils.toPage("", {}, "back");
|
||||
})
|
||||
.catch((e) => {
|
||||
this.$utils.toast(e);
|
||||
|
|
Loading…
Reference in New Issue