From 74596473abf7e3b8e7cfa25cdbe9ce3a34e8d689 Mon Sep 17 00:00:00 2001 From: xuli3099 Date: Mon, 11 Aug 2025 17:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customHeader.vue | 2 +- src/utils/system.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }