修改测试时不缓存系统页面配置

This commit is contained in:
TOP糯米 2023-03-24 09:18:20 +08:00
parent d55c8ee65a
commit ab60413070
1 changed files with 1 additions and 1 deletions

View File

@ -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();