1 Star 0 Fork 0

nandazzia/shopping-mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.js 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
nandazzia 提交于 2024-06-29 09:29 . 1
module.exports = {
// 系统名称
name: "萤火商城2.0",
/**
* 后端api地址 (必填; 去掉斜杠; 请确保能访问)
* 例如: https://www.你的域名.com/index.php?s=/api/
*/
apiUrl: "https://gxsc.zhongbugongxiao.com/prod-api",
// apiUrl: "https://gxsc.lingwokeji.com/prod-api",
//apiUrl:'http://121.41.116.233:9999',
webUrl: "https://gxsc.zhongbugongxiao.com/",
/**
* 商城ID (必填)
* 可在超管后台-商城列表中查看
*/
storeId: 10001,
/**
* 是否启用商城设置缓存
* 将减少用户端重复请求; 正式运营时请设为true, 开启后商城设置同步前端需10分钟缓存
*/
enabledSettingCache: true,
/**
* 是否启用H5端多开
* 启用后将通过获取子域名中的ID作为storeId; 例如域名是 "shop10001.baidu.com", 那么storeId就是10001
*/
enabledH5Multi: true,
//
cardUrl: 'http://screen.mengguhaijun.com/card.png',
fengmianUrl: 'http://screen.mengguhaijun.com/fengmian.png',
zhongleUrl: 'http://screen.mengguhaijun.com/zhongle.png',
weizhongUrl:'http://screen.mengguhaijun.com/weizhong.png',
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nandazzia/shopping-mall.git
git@gitee.com:nandazzia/shopping-mall.git
nandazzia
shopping-mall
shopping-mall
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385