index.js 408 B

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