index.js 374 B

1234567891011121314
  1. const dev = {
  2. baseUrl: 'https://www.zthymaoyi.com',
  3. // baseUrlNew: 'http://192.168.1.120:8090/',
  4. // baseUrlNew: 'http://192.168.1.103:9100/',
  5. // baseUrlNew: 'https://apitest.eliangeyun.com/',
  6. baseUrlNew: 'http://api1.eliangeyun.com/',
  7. // baseUrlNew: 'http://api1.eliangeyun.com/',
  8. h5Appid: 'wxb66b599f7f61b46f',
  9. debug: false
  10. }
  11. export function def() {
  12. return dev
  13. }