app.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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/orderList/orderList",
  13. "pages/usercenter/orderList/orderdetails/orderdetails",
  14. "pages/usercenter/subscribe/subscribe",
  15. "pages/usercenter/question/question",
  16. "pages/offlineBuy/offlineBuy"
  17. ],
  18. "subPackages": [],
  19. "window": {
  20. "navigationBarTextStyle": "black",
  21. "navigationBarTitleText": "碳汇",
  22. "navigationBarBackgroundColor": "#fff",
  23. "backgroundColor": "#F5F5F5"
  24. },
  25. "tabBar": {
  26. "color": "#999",
  27. "selectedColor": "#26D18B",
  28. "borderStyle": "white",
  29. "backgroundColor": "#ffffff",
  30. "list": [
  31. {
  32. "pagePath": "pages/index/index",
  33. "iconPath": "/static/img/icon_home.png",
  34. "selectedIconPath": "static/img/icon_home_active.png",
  35. "text": "首页"
  36. },
  37. {
  38. "pagePath": "pages/use/use",
  39. "iconPath": "static/img/icon_use.png",
  40. "selectedIconPath": "static/img/icon_use_active.png",
  41. "text": "价值实现"
  42. },
  43. {
  44. "pagePath": "pages/usercenter/usercenter",
  45. "iconPath": "static/img/icon_usercenter.png",
  46. "selectedIconPath": "static/img/icon_usercenter_active.png",
  47. "text": "我的信息"
  48. }
  49. ]
  50. },
  51. "permission": {},
  52. "uniStatistics": {
  53. "enable": false
  54. },
  55. "usingComponents": {}
  56. }