app.json 1.6 KB

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