index.js 833 B

1234567891011121314151617181920212223242526
  1. const dev = {
  2. baseUrl: 'https://www.zthymaoyi.com',
  3. // baseUrl: 'http://localhost:8090/',
  4. // baseUrlNew: 'http://192.168.110.67:9100/',
  5. // baseUrlNew: 'http://192.168.110.9:8099/',
  6. // baseUrlNew: 'http://192.168.110.9:9888/',
  7. // baseUrlNew: 'http://192.168.110.138:8090/',
  8. // baseUrlNew: 'http://192.168.110.67:9888/',
  9. // baseUrlNew: 'http://192.168.110.82:8090/',
  10. // baseUrlNew: 'http://192.168.110.82:8090/',
  11. // baseUrlNew: 'http://192.168.110.202:8090/',
  12. // baseUrlNew: 'http://192.168.110.138:8090/',
  13. // 上传图片的
  14. // baseUrlNew: 'https://api2.eliangeyun.com/',
  15. // baseUrlNew: 'http://192.168.110.82:8090/',
  16. // baseUrlNew: 'http://192.168.110.202:8090/',
  17. // 上传图片的
  18. baseUrlNew: 'https://api2.eliangeyun.com/',
  19. h5Appid: 'wxb66b599f7f61b46f',
  20. debug: false
  21. }
  22. export function def() {
  23. return dev
  24. }