Aihua
Aihua
目前@umijs/plugin-openapi没有提供serversPath参数,通过openapi生成的代码保存在src/services/下。 同一项目中不同的开发者执行openapi生成时,已有的src/services下代码可能被重新生成而被覆盖。 为避免这种情形,现在不得不借助@umijs/openapi的serversPath参数将openapi生成的代码保存到其他目录下。 既然提供了@umi/plugin-openapi,希望@umijs/plugin-openapi增加serversPath参数,将openapi代码生成到指定的目录下。 @chenshuai2144 @sorrycc
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output ```shell HOMEBREW_VERSION: 4.3.7 HEAD: 43eaeca50fe3b6c755f3fc9bc6f43669e0db1039 Last commit: 29 hours ago Core tap JSON: 25 Jun 11:52 UTC Core...
Reproduce Step: ```python3 python3 -m venv .venv source .venv/bin/activate pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple pip install --upgrade pip ``` Relevant log output: ``` Shell Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple Requirement already...