proxy.config.json 182 B

1234567891011
  1. {
  2. "/": {
  3. "target":"",//要指向的域名或端口号
  4. "logLevel":"debug",//
  5. "secure":false,//
  6. "changeOrigin":true,//
  7. "pathRewrite": {
  8. "^/":""
  9. }
  10. }
  11. }