pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/organization/organization",
  12. "style": {
  13. "navigationBarTitleText": "校友组织",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/org_list/org_list",
  19. "style": {
  20. "navigationBarTitleText": "校友组织",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/org_detail/org_detail",
  26. "style": {
  27. "navigationBarTitleText": "",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/back_school/back_school",
  33. "style": {
  34. "navigationBarTitleText": "返校申请",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/activity/activity",
  40. "style": {
  41. "navigationBarTitleText": "活动",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/set_act/set_act",
  47. "style": {
  48. "navigationBarTitleText": "发起活动",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/school_represent/school_represent",
  54. "style": {
  55. "navigationBarTitleText": "母校代言",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/school_represent_detail/school_represent_detail",
  61. "style": {
  62. "navigationBarTitleText": "",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/school_form/school_form",
  68. "style": {
  69. "navigationBarTitleText": "我要为母校代言",
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/school_photo/school_photo",
  75. "style": {
  76. "navigationBarTitleText": "校友相册",
  77. "navigationStyle": "custom"
  78. }
  79. },
  80. {
  81. "path": "pages/school_photo_upload/school_photo_upload",
  82. "style": {
  83. "navigationBarTitleText": "",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/news/news",
  89. "style": {
  90. "navigationBarTitleText": "新闻聚焦",
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/news_detail/news_detail",
  96. "style": {
  97. "navigationBarTitleText": "",
  98. "navigationStyle": "custom"
  99. }
  100. },
  101. {
  102. "path": "pages/address_book/address_book",
  103. "style": {
  104. "navigationBarTitleText": "校友通讯录",
  105. "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. "path": "pages/check/check",
  110. "style": {
  111. "navigationBarTitleText": "审批管理",
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path": "pages/act_detail/act_detail",
  117. "style": {
  118. "navigationBarTitleText": "活动详情",
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "pages/people_detail/people_detail",
  124. "style": {
  125. "navigationBarTitleText": "",
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "pages/act_album/act_album",
  131. "style": {
  132. "navigationBarTitleText": "活动相册",
  133. "navigationStyle": "custom"
  134. }
  135. },
  136. {
  137. "path": "pages/home/home",
  138. "style": {
  139. "navigationBarTitleText": "",
  140. "navigationStyle": "custom"
  141. }
  142. },
  143. {
  144. "path": "pages/404/404",
  145. "style": {
  146. "navigationBarTitleText": "404",
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path": "pages/plan/plan",
  152. "style": {
  153. "navigationBarTitleText": "心链计划",
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. "path": "pages/planDetail/planDetail",
  159. "style": {
  160. "navigationBarTitleText": "权益详情",
  161. "navigationStyle": "custom"
  162. }
  163. }
  164. ],
  165. "globalStyle": {
  166. "navigationBarTextStyle": "black",
  167. "navigationBarTitleText": "uni-app",
  168. "navigationBarBackgroundColor": "#F8F8F8",
  169. "backgroundColor": "#F8F8F8"
  170. },
  171. "uniIdRouter": {}
  172. }