From 9ffa654958329779e7290734173c068a6c2a278f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 02 三月 2021 16:41:55 +0800
Subject: [PATCH] 2021-03-02

---
 src/tabviews/zshare/actionList/tabbutton/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/zshare/actionList/tabbutton/index.jsx b/src/tabviews/zshare/actionList/tabbutton/index.jsx
index 8d242e9..c86ce95 100644
--- a/src/tabviews/zshare/actionList/tabbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/tabbutton/index.jsx
@@ -134,7 +134,7 @@
       return tab.MenuID !== newtab.MenuID
     })
 
-    if (window.GLOB.navBar === 'topmenu') {
+    if (['linkage_navigation', 'linkage'].includes(window.GLOB.navBar)) {
       this.props.modifyTabview([newtab])
     } else {
       if (tabviews.length !== tabs.length) {

--
Gitblit v1.8.0