From 4a96a7bc3e15411220d4bf00a8dc04258c0e1780 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 23 十一月 2021 11:38:00 +0800 Subject: [PATCH] 2021-11-23 --- src/menu/components/share/normalheader/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/normalheader/index.jsx b/src/menu/components/share/normalheader/index.jsx index 818b05b..dc85e5b 100644 --- a/src/menu/components/share/normalheader/index.jsx +++ b/src/menu/components/share/normalheader/index.jsx @@ -71,7 +71,7 @@ title = ' ' } - if (!title && (!config.search || config.search.length === 0)) { + if (!title && (!config.search || config.search.length === 0 || hideSearch === 'true')) { show = false } let _style = resetStyle(config.headerStyle) -- Gitblit v1.8.0