index.js 257 B

123456789101112
  1. const dev = {
  2. baseUrl: 'http://localhost:8585',
  3. // baseUrl: 'https://rider.kxmall.vip/prod-api',
  4. // baseUrl: 'https://1q713u4954.oicp.vip',
  5. // baseUrl: '/prod-api',
  6. h5Appid: 'wx9ed9e41ad18f832a',
  7. // debug: true
  8. }
  9. export function def() {
  10. return dev
  11. }