From e2c06ae7e9bbe7cbf3c7cd4e9459d1c6c27a5bf9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 14 七月 2023 11:21:11 +0800
Subject: [PATCH] Merge branch 'master' into positec

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

diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx
index 08d35b5..5357f75 100644
--- a/src/tabviews/custom/index.jsx
+++ b/src/tabviews/custom/index.jsx
@@ -87,6 +87,11 @@
       func: 'sPC_Get_LongParam',
       MenuID: MenuID
     }
+
+    if (window.GLOB.mkHS) {
+      _param.appkey = '20191106103859640976D6E924E464D029CF0'
+    }
+
     let result = await Api.getCacheConfig(_param)
 
     if (result.status) {

--
Gitblit v1.8.0