update 退火左侧组件

This commit is contained in:
lb
2023-12-11 15:33:34 +08:00
parent aa2a730acc
commit 85ed13d8f5
2 changed files with 54 additions and 3 deletions

View File

@@ -19,11 +19,11 @@ export const store = configureStore({
feeder: feederReducer,
// 火向信息
fireInfo: fireReducer,
// 火向信息
// 风机信息
fanInfo: fanInfoReducer,
// 风机运行频率
fanFrequence: fanFrequenceReducer,
// 风机运行频率
// 退火-风机运行频率
annealFanFrequence: annealFanFrequenceReducer,
// 天然气流量
natGas: gasReducer,