From db4d118f9a49abb012ee1ede41d501d240f24220 Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Tue, 25 Aug 2026 04:43:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(h5):=20=E5=B0=8F=E7=A8=8B=E5=BA=8F=20nh=3D1?= =?UTF-8?q?=20=E6=A8=A1=E5=BC=8F=E4=BF=9D=E7=95=99=E5=AD=90=E9=A1=B5?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原生顶栏隐藏 logo 顶栏时,非首页/我的仍显示 BackButton。 Co-authored-by: Cursor --- apps/user-h5/src/App.vue | 12 ++++++++++-- apps/user-h5/src/components/AppHeader.vue | 23 ++++++++++++++++++++--- apps/user-h5/src/styles/app.css | 5 ++++- 3 files changed, 34 insertions(+), 6 deletions(-) diff --git a/apps/user-h5/src/App.vue b/apps/user-h5/src/App.vue index b2381ad..7fad3cf 100644 --- a/apps/user-h5/src/App.vue +++ b/apps/user-h5/src/App.vue @@ -1,7 +1,8 @@