local.json 463 B

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