index.js 270 B

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