diff --git a/config/proxy.ts b/config/proxy.ts index d6c81ea7..5ef6a125 100644 --- a/config/proxy.ts +++ b/config/proxy.ts @@ -16,7 +16,7 @@ export default { }, test: { '/api/': { - target: 'https://preview.pro.ant.design', + target: 'https://proapi.azurewebsites.net', changeOrigin: true, pathRewrite: { '^': '' }, },