config.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. export default {
  2. appid: "wx9e378ea72244da67",
  3. company: "qpFbRRSZrO",
  4. rootPage: "/nova-werun/pages/index/index",
  5. // 消息相关——JMessage
  6. jmessage: {
  7. appkey: "ddb2388ff7af7e4a67451cc4",
  8. // secret: "0fb1212b1b92e15df85089bc",//元宇宙
  9. secret: "faea7708762887fcdd365631fa2d699a",//学生生活
  10. },
  11. theme: {
  12. color: "blue",
  13. cardType: 5, // 1Outofbox 2VShow 3Halfuser 4miniuser 5HalfuserR
  14. },
  15. defaultTabBar: {
  16. color: "#5d6268",
  17. selectedColor: "#21bfFF",
  18. backgroundColor: "#fff",
  19. borderStyle: "white",
  20. list: [{
  21. pagePath: "/nova-werun/pages/index/index",
  22. text: "首页",
  23. iconPath: "http://cloud.file.futurestack.cn/pPZbxElQQo/20210414/b41moo052811.png",
  24. selectedIconPath: "http://cloud.file.futurestack.cn/pPZbxElQQo/20210422/v138mb025556.png",
  25. method: "redirectTo",
  26. }, ],
  27. },
  28. // 关联微擎帐套ID
  29. siteroot: "https://vip.futurestack.cn/app/index.php",
  30. api: "https://vip.futurestack.cn/app/future_shopv2_api.php?i=30",
  31. approot: "https://vip.futurestack.cn/addons/future_shopv2/",
  32. uniacid: "28", // 小程序uniacid
  33. acid: "28", // 小程序uniacid
  34. multiid: "0", // 小程序版本id
  35. version: "1.0", // 小程序版本号
  36. };