1234567891011 |
- export const env = {
- 'H5_HOST': 'https://m.cctc365.com/',
- // 'SELLER_H5_HOST': 'https://uniapp.store.dsmall.csdeshang.com/',
- 'API_HOST': 'https://www.cctc365.com/api',
- // 'API_HOST': 'http://10.56.42.28:85/api',
- 'SITE_URL': 'https://www.cctc365.com',
- 'DEBUG': false,
- 'ENCRYPTED': false,
- 'BMAP_AK': 'exPji9xh9qtmKCclfoGBgoKxMyZtfoFi',
- 'BMAP_AK_BRO': 'KeDEG5N9G185xLAP1tdHBh4G6GP8CN2P',
- }
|