From d097ca720e98df030daa58e5841c9f86a728c838 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Thu, 27 Feb 2025 16:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=B7=B3=E8=BD=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index be8ce86..ad168a3 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -95,7 +95,7 @@ await promiseTimeout(300) await this.$store.dispatch(USERKEY.GETUSERINFO) setSessionLoginInfo(submitParams) - this.goto("tabBar/home/home") + this.goto("tabBar/home/home", 2) }catch(e){ console.error("USERKEY.LOGIN===catch error:", e) }