index.js 387 B

1234567891011121314
  1. const dev = {
  2. baseUrlNew: 'https://api.changyuntong56.com',
  3. // baseUrlNew: 'https://apitest.changyuntong56.com',
  4. // baseUrlNew: 'https://apitest.eliangeyun.com',
  5. // baseUrlNew: 'http://192.168.110.9:8099',
  6. // baseUrlNew: 'http://192.168.110.82:8999',
  7. // baseUrlNew: 'http://192.168.1.119:8999',
  8. h5Appid: 'wxb66b599f7f61b46f',
  9. debug: false
  10. }
  11. export function def() {
  12. return dev
  13. }