From e5cb5a2f90c81d1fd4ed61f6b084bc0f54d56b3b Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Tue, 26 Nov 2024 11:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/login.vue b/pages/login.vue index 42f636c..7c51f67 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -468,7 +468,7 @@ export default { console.log(res) if (res.code == 200) { this.isLogin = true - uni.switchTab({ + uni.reLaunch({ url: '/pages/gzt/index' }) } else {