From 9fc48efc2ad0a3542b1d241fbf2d04b79c2f3d31 Mon Sep 17 00:00:00 2001 From: Gaoxs Date: Tue, 16 May 2023 15:20:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E5=90=8E=E8=BF=9B=E5=85=A5tabbar=E5=8D=A1=E6=AD=BB=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Loading/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Loading/index.vue b/pages/Loading/index.vue index 996fcdd..21cf232 100644 --- a/pages/Loading/index.vue +++ b/pages/Loading/index.vue @@ -56,7 +56,7 @@ export default { console.log('进行登录操作') login().finally(() => { this.changeAuthorization(false) - this.$yrouter.replace({ + this.$yrouter.switchTab({ path: '/pages/home/index', }) })