src/templates/sharecomponent/treesettingcomponent/settingform/index.jsx
@@ -124,11 +124,12 @@ } else { // type 为 submit 、 verify ,以及其他需要验证的场景 let param = { func: 's_debug_sql', exec_type: 'y', LText: SettingUtils.getDebugSql(setting, _scripts) } param.LText = Utils.formatOptions(param.LText) param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') param.secretkey = Utils.encrypt(param.LText, param.timestamp) param.secretkey = Utils.encrypt('', param.timestamp) Api.getLocalConfig(param).then(result => { if (result.status) {