index.js 225 B

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