pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/checkin/index",
  11. "style": {
  12. "navigationBarTitleText": "任务"
  13. }
  14. },
  15. {
  16. "path": "pages/vote/index",
  17. "style": {
  18. "navigationBarTitleText": "路演投票"
  19. }
  20. },
  21. {
  22. "path": "pages/mine/index",
  23. "style": {
  24. "navigationBarTitleText": "我的"
  25. }
  26. },
  27. {
  28. "path": "pages/login/index",
  29. "style": {
  30. "navigationBarTitleText": "登录",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/verify/index",
  36. "style": {
  37. "navigationBarTitleText": "校友身份校验"
  38. }
  39. },
  40. {
  41. "path": "pages/class/index",
  42. "style": {
  43. "navigationBarTitleText": "进班"
  44. }
  45. },
  46. {
  47. "path": "pages/group/index",
  48. "style": {
  49. "navigationBarTitleText": "我的小组"
  50. }
  51. },
  52. {
  53. "path": "pages/assignment/index",
  54. "style": {
  55. "navigationBarTitleText": "三本账认领"
  56. }
  57. },
  58. {
  59. "path": "pages/upload/index",
  60. "style": {
  61. "navigationBarTitleText": "成果上传"
  62. }
  63. },
  64. {
  65. "path": "pages/teaching/index",
  66. "style": {
  67. "navigationBarTitleText": "教学卡"
  68. }
  69. },
  70. {
  71. "path": "pages/roadmap/index",
  72. "style": {
  73. "navigationBarTitleText": "路演材料"
  74. }
  75. },
  76. {
  77. "path": "pages/scoreboard/index",
  78. "style": {
  79. "navigationBarTitleText": "积分榜"
  80. }
  81. },
  82. {
  83. "path": "pages/plan/index",
  84. "style": {
  85. "navigationBarTitleText": "行动计划"
  86. }
  87. },
  88. {
  89. "path": "pages/survey/index",
  90. "style": {
  91. "navigationBarTitleText": "兴趣调研"
  92. }
  93. },
  94. {
  95. "path": "pages/enroll/list",
  96. "style": {
  97. "navigationBarTitleText": "课程报名"
  98. }
  99. },
  100. {
  101. "path": "pages/enroll/form",
  102. "style": {
  103. "navigationBarTitleText": "报名信息"
  104. }
  105. },
  106. {
  107. "path": "pages/pay/index",
  108. "style": {
  109. "navigationBarTitleText": "确认支付"
  110. }
  111. },
  112. {
  113. "path": "pages/pay/result",
  114. "style": {
  115. "navigationBarTitleText": "支付结果"
  116. }
  117. },
  118. {
  119. "path": "pages/share/index",
  120. "style": {
  121. "navigationBarTitleText": "我的海报"
  122. }
  123. },
  124. {
  125. "path": "pages/share/stats",
  126. "style": {
  127. "navigationBarTitleText": "我的邀请"
  128. }
  129. },
  130. {
  131. "path": "pages/material/index",
  132. "style": {
  133. "navigationBarTitleText": "课前资料"
  134. }
  135. },
  136. {
  137. "path": "pages/group-order/index",
  138. "style": {
  139. "navigationBarTitleText": "团报"
  140. }
  141. },
  142. {
  143. "path": "pages/group-order/create",
  144. "style": {
  145. "navigationBarTitleText": "发起团报"
  146. }
  147. },
  148. {
  149. "path": "pages/group-order/detail",
  150. "style": {
  151. "navigationBarTitleText": "团报详情"
  152. }
  153. },
  154. {
  155. "path": "pages/case/index",
  156. "style": {
  157. "navigationBarTitleText": "案例授权"
  158. }
  159. }
  160. ],
  161. "globalStyle": {
  162. "navigationBarTextStyle": "black",
  163. "navigationBarTitleText": "爱伴·AI之旅",
  164. "navigationBarBackgroundColor": "#FFFFFF",
  165. "backgroundColor": "#F8F8F8"
  166. },
  167. "lazyCodeLoading": "requiredComponents",
  168. "tabBar": {
  169. "color": "#7A7E83",
  170. "selectedColor": "#F97316",
  171. "borderStyle": "black",
  172. "backgroundColor": "#FFFFFF",
  173. "list": [
  174. {
  175. "pagePath": "pages/index/index",
  176. "text": "首页",
  177. "iconPath": "static/tab-home.png",
  178. "selectedIconPath": "static/tab-home-active.png"
  179. },
  180. {
  181. "pagePath": "pages/checkin/index",
  182. "text": "任务",
  183. "iconPath": "static/tab-task.png",
  184. "selectedIconPath": "static/tab-task-active.png"
  185. },
  186. {
  187. "pagePath": "pages/vote/index",
  188. "text": "路演投票",
  189. "iconPath": "static/tab-vote.png",
  190. "selectedIconPath": "static/tab-vote-active.png"
  191. },
  192. {
  193. "pagePath": "pages/mine/index",
  194. "text": "我的",
  195. "iconPath": "static/tab-profile.png",
  196. "selectedIconPath": "static/tab-profile-active.png"
  197. }
  198. ]
  199. }
  200. }