app/config/config.js
2025-05-12 14:51:35 +08:00

17 lines
1.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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