app.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/auth",
  5. "pages/login/login",
  6. "pages/login/info",
  7. "pages/mine/need",
  8. "pages/mine/share",
  9. "pages/webview/web-view",
  10. "pages/mine/coll",
  11. "pages/comm/search",
  12. "pages/mine/feedback",
  13. "pages/mine/addFeed",
  14. "pages/mine/about",
  15. "pages/comm/search2",
  16. "pages/index/detail/detail",
  17. "pages/login/loginByCode",
  18. "pages/home/home",
  19. "pages/mine/mine",
  20. "pages/comm/comm"
  21. ],
  22. "subPackages": [
  23. {
  24. "root": "circlePages",
  25. "pages": [
  26. "circle",
  27. "addShare"
  28. ]
  29. },
  30. {
  31. "root": "minePages",
  32. "pages": [
  33. "set"
  34. ]
  35. }
  36. ],
  37. "window": {
  38. "navigationStyle": "custom",
  39. "navigationBarTextStyle": "black",
  40. "navigationBarTitleText": "速立保",
  41. "navigationBarBackgroundColor": "#fff",
  42. "backgroundColor": "#F8F8F8"
  43. },
  44. "tabBar": {
  45. "color": "#868585",
  46. "selectedColor": "#005DA6",
  47. "list": [
  48. {
  49. "pagePath": "pages/index/index",
  50. "text": "供需发布平台",
  51. "iconPath": "static/ui/home.png",
  52. "selectedIconPath": "static/ui/home1.png"
  53. },
  54. {
  55. "pagePath": "pages/home/home",
  56. "text": "我要什么",
  57. "iconPath": "static/ui/need.png",
  58. "selectedIconPath": "static/ui/need1.png"
  59. },
  60. {
  61. "pagePath": "pages/comm/comm",
  62. "text": "我有什么",
  63. "iconPath": "static/ui/share.png",
  64. "selectedIconPath": "static/ui/share1.png"
  65. },
  66. {
  67. "pagePath": "pages/mine/mine",
  68. "text": "我的",
  69. "iconPath": "static/ui/me.png",
  70. "selectedIconPath": "static/ui/me1.png"
  71. }
  72. ]
  73. },
  74. "requiredPrivateInfos": [
  75. "chooseAddress"
  76. ],
  77. "usingComponents": {}
  78. }