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)) {