config.js 883 B

12345678910111213141516171819202122
  1. const name = "天诺"; //全局商城name
  2. const schemeName = "Tino"; //唤醒app需要的schemeName
  3. export default {
  4. name: name,
  5. customerServiceMobile: "", //默认客服电话
  6. customerServiceEmail: "", //客服邮箱
  7. qrLink: "http://plat.trytowish.cn/",
  8. // #ifdef MP-WEIXIN
  9. appid: "wx66a19ee384891552", //微信测试
  10. // #endif
  11. // #ifdef MP-ALIPAY
  12. appid: "2021004128601128", //支付宝测试
  13. // #endif
  14. wxMapSubKey: "BAGBZ-CJOLG-K7BQ2-IO6GZ-5FLWE-J6B46", //微信地图的key
  15. wxNotifyKey: ["O5_2PL86dBvmL_bv4OL7mQDobDoP0iexPR5VOKDOiJs","6jg6BYBHRl_AU5e7oPhpK-a6-Qxen1ovP2a-ywL8bAs"], //微信推送模板,订单开发、结束两个模板
  16. /**
  17. * 如需更换主题请修改此处以及uni.scss中的全局颜色
  18. */
  19. mainColor: "#4A98D3", // 主题色
  20. lightColor: "#0974C5", // 高亮主题色
  21. aiderLightColor: "#00d591", // 辅助高亮颜色
  22. };