From 635a83fe11807f4961417d069e637994b3caa462 Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Tue, 25 Aug 2026 01:04:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(h5):=20=E4=BF=AE=E5=A4=8D=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=20WebView=20=E5=86=85=20logo=20=E4=B8=8E=E5=A4=87?= =?UTF-8?q?=E6=A1=88=E5=8F=B7=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Logo 改用 BASE_URL 路径并在 embed 模式始终显示顶部栏;备案号改为页面底部文档流,避免悬浮遮挡内容。 Co-authored-by: Cursor --- apps/user-h5/src/App.vue | 11 ++++------- apps/user-h5/src/components/BrandLogo.vue | 4 +++- apps/user-h5/src/components/IcpFooter.vue | 15 ++++----------- apps/user-h5/src/styles/app.css | 8 ++++++-- 4 files changed, 17 insertions(+), 21 deletions(-) diff --git a/apps/user-h5/src/App.vue b/apps/user-h5/src/App.vue index 954c175..1a662b1 100644 --- a/apps/user-h5/src/App.vue +++ b/apps/user-h5/src/App.vue @@ -1,22 +1,19 @@ diff --git a/apps/user-h5/src/components/BrandLogo.vue b/apps/user-h5/src/components/BrandLogo.vue index 9a8bc26..c8d0d72 100644 --- a/apps/user-h5/src/components/BrandLogo.vue +++ b/apps/user-h5/src/components/BrandLogo.vue @@ -2,7 +2,7 @@ @@ -16,6 +16,8 @@ withDefaults( }>(), { size: 'header' }, ) + +const logoSrc = `${import.meta.env.BASE_URL}logo.png?v=3`