From 2ed2188bb01fa321177125917102e5f664497d2a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 12 八月 2020 16:41:25 +0800
Subject: [PATCH] 2020-08-12

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

diff --git a/src/tabviews/zshare/topSearch/index.jsx b/src/tabviews/zshare/topSearch/index.jsx
index 08caa46..3889b5e 100644
--- a/src/tabviews/zshare/topSearch/index.jsx
+++ b/src/tabviews/zshare/topSearch/index.jsx
@@ -139,6 +139,8 @@
 
         if (this.props.menuType === 'HS') { // 浜戠鏁版嵁楠岃瘉
           param.open_key = Utils.encrypt(param.secretkey, param.timestamp, true)
+        } else if (window.GLOB.systemType !== 'production') {
+          isSSO = false
         }
 
         let defer = new Promise(resolve => {

--
Gitblit v1.8.0