index.js 504 B

123456789101112131415161718
  1. const dev = {
  2. baseUrl: 'https://www.zthymaoyi.com',
  3. // baseUrl: 'http://localhost:8080/',
  4. // baseUrlNew: 'http://192.168.110.67:9100/',
  5. // baseUrlNew: 'http://192.168.1.118:8090/',
  6. // baseUrlNew: 'http://192.168.1.114:8090/',
  7. // baseUrlNew: 'http://192.168.1.122:8090/',
  8. baseUrlNew: 'http://192.168.110.82:8090/',
  9. // baseUrlNew: 'http://192.168.110.138:8090/',
  10. // baseUrlNew: 'http://api1.eliangeyun.com/',
  11. h5Appid: 'wxb66b599f7f61b46f',
  12. debug: false
  13. }
  14. export function def() {
  15. return dev
  16. }