From d9bfae49a5a7064c197f2ade36aec95ebeb49404 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 25 十一月 2021 13:37:03 +0800
Subject: [PATCH] 2021-11-25

---
 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