登录成功后返回上一页
This commit is contained in:
parent
17e6f493ba
commit
44909f038f
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue