index.js 316 B

1234567891011121314
  1. const dev = {
  2. baseUrl: 'https://www.zthymaoyi.com',
  3. // baseUrl: 'http://localhost:8080/',
  4. baseUrlNew: 'http://192.168.1.117:8090/',
  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. }