index.js 323 B

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