export const getOptionsMap = state => { return state.OPTIONSMAP; }; export const getUserInfo = state => { return state.USERINFO; };