alibaba / rax

🐰 Rax is a progressive framework for building universal application. https://rax.js.org
Other
7.99k stars 627 forks source link

[Question] 本地build.json使用proxy代理可以跨域请求,但是到线上或者预发就失效了,如何解? #2420

Closed lambor98 closed 6 months ago

lambor98 commented 6 months ago

"proxy": { "/conv": { "target": "https://tracking.e.qq.com", "enable": true, "changeOrigin": true } },