local.json 252 B

123456789101112131415161718
  1. {
  2. "development": {
  3. "scripts": [],
  4. "proxy": [
  5. {
  6. "target": "http://qianxing.nuliji.com",
  7. "from": "/api",
  8. "to": "/api"
  9. }
  10. ]
  11. },
  12. "test": {
  13. "scripts": []
  14. },
  15. "production": {
  16. "scripts": []
  17. }
  18. }