index.js 336 B

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