From b0a62b692128f558a1549051addde43bae9a239b Mon Sep 17 00:00:00 2001 From: xiebing Date: Thu, 25 Dec 2025 09:40:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=BF=98=E5=8E=9FAppLayout=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AppLayout/AppLayout.vue | 11 +++-------- packageA/pages/UnitDetails/UnitDetails.vue | 2 +- packageA/pages/post/post.vue | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/components/AppLayout/AppLayout.vue b/components/AppLayout/AppLayout.vue index b3c64a2..706862d 100644 --- a/components/AppLayout/AppLayout.vue +++ b/components/AppLayout/AppLayout.vue @@ -6,7 +6,6 @@ > @@ -88,15 +87,11 @@ defineProps({ type: Boolean, default: true, }, - showHeader: { - type: Boolean, - default: false, - }, }); -const defaultShow = computed(()=>{ - return isMiniProgram.value -}) +// const defaultShow = computed(()=>{ +// return isMiniProgram.value +// }) const handleScrollToLower = () => { emit('onScrollBottom'); diff --git a/packageA/pages/UnitDetails/UnitDetails.vue b/packageA/pages/UnitDetails/UnitDetails.vue index 86b22b8..e5bab81 100644 --- a/packageA/pages/UnitDetails/UnitDetails.vue +++ b/packageA/pages/UnitDetails/UnitDetails.vue @@ -1,5 +1,5 @@