diff --git a/react-ui/config/proxy.ts b/react-ui/config/proxy.ts index 4cbbc264..527bff75 100644 --- a/react-ui/config/proxy.ts +++ b/react-ui/config/proxy.ts @@ -15,8 +15,8 @@ export default { // localhost:8000/api/** -> https://preview.pro.ant.design/api/** '/api/': { // 要代理的地址 - target: 'ci4s-gateway-service.argo.svc:8082', - // target: 'http://172.20.32.98:8082', + // target: 'http://172.20.32.181:31205', + target: 'http://172.20.32.98:8082', // target: 'http://172.20.32.150:8082', // 配置了这个可以从 http 代理到 https // 依赖 origin 的功能可能需要这个,比如 cookie