index.js 333 B

1234567891011121314
  1. const dev = {
  2. baseUrl: 'http://localhost:8585',
  3. // baseUrl: 'http://116.62.17.100:8585',
  4. // baseUrl: 'https://1q713u4954.oicp.vip',
  5. // baseUrl: 'https://api.kxmall.vip',
  6. // baseUrl: '/prod-api',
  7. h5Appid: 'wxdb19069bd8e49de3',
  8. mapKey: '76133c81af0fe1aa35fc458fe97888a2',
  9. // debug: true
  10. }
  11. export function def() {
  12. return dev
  13. }