Results 4 comments of Forwzb

> Do you have time for a pull request? Here is a little busy, it can only be submitted slightly later.

部分组件封装的request,建议格式统一,比如:modalForm的request 使用的是直接的响应内容,而Protable的request 使用的data的; pro组件的样式尽量以ant design的组件样式为主,避免样式和antd不一致; pro组件的token抛出来,允许像antd一样能更好的全局设置

自定义错误处理 ``` export default { baseURL: (REACT_APP_ENV === 'prod' && PROD_BASE_API_URL_API_URL) || '', timeout: 30000, // `validateStatus` defines whether to resolve or reject the promise for a given // HTTP...