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
12 lines
740 B
const VUE_APP_PLATFORM = process.env.VUE_APP_PLATFORM;
|
|
module.exports = {
|
|
APP_API: VUE_APP_PLATFORM === 'h5' ? 'http://121.41.97.244:8090' : '',
|
|
APP_HOST: VUE_APP_PLATFORM === 'h5' ? '' : 'https://www.jaxc.cn/api',
|
|
TEMP_HOST: VUE_APP_PLATFORM === 'h5' ? '' : 'http://121.41.97.244:8090 https://www.jaxc.cn/api',
|
|
ADD_API: VUE_APP_PLATFORM === 'h5' ? '/addApi': 'http://121.41.97.244:48084', //http://121.41.97.244:48084
|
|
APP_NAME: '',
|
|
VERSION: '1.0.0',
|
|
gaodeMapUrl: 'https://webapi.amap.com/maps?v=1.4.15&key=4545202996c625152b7f2c1aa0ffb8ea&plugin=AMap.DistrictSearch,AMap.CustomLayer,AMap.MarkerClusterer',
|
|
locationIcon: 'http://3dtest.hzhuishi.cn/images/location.png',
|
|
AThreeFace : true, //是否启用人脸识别
|
|
};
|