10 Star 1 Fork 0

雪村/chanxiang_uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
env.js 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
焦杨帅 提交于 2024-05-16 12:58 . 1
/**
* Shopro全局配置文件 v1.4.0
*/
// 接口根域名 https://demo.shopro.top
export const BASE_URL = "https://chanxiang.bigchun.com";
export const NEW_API_URL = `${BASE_URL}/api/`;
// 接口路径
export const API_URL = `${BASE_URL}/addons/shopro/`;
// 全局网络图片地址变量,css背景图片地址变量在uni.scss中定义
export const IMG_URL = "https://chanxiang.bigchun.com";
//高德地图开发者Web服务key,逆坐标解析必须
export const MAP_KEY = "265849207*********39753dc";
//后台是否开通直播权限,根据情况在manifest.json中引入直播插件,并在pages.json中打开直播页面
export const HAS_LIVE = false;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunhappy0318/chanxiang_uniapp.git
git@gitee.com:sunhappy0318/chanxiang_uniapp.git
sunhappy0318
chanxiang_uniapp
chanxiang_uniapp
master

搜索帮助