index.js 537 B

1234567891011121314151617181920
  1. const dev = {
  2. // baseUrl: 'http://127.0.0.1:8080',
  3. <<<<<<< HEAD
  4. // baseUrl: 'http://192.168.1.109:8080',
  5. =======
  6. // baseUrl: 'http://192.168.1.120:8080',
  7. >>>>>>> 0055f9d963529ffad903ba8e691bdf5c3dfacd25
  8. // baseUrl: 'http://192.168.1.115:8080',
  9. // baseUrl: 'http://192.168.1.124:8080',
  10. // baseUrl: 'http://192.168.1.113:8080',
  11. // baseUrl: 'http://192.168.8.188:8081',
  12. // baseUrl: 'https://www.zhuqt.icu',
  13. baseUrl: 'https://www.zthymaoyi.com',
  14. h5Appid: 'wxb66b599f7f61b46f',
  15. debug: false
  16. }
  17. export function def() {
  18. return dev
  19. }