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.
 
 
 
 
shengxian/env.js

16 lines
593 B

export const BASE_URL = 'https://shetuan.njrzwl.cn'
// 接口路径
export const API_URL = `${BASE_URL}/addons/shopro/`
// 全局网络图片地址变量,css背景图片地址变量在uni.scss中定义
export const IMG_URL = 'https://shetuan.njrzwl.cn'
//高德地图开发者Web服务key,逆坐标解析必须
// export const MAP_KEY = '3c01d0f0e3a43db3208c27ac0d0e8686'
export const MAP_KEY = '28c9ff97e4a3b75e9023b46c83544b3e'
//后台是否开通直播权限,根据情况在manifest.json中引入直播插件,并在pages.json中打开直播页面
export const HAS_LIVE = false