📅  最后修改于: 2022-03-11 15:01:51.397000             🧑  作者: Mango
// backlist your reducer,
combineReducer({
isLoggingIn,
...
})
const persistConfig = {
key: 'auth',
storage: storage,
blacklist: ['isLoggingIn']
};