import {combineReducers} from 'redux'; import role from './role' import isLogin from './isLogin'; export default combineReducers({ role, isLogin });