local.json 468 B

123456789101112131415161718192021222324
  1. {
  2. "development": {
  3. "scripts": [
  4. "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
  5. ],
  6. "proxy": [
  7. {
  8. "target": "http://127.0.0.1:8888",
  9. "from": "/api",
  10. "to": "/api"
  11. }
  12. ]
  13. },
  14. "test": {
  15. "scripts": [
  16. "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
  17. ]
  18. },
  19. "production": {
  20. "scripts": [
  21. "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
  22. ]
  23. }
  24. }