axios 如何设置VPN请求 爱编程的大师兄 2024-11-29 99 阅读1分钟 const { data } = await axios.get(url,{proxy: { protocol: "http", host: "127.0.0.1", port: "8882" }});