app.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/home/growup",
  5. "pages/home/account",
  6. "pages/home/login",
  7. "pages/home/referre",
  8. "pages/city/list",
  9. "pages/activeDetail/activeDetail",
  10. "pages/dev",
  11. "components/activity/makeGroup",
  12. "components/noticePopup/index",
  13. "components/scroll-view/childsCard",
  14. "components/cashCoupon/index",
  15. "components/poster/poster"
  16. ],
  17. "requiredPrivateInfos": [
  18. "chooseAddress",
  19. "getLocation"
  20. ],
  21. "subpackages": [
  22. {
  23. "root": "pages/account",
  24. "pages": [
  25. "cards/index",
  26. "cards/addcard",
  27. "cards/person",
  28. "safe/index",
  29. "safe/give",
  30. "safe/result",
  31. "vip/index/index",
  32. "vip/childs/index",
  33. "vip/rule/index",
  34. "coin/index",
  35. "coin/cash",
  36. "coin/invite",
  37. "invite/index",
  38. "invite/share_invite",
  39. "course/index",
  40. "course/integral",
  41. "course/read/list",
  42. "course/read/detail",
  43. "course/module/video",
  44. "course/module/answer",
  45. "setting/index",
  46. "setting/info",
  47. "setting/password",
  48. "setting/bindPhone",
  49. "cards/single",
  50. "balance/index",
  51. "vip/index/score",
  52. "growthCourse/index",
  53. "growthCourse/component/calendar",
  54. "growthCourse/component/personnel",
  55. "growthCourse/component/popupCode",
  56. "growthCourse/courseDetail/index",
  57. "growthCourse/leaderDemeanor/index",
  58. "growthCourse/courseEvaluate/index",
  59. "monetaryCenter/index",
  60. "monetaryCenter/ruleInstract",
  61. "monetaryCenter/monetaryDetail",
  62. "monetaryCenter/posterTask"
  63. ]
  64. },
  65. {
  66. "root": "pages/growup",
  67. "pages": [
  68. "passport/passport",
  69. "record/record",
  70. "passport/introduce",
  71. "photo/index",
  72. "take/take",
  73. "activePhoto/index",
  74. "activePhoto/bill"
  75. ]
  76. },
  77. {
  78. "root": "pages/turntable",
  79. "pages": [
  80. "components/noticePopup",
  81. "components/tableStatus",
  82. "components/sendAddress",
  83. "getPrizeTimes/index",
  84. "hairpin/index",
  85. "components/contact",
  86. "components/subSuccess",
  87. "index",
  88. "winRecord/index",
  89. "components/awardPopup",
  90. "components/activeRules"
  91. ]
  92. },
  93. {
  94. "root": "pages/order",
  95. "pages": [
  96. "index/order",
  97. "detail/index",
  98. "comment/comment",
  99. "addComment/addComment",
  100. "scratch/scratch",
  101. "express/express",
  102. "qrcode/index",
  103. "refund/refund",
  104. "Copyrefund/Copyrefund",
  105. "trip/trip",
  106. "success/index",
  107. "groupQrcode/index",
  108. "scheduling/schedulingOk",
  109. "scheduling/scheduling",
  110. "editOrderDetail/index",
  111. "orderDetailList/index",
  112. "feedback/index",
  113. "invoicing/index",
  114. "invoicingRecord/index",
  115. "invoicingDetail/index",
  116. "invoicingEdit/index",
  117. "invoicingApply/index",
  118. "subSuccessful/index",
  119. "component/consumptionCode",
  120. "component/billrule"
  121. ]
  122. },
  123. {
  124. "root": "pages/product",
  125. "pages": [
  126. "activity/index",
  127. "activity/grouprule",
  128. "activity/partner",
  129. "activity/bill",
  130. "buy/index",
  131. "goods/index",
  132. "goods/detail",
  133. "comment/index",
  134. "activity/system",
  135. "balancePayment/balancePayment",
  136. "component/groupWork",
  137. "component/alternatePopup",
  138. "alternateInstract/index",
  139. "component/floatWindow",
  140. "Previous/index",
  141. "security/index"
  142. ]
  143. },
  144. {
  145. "root": "pages/public",
  146. "pages": [
  147. "swiper/list",
  148. "swiper/web",
  149. "video/video",
  150. "video/play",
  151. "rule/bb_rule",
  152. "rule/invite",
  153. "search/search",
  154. "calendar/calendar",
  155. "about/index",
  156. "wonderful/index",
  157. "live/list",
  158. "showGoodsList/index",
  159. "cashCoupon/index"
  160. ]
  161. },
  162. {
  163. "root": "pages/growthCard",
  164. "pages": [
  165. "index",
  166. "give",
  167. "result",
  168. "activity"
  169. ]
  170. },
  171. {
  172. "root": "pages/sharingHome",
  173. "pages": [
  174. "index",
  175. "wallet",
  176. "willAccount",
  177. "shareCash",
  178. "inviteUser",
  179. "inviteUserDetail",
  180. "shareActivity",
  181. "rankList"
  182. ]
  183. }
  184. ],
  185. "permission": {
  186. "scope.userLocation": {
  187. "desc": "你的位置信息将用于城市选择定位"
  188. }
  189. },
  190. "tabBar": {
  191. "custom": true,
  192. "color": "#595757",
  193. "selectedColor": "#ee3a43",
  194. "backgroundColor": "#ffffff",
  195. "list": [
  196. {
  197. "pagePath": "pages/home/index",
  198. "iconPath": "images/home.png",
  199. "selectedIconPath": "images/home_selected.png",
  200. "text": "首页"
  201. },
  202. {
  203. "pagePath": "pages/home/account",
  204. "iconPath": "images/account.png",
  205. "selectedIconPath": "images/account_selected.png",
  206. "text": "我的"
  207. }
  208. ]
  209. },
  210. "window": {
  211. "backgroundTextStyle": "light",
  212. "navigationBarBackgroundColor": "#ffffff",
  213. "navigationBarTitleText": "挑战家族",
  214. "navigationBarTextStyle": "black"
  215. },
  216. "sitemapLocation": "sitemap.json",
  217. "__usePrivacyCheck__": true
  218. }