king
2022-02-28 79943222ed0edc6bd35ab2858c5eda2bc3246f66
src/tabviews/custom/index.jsx
@@ -826,6 +826,7 @@
  // 格式化默认设置
  formatSetting = (components, params, mainSearch, inherit, regs, balMap) => {
    let delay = 20
    return components.map(component => {
      if (component.type === 'tabs') {
        component.subtabs = component.subtabs.map(tab => {
@@ -920,8 +921,9 @@
          params.push(getStructDefaultParam(component, searchlist, params.length === 0))
        }
      } else if (params) {
      // } else if (component.floor === 1) {
        component.setting.sync = 'false'
        component.setting.delay = delay
        delay += 20
      }
      if (balMap.has(component.uuid)) {