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

This commit is contained in:
TOP糯米 2023-03-24 09:20:56 +08:00
parent 5c5fca874b
commit 524309e33e
1 changed files with 1 additions and 1 deletions

View File

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