king
2023-08-27 da64ab0923bf8817fc8599a6e37b953ce38f64c8
src/menu/transfer/index.jsx
@@ -161,6 +161,7 @@
      cell.wrap.advanceWidth = _config.components[0].wrap.advanceWidth || 1000
      cell.wrap.searchLwidth = _config.components[0].wrap.searchLwidth || 33.3
      cell.wrap.searchRatio = _config.components[0].wrap.searchRatio || 6
      cell.wrap.resetContrl = _config.components[0].wrap.resetContrl || 'init'
      cell.wrap.show = _config.components[0].wrap.show || 'true'
      
      if (cell.wrap.advanceType === 'drawer') {
@@ -245,7 +246,7 @@
    param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss')
    param.secretkey = Utils.encrypt(param.LText, param.timestamp)
    Api.getSystemConfig(param).then(res => {
    Api.getCloudConfig(param).then(res => {
      _resolve()
      if (!res.status) {
        Modal.warning({