//分页状态 export const loadingType = { LOADING: 'loading', FINISHED: 'finished', ERROR: 'error', EMPTY: 'empty' };