From 730e05cb66cac2c3a9b90df5dfae3c4c1394aa6e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 12 六月 2024 19:04:55 +0800
Subject: [PATCH] 2024-06-12

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

diff --git a/src/tabviews/zshare/actionList/excelInbutton/index.jsx b/src/tabviews/zshare/actionList/excelInbutton/index.jsx
index 9686f45..713ad82 100644
--- a/src/tabviews/zshare/actionList/excelInbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/excelInbutton/index.jsx
@@ -354,10 +354,8 @@
         param.open_key = Utils.encryptOpenKey(param.secretkey, param.timestamp)
       }
 
-      if (btn.database === 'sso') {
-        if ((window.GLOB.mkHS || window.GLOB.systemType === 'production') && window.GLOB.mainSystemApi) {
-          param.rduri = window.GLOB.mainSystemApi
-        }
+      if (btn.database === 'sso' && window.GLOB.mainSystemApi) {
+        param.rduri = window.GLOB.mainSystemApi
       }
 
       param.menuname = btn.logLabel

--
Gitblit v1.8.0