config.js 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. export default {
  2. // appid: "wx050dfaee3a93ddd2",//020
  3. appid: "wx9e378ea72244da67",//o2o
  4. company: "EbxZUK5lBI",
  5. rootPage: "/nova-tourism/pages/index/index",
  6. theme: {
  7. color: "blue",
  8. cardType: 5, // 1Outofbox 2VShow 3Halfuser 4miniuser 5HalfuserR
  9. },
  10. defaultTabBar: {
  11. color: "#5d6268",
  12. selectedColor: "#21bfFF",
  13. backgroundColor: "#fff",
  14. borderStyle: "white",
  15. list: [{
  16. pagePath: "/nova-tourism/pages/index/index",
  17. text: "首页",
  18. iconPath: "http://cloud.file.futurestack.cn/pPZbxElQQo/20210414/b41moo052811.png",
  19. selectedIconPath: "http://cloud.file.futurestack.cn/pPZbxElQQo/20210422/v138mb025556.png",
  20. method: "redirectTo",
  21. }, ],
  22. },
  23. // 关联微擎帐套ID
  24. siteroot: "https://vip.futurestack.cn/app/index.php",
  25. api: "https://vip.futurestack.cn/app/future_shopv2_api.php?i=30",
  26. approot: "https://vip.futurestack.cn/addons/future_shopv2/",
  27. uniacid: "28", // 小程序uniacid
  28. acid: "28", // 小程序uniacid
  29. multiid: "0", // 小程序版本id
  30. version: "1.0", // 小程序版本号
  31. };