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/mutilform/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/mutilform/index.jsx b/src/tabviews/zshare/mutilform/index.jsx index 2d1dfaf..75e47b3 100644 --- a/src/tabviews/zshare/mutilform/index.jsx +++ b/src/tabviews/zshare/mutilform/index.jsx @@ -856,7 +856,7 @@ let _sso = _sql deForms.forEach(item => { - if (item.database === 'sso' && (window.GLOB.mkHS || window.GLOB.systemType === 'production')) { + if (item.database === 'sso') { let sql = _sso + item.base_sql _sso = '' @@ -1013,7 +1013,7 @@ param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') param.secretkey = Utils.encrypt(window.GLOB.execType === 'x' ? '' : param.LText, param.timestamp) - if (form.database === 'sso' && window.GLOB.mainSystemApi && (window.GLOB.mkHS || window.GLOB.systemType === 'production')) { + if (form.database === 'sso' && window.GLOB.mainSystemApi) { param.rduri = window.GLOB.mainSystemApi } if (window.GLOB.mkHS) { // 浜戠鏁版嵁楠岃瘉 -- Gitblit v1.8.0