diff --git a/src/App.vue b/src/App.vue index 9830092..e1bfd1d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ export default { }, onLaunch: async 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();