pages.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. "subPackages": [
  23. {
  24. "root": "pagesHome",
  25. "pages": [
  26. {
  27. "path": "allActivity",
  28. "style": {
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "searchActivity",
  34. "style": {
  35. "navigationStyle": "custom"
  36. }
  37. }
  38. ]
  39. },
  40. {
  41. "root": "pagesNonprofit",
  42. "pages": [
  43. {
  44. "path": "nonprofitDetail",
  45. "style": {
  46. "navigationStyle": "custom"
  47. }
  48. }
  49. ]
  50. },
  51. {
  52. "root": "pagesMy",
  53. "pages": [
  54. {
  55. "path": "information",
  56. "style": {
  57. "navigationStyle": "custom"
  58. }
  59. },
  60. {
  61. "path": "heartNumber",
  62. "style": {
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "archives",
  68. "style": {
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "archivesDetail",
  74. "style": {
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "volunteerHours",
  80. "style": {
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "achievement",
  86. "style": {
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "practice",
  92. "style": {
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. {
  97. "path": "practiceRecord",
  98. "style": {
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "familyMember",
  104. "style": {
  105. "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. "path": "familyMemberVindicate",
  110. "style": {
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "exclusiveScroll",
  116. "style": {
  117. "navigationStyle": "custom"
  118. }
  119. }
  120. ]
  121. }
  122. ],
  123. "globalStyle": {
  124. "navigationBarTitleText": "善行少年",
  125. "navigationBarBackgroundColor": "#FFFFFF",
  126. "navigationBarTextStyle": "black"
  127. },
  128. "easycom": {
  129. "autoscan": true,
  130. "custom": {
  131. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  132. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  133. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  134. }
  135. }
  136. }