From 0898152f8e361e9d463907bd39dc55b6e9e34c14 Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Sun, 3 Jul 2022 21:33:31 +0800 Subject: [PATCH] doc: add more docs --- config/proxy.ts | 4 ++++ 1 file changed, 4 insertions(+) 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',