From 55cbccfdfd8cecce96a7e9e748ca45421e3b86b2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 10 二月 2022 18:50:07 +0800
Subject: [PATCH] 2022-02-10

---
 src/tabviews/custom/index.jsx |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx
index 5fb6bd9..406c381 100644
--- a/src/tabviews/custom/index.jsx
+++ b/src/tabviews/custom/index.jsx
@@ -475,6 +475,8 @@
             tab.blacklist.filter(v => roleId.indexOf(v) > -1).length > 0
           ) {
             return false
+          } else if (tab.hide === 'true') {
+            return false
           }
           return true
         })

--
Gitblit v1.8.0