servernet.config.js 374 B

12345678910111213141516171819202122232425
  1. module.exports = [{
  2. name: '开发',
  3. ip: 'http://192.168.1.103:10066'
  4. },
  5. {
  6. name: '测试',
  7. ip: 'http://testapi.xklr.net:8601'
  8. },
  9. {
  10. name: '正式',
  11. ip: 'http://apiv3.xklr.net'
  12. },
  13. {
  14. name: '兰溪',
  15. ip: 'https://lxh5api.xklr.net'
  16. },
  17. {
  18. name: '龙游',
  19. ip: 'http://220.191.237.238:10066'
  20. },
  21. {
  22. name: '附海',
  23. ip: 'http://192.26.1.242:10066'
  24. }
  25. ];