From ab6041307014b590c083cbfc5397240452c1b256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Fri, 24 Mar 2023 09:18:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E7=BC=93=E5=AD=98=E7=B3=BB=E7=BB=9F=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ad43d2c..3634efe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ export default { }, onLaunch: function () { let pageConfig = this.$storage.get("system_config"); - if (pageConfig) { + if (true) { const { windowWidth, windowHeight, statusBarHeight, safeAreaInsets } = uni.getSystemInfoSync(); // #ifndef H5 const { height, top } = uni.getMenuButtonBoundingClientRect();