基本用法 mmodule.exports = { //... devServer: { proxy: { '/api': 'http://localhost:3000' } } }; //请求到/api/xxx 现在会被代理到 ...
確定! 回上一頁