config.js 405 B

1234567891011
  1. export const env = {
  2. 'H5_HOST': 'https://m.cctc365.com/',
  3. // 'SELLER_H5_HOST': 'https://uniapp.store.dsmall.csdeshang.com/',
  4. 'API_HOST': 'https://www.cctc365.com/api',
  5. // 'API_HOST': 'http://10.56.42.28:85/api',
  6. 'SITE_URL': 'https://www.cctc365.com',
  7. 'DEBUG': false,
  8. 'ENCRYPTED': false,
  9. 'BMAP_AK': 'exPji9xh9qtmKCclfoGBgoKxMyZtfoFi',
  10. 'BMAP_AK_BRO': 'KeDEG5N9G185xLAP1tdHBh4G6GP8CN2P',
  11. }