From 44909f038ff50514e23573276a9bed3fd4761e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Tue, 7 Mar 2023 11:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=88=90=E5=8A=9F=E5=90=8E?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E4=B8=8A=E4=B8=80=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/auth/auth.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/auth/auth.vue b/src/pages/auth/auth.vue index f37a3b5..3be45e6 100644 --- a/src/pages/auth/auth.vue +++ b/src/pages/auth/auth.vue @@ -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);