index.js 276 B

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