local.json 242 B

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