From 34057a8a9a9e0cdc386edf86977c4228e3a6e619 Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Wed, 17 Jul 2024 19:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=88=E6=9D=83=E6=88=90=E5=8A=9F=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=B7=B3=E8=BD=AC=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/auth.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/login/auth.vue b/pages/login/auth.vue index c55db20..58486aa 100644 --- a/pages/login/auth.vue +++ b/pages/login/auth.vue @@ -162,7 +162,10 @@ export default { }, back() { if (this.formData.avatar_id && this.formData.nickname && this.formData.nickname.indexOf('微信用户') === -1) { - uni.navigateBack(); + // uni.navigateBack(); + uni.reLaunch({ + url: '/pages/index/index' + }) } else { uni.showModal({ title: '提示',