app.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/usercenter/orderList/orderList",
  4. "pages/index/init",
  5. "pages/index/guide",
  6. "pages/login/loginType",
  7. "pages/login/companyLogin",
  8. "pages/index/index",
  9. "pages/use/use",
  10. "pages/usercenter/usercenter",
  11. "pages/usercenter/certificateList/certificateList",
  12. "pages/usercenter/orderList/orderdetails/orderdetails",
  13. "pages/usercenter/subscribe/subscribe"
  14. ],
  15. "subPackages": [],
  16. "window": {
  17. "navigationBarTextStyle": "black",
  18. "navigationBarTitleText": "碳汇",
  19. "navigationBarBackgroundColor": "#fff",
  20. "backgroundColor": "#F5F5F5"
  21. },
  22. "tabBar": {
  23. "color": "#999",
  24. "selectedColor": "#26D18B",
  25. "borderStyle": "white",
  26. "height": "134rpx",
  27. "backgroundColor": "#ffffff",
  28. "list": [
  29. {
  30. "pagePath": "pages/index/index",
  31. "iconPath": "/static/img/icon_home.png",
  32. "selectedIconPath": "static/img/icon_home_active.png",
  33. "text": "首页"
  34. },
  35. {
  36. "pagePath": "pages/use/use",
  37. "iconPath": "static/img/icon_use.png",
  38. "selectedIconPath": "static/img/icon_use_active.png",
  39. "text": "价值实现"
  40. },
  41. {
  42. "pagePath": "pages/usercenter/usercenter",
  43. "iconPath": "static/img/icon_usercenter.png",
  44. "selectedIconPath": "static/img/icon_usercenter_active.png",
  45. "text": "我的信息"
  46. }
  47. ]
  48. },
  49. "permission": {},
  50. "usingComponents": {}
  51. }