servernet.config.js 312 B

123456789101112131415161718192021
  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://192.26.1.242:10066'
  20. }
  21. ];