From d55c8ee65afa1a29c8e327fafcc31f720582fa5d 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 02:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=96=E6=B6=88=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E9=A1=B5=E9=9D=A2=E9=85=8D=E7=BD=AE=E7=BC=93=E5=AD=98?= 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 df93612..ad43d2c 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 (pageConfig) { const { windowWidth, windowHeight, statusBarHeight, safeAreaInsets } = uni.getSystemInfoSync(); // #ifndef H5 const { height, top } = uni.getMenuButtonBoundingClientRect();