From c5180f4808b0030796f0004807adbf50ca34de6c Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 11 Dec 2025 17:42:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=B4=E9=83=A8=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=87=AA=E5=AE=9A=E4=B9=89=E5=B8=AE=E5=8A=A9?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GeneralHeader.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/components/GeneralHeader.vue b/src/components/GeneralHeader.vue index 151fb85..7d5b948 100644 --- a/src/components/GeneralHeader.vue +++ b/src/components/GeneralHeader.vue @@ -44,12 +44,7 @@ @@ -136,6 +131,14 @@ const props = defineProps({ }, }, + // 帮助图标 + helpImg: { + type: String, + default: () => { + return new URL('../assets/icon/helpWhite.png', import.meta.url).href + }, + }, + // 携带参数返回 backQuery: { type: Object,