江西小程序管理端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
740 B

1 year ago
  1. const VUE_APP_PLATFORM = process.env.VUE_APP_PLATFORM;
  2. module.exports = {
  3. APP_API: VUE_APP_PLATFORM === 'h5' ? 'http://121.41.97.244:8090' : '',
  4. APP_HOST: VUE_APP_PLATFORM === 'h5' ? '' : 'https://www.jaxc.cn/api',
  5. TEMP_HOST: VUE_APP_PLATFORM === 'h5' ? '' : 'http://121.41.97.244:8090 https://www.jaxc.cn/api',
  6. ADD_API: VUE_APP_PLATFORM === 'h5' ? '/addApi': 'http://121.41.97.244:48084', //http://121.41.97.244:48084
  7. APP_NAME: '',
  8. VERSION: '1.0.0',
  9. gaodeMapUrl: 'https://webapi.amap.com/maps?v=1.4.15&key=4545202996c625152b7f2c1aa0ffb8ea&plugin=AMap.DistrictSearch,AMap.CustomLayer,AMap.MarkerClusterer',
  10. locationIcon: 'http://3dtest.hzhuishi.cn/images/location.png',
  11. AThreeFace : true, //是否启用人脸识别
  12. };