config.js 1.1 KB

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