Browse Source

fix:没有默认配方,改为默认配置

master
白凤吉 2 weeks ago
parent
commit
8c28fc1b1f
  1. 2
      src/stores/formulaStore.ts

2
src/stores/formulaStore.ts

@ -30,7 +30,7 @@ const createDefaultFormulaInfo = (): Formula.FormulaItem => ({
stoped_gs: 300,
stoped_humi: 85,
stoped_satur: 85,
name: '默认配',
name: '默认配',
})
// 清空配方函数
const createResetFormulaInfo = (): Formula.FormulaItem => ({

Loading…
Cancel
Save