index.js 450 B

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