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) }