pages.json 3.3 KB

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