diff --git a/src/components/customHeader.vue b/src/components/customHeader.vue index 702d7da..ce5d412 100644 --- a/src/components/customHeader.vue +++ b/src/components/customHeader.vue @@ -35,7 +35,7 @@ let navbarHeight = ref(0) let navHeight = ref(0) onMounted(() => { - navBarPaddingTop.value = getNavBarPaddingTop();console.log(navBarPaddingTop.value) + navBarPaddingTop.value = getNavBarPaddingTop(); statusBarHeight.value = getStatusBarHeight(); navbarHeight.value = getNavBarHeight(); navHeight.value = navbarHeight.value - statusBarHeight.value diff --git a/src/utils/system.js b/src/utils/system.js index 012736f..b2b4273 100644 --- a/src/utils/system.js +++ b/src/utils/system.js @@ -39,6 +39,6 @@ export const getNavBarPaddingTop = () => { h=0 // #endif } - console.log("h=>",h) + // console.log("h=>",h) return h; }