修改测试时不缓存系统页面配置
This commit is contained in:
parent
d55c8ee65a
commit
ab60413070
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue