Results 7 issues of wenshan

package.json 的依赖: "dva": "^1.4.0-beta.1", "roadhog": "^0.6.0" 这两个依赖过老,尤其dva版本使用的API和新版很多不一致的地方,更新dva 2.1.0后项目没法跑起来,在dva使用上已经没有参考价值了,roadhog可以根据文档升级解决,请及时更新,谢谢。

I couldn't find the corresponding entry in [support console] and couldn't start, so I'm still here to ask for help. I use [email protected] in my node project, the code is...

type: bug
priority: p2

正常流程是 fetch response.then 的方法,在 request.interceptors.response 拦截器,拦截器处理完数据直接 抛给业务使用了。 反而 request.interceptors.response执行后 必须 return response 执行才行,如果数据处理后 执行 fetch response.then 就报错了,那么拦截器的 作用 不能作为数据处理的环节 导出期望的数据结构, 拦截器就没有意义了。

Code example error, please follow up. ``` var image = { path: '/Users/hou/work/images-upload-data/test-img/bfk2.jpg', width: 500, height: 500 }; var output = { versions: [{ suffix: '-thumb', maxHeight: 150, maxWidth: 150,...

`config: {"retry":true,"retryConfig":{"httpMethodsToRetry":["GET","PUT","POST","HEAD","OPTIONS","DELETE"],"currentRetryAttempt":2,"retry":3,"noResponseRetries":2,"statusCodesToRetry":[[100,199],[429,429],[500,599]]},"method":"POST","url":"https://oauth2.googleapis.com/token","data":".","headers":{"Content-Type":"application/x-www-form-urlencoded","User-Agent":"google-api-nodejs-client/9.14.0","x-goog-api-client":"gl-node/20.11.0"},"body":".","responseType":"unknown"} response: undefined error: {"message":"request to https://oauth2.googleapis.com/token failed, reason: ","type":"system","errno":"ETIMEDOUT","code":"ETIMEDOUT"} code: "ETIMEDOUT" headers: {"Access-Control-Allow-Origin":"http://127.0.0.1:8000","Access-Control-Allow-Credentials":"true","vary":"Origin"} headerSent: true name: "ETIMEDOUTError" pid: 73113 hostname: hou-vedeMacBook-Pro.local 2024-08-27 19:59:45,665 ERROR 73113 [-/undefined/-/227762ms POST /api/googleOauth/getToken]...

type: bug
priority: p2

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 老项目升级,ProFormDigit组件设置 precision=2, 输入多个小数点的数值, 输入框内值变为整数。 ### 🏞 期望结果 输入框内正常显示value值。 ### 💻 复现代码 ` ` 输入美元汇率 0.01时,展示 0.00 输入日元汇率20.50时,展示20.00 ### © 版本信息 - ProComponents 版本: 2.3.1...