From 2e271a6b02a2f82bc0e3a36e05c00731bad99358 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 02 十月 2022 01:46:25 +0800
Subject: [PATCH] 2022-10-02

---
 src/tabviews/zshare/actionList/normalbutton/index.jsx |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx
index 2126df5..2df4e43 100644
--- a/src/tabviews/zshare/actionList/normalbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -555,6 +555,10 @@
         this.setState({checkParam: check_param})
       }
 
+      if (window.GLOB.breakpoint) {
+        param.func = 'sPC_TableData_InUpDe_debug'
+      }
+
       _params.push(param)
     } else if (btn.Ot === 'required') {
       _params = data.map((cell, index) => {
@@ -670,6 +674,10 @@
         param.menuname = btn.logLabel
         if (window.GLOB.probation) {
           param.s_debug_type = 'Y'
+        }
+
+        if (window.GLOB.breakpoint) {
+          param.func = 'sPC_TableData_InUpDe_debug'
         }
 
         return param
@@ -1941,6 +1949,15 @@
   }
 
   sendWxMessage = (verify, id) => {
+    if (!window.GLOB.nginx) {
+      notification.warning({
+        top: 92,
+        message: 'nginx鏈嶅姟灏氭湭寮�鍚紝涓嶅彲鍙戦�佹ā鏉挎秷鎭��',
+        duration: 5
+      })
+      return
+    }
+    
     let param = {
       func: 's_get_sms_weixin_local',
       upid: id

--
Gitblit v1.8.0