add energe slice
This commit is contained in:
@@ -7,6 +7,7 @@ import combustionAirReducer from "./features/combustionAirSlice";
|
||||
import gasReducer from "./features/gasSlice";
|
||||
import temperatureReducer from "./features/temperatureSlice";
|
||||
import fanInfoReducer from "./features/fanInfo";
|
||||
import energySlice from "./features/EnergySlice";
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: {
|
||||
@@ -26,5 +27,7 @@ export const store = configureStore({
|
||||
combustionAir: combustionAirReducer,
|
||||
// 温度
|
||||
temperature: temperatureReducer,
|
||||
// 能耗
|
||||
energy: energySlice
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user