diff --git a/config/proxy.ts b/config/proxy.ts index 4c7f6dba..170e55d9 100644 --- a/config/proxy.ts +++ b/config/proxy.ts @@ -20,6 +20,10 @@ export default { changeOrigin: true, }, }, + /** + * @name 详细的代理配置 + * @doc https://github.com/chimurai/http-proxy-middleware + */ test: { '/api/': { target: 'https://proapi.azurewebsites.net',