devServer: { proxy: [{ context: ['/auth', '/api'], target: 'http://localhost:3000', }] } }; 如果你想要代码多个路径代理到同一个target下, ...
確定! 回上一頁