We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报错:
.umirc.ts
plugins: ['@umijs/plugin-openapi'], openAPI: { requestLibPath: "import { request } from 'umi'", // 或者使用在线的版本 // schemaPath: "https://gw.alipayobjects.com/os/antfincdn/M%24jrzTTYJN/oneapi.json", schemaPath: join(__dirname, 'yapi-swagger.json'), mock: false, },
类似的问题:
#853
umi4已经没有这个方法了
https://github.com/umijs/umi/blob/master/packages/preset-umi/src/registerMethods.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
报错:
.umirc.ts
类似的问题:
#853
umi4已经没有这个方法了
https://github.com/umijs/umi/blob/master/packages/preset-umi/src/registerMethods.ts
The text was updated successfully, but these errors were encountered: