app/config/config.js

18 lines
1.3 KiB
JavaScript
Raw Normal View History

2025-04-25 18:20:19 +08:00
const name = "无终街"; //全局商城name
2025-04-25 18:27:47 +08:00
const schemeName = 'wuzhongjie' //唤醒app需要的schemeName
2025-03-14 16:27:50 +08:00
export default {
2025-04-25 18:27:47 +08:00
name: name,
schemeLink: `${schemeName}://`, //唤起app地址
downloadLink: "https://pickmall.cn/download-page/index.html", //下载地址下载app的地址
2025-04-30 14:42:40 +08:00
shareLink: "https://wuzhongjie.com.cn", //分享地址也就是在h5中默认的复制地址
2025-04-25 18:27:47 +08:00
appid: "wx6f10f29075dc1b0b", //小程序唯一凭证,即 AppID可在「微信公众平台 - 设置 - 开发设置」页中获得。(需要已经成为开发者,且帐号没有异常状态)
appSecret: "6dfbe0c72380dce5d49d65b3c91059b1", //可在 manifest.json 查看
aMapKey: "AOHBZ-VCEL3-XX73N-O623U-FMTP6-ASBTD", //在腾讯的中申请web端key
scanAuthNavigation: ['https://m-b2b2c.pickmall.cn/'], //扫码认证跳转域名配置 会根据此处配置的路由进行跳转
iosAppId: "id1564638363", //AppStore的应用地址id 具体在分享->拷贝链接中查看
logo: "https://lilishop-oss.oss-cn-beijing.aliyuncs.com/4c864e133c2944efad1f7282ac8a3b9e.png", //logo地址
customerServiceMobile: "13161366885", //客服电话
customerServiceEmail: "lili@lili.com", //客服邮箱
img: 'https://wzjbucket.oss-rg-china-mainland.aliyuncs.com', //图片地址,聊天分享的图片地址
};