app.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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/discovery/discovery",
  19. "pages/home/home",
  20. "pages/mine/mine",
  21. "pages/comm/comm"
  22. ],
  23. "subPackages": [
  24. {
  25. "root": "circlePages",
  26. "pages": [
  27. "circle",
  28. "addShare"
  29. ]
  30. },
  31. {
  32. "root": "minePages",
  33. "pages": [
  34. "set"
  35. ]
  36. }
  37. ],
  38. "window": {
  39. "navigationStyle": "custom",
  40. "navigationBarTextStyle": "black",
  41. "navigationBarTitleText": "速立保",
  42. "navigationBarBackgroundColor": "#fff",
  43. "backgroundColor": "#F8F8F8"
  44. },
  45. "tabBar": {
  46. "color": "#868585",
  47. "selectedColor": "#005DA6",
  48. "list": [
  49. {
  50. "pagePath": "pages/index/index",
  51. "text": "供需发布平台",
  52. "iconPath": "static/ui/home.png",
  53. "selectedIconPath": "static/ui/home1.png"
  54. },
  55. {
  56. "pagePath": "pages/home/home",
  57. "text": "我要什么",
  58. "iconPath": "static/ui/need.png",
  59. "selectedIconPath": "static/ui/need1.png"
  60. },
  61. {
  62. "pagePath": "pages/comm/comm",
  63. "text": "我有什么",
  64. "iconPath": "static/ui/share.png",
  65. "selectedIconPath": "static/ui/share1.png"
  66. },
  67. {
  68. "pagePath": "pages/mine/mine",
  69. "text": "我的",
  70. "iconPath": "static/ui/me.png",
  71. "selectedIconPath": "static/ui/me1.png"
  72. }
  73. ]
  74. },
  75. "requiredPrivateInfos": [
  76. "chooseAddress"
  77. ],
  78. "usingComponents": {}
  79. }