pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/nonprofit",
  12. "style": {
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/my",
  18. "style": {
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/webView",
  24. "style": {
  25. "navigationStyle": "custom"
  26. }
  27. }
  28. ],
  29. "subPackages": [
  30. {
  31. "root": "pagesHome",
  32. "pages": [
  33. {
  34. "path": "allActivity",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "searchActivity",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "activityDetail",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "applyResult",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "signSuccess",
  59. "style": {
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "fillNonprofitArchives",
  65. "style": {
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "fillNonprofitResult",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "recruitsNumber",
  77. "style": {
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "activityApply",
  83. "style": {
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "applyMember",
  89. "style": {
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "applyMemberVindicate",
  95. "style": {
  96. "navigationStyle": "custom"
  97. }
  98. }
  99. ]
  100. },
  101. {
  102. "root": "pagesNonprofit",
  103. "pages": [
  104. {
  105. "path": "nonprofitDetail",
  106. "style": {
  107. "navigationStyle": "custom"
  108. }
  109. }
  110. ]
  111. },
  112. {
  113. "root": "pagesMy",
  114. "pages": [
  115. {
  116. "path": "information",
  117. "style": {
  118. "navigationStyle": "custom"
  119. }
  120. },
  121. {
  122. "path": "heartNumber",
  123. "style": {
  124. "navigationStyle": "custom"
  125. }
  126. },
  127. {
  128. "path": "archives",
  129. "style": {
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path": "archivesDetail",
  135. "style": {
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "volunteerHours",
  141. "style": {
  142. "navigationStyle": "custom"
  143. }
  144. },
  145. {
  146. "path": "achievement",
  147. "style": {
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "practice",
  153. "style": {
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. "path": "practiceRecord",
  159. "style": {
  160. "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path": "familyMember",
  165. "style": {
  166. "navigationStyle": "custom"
  167. }
  168. },
  169. {
  170. "path": "familyMemberVindicate",
  171. "style": {
  172. "navigationStyle": "custom"
  173. }
  174. },
  175. {
  176. "path": "exclusiveScroll",
  177. "style": {
  178. "navigationStyle": "custom"
  179. }
  180. },
  181. {
  182. "path": "levelDetail",
  183. "style": {
  184. "navigationStyle": "custom"
  185. }
  186. }
  187. ]
  188. }
  189. ],
  190. "globalStyle": {
  191. "navigationBarTitleText": "善行少年",
  192. "navigationBarBackgroundColor": "#FFFFFF",
  193. "navigationBarTextStyle": "black"
  194. },
  195. "easycom": {
  196. "autoscan": true,
  197. "custom": {
  198. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  199. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  200. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  201. }
  202. }
  203. }