From e0141f1cf2acb90ae89acfbced1ad4cf96660a2f Mon Sep 17 00:00:00 2001 From: white <1293616053@qq.com> Date: Wed, 23 Oct 2024 13:45:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E7=90=86=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/App.vue b/App.vue index 68b5e10..49d6856 100644 --- a/App.vue +++ b/App.vue @@ -54,16 +54,6 @@ console.log(res.isConnected); console.log(res.networkType); }); - - // 刷新页面适配平板 - // if (this.$store.getters['api/getApiToken']) { - // setTimeout(() => { - // uni.reLaunch({ - // url: '/pages/index/index' - // }) - // console.log('刷新') - // }, 1000) - // } }, onHide: function() { console.log('App 关闭')