Aaron Young

Results 217 comments of Aaron Young

这项目没人维护了,这么基础的错误都不修复

Any website need Login can reproduce it.

`app.tsx` 文件中的 `baseURL` 注释掉,或者根据 `isDev` 判断: ```tsx /** * @name request 配置,可以配置错误处理 * 它基于 axios 和 ahooks 的 useRequest 提供了一套统一的网络请求和错误处理方案。 * @doc https://umijs.org/docs/max/request#配置 */ export const request: RequestConfig = {...