pages.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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/course/index",
  17. "style": {
  18. "navigationBarTitleText": "课程"
  19. }
  20. },
  21. {
  22. "path": "pages/course/detail",
  23. "style": {
  24. "navigationBarTitleText": "课程主页"
  25. }
  26. },
  27. {
  28. "path": "pages/vote/index",
  29. "style": {
  30. "navigationBarTitleText": "路演投票"
  31. }
  32. },
  33. {
  34. "path": "pages/mine/index",
  35. "style": {
  36. "navigationBarTitleText": "我的"
  37. }
  38. },
  39. {
  40. "path": "pages/member/index",
  41. "style": {
  42. "navigationBarTitleText": "年度会员"
  43. }
  44. },
  45. {
  46. "path": "pages/verify/index",
  47. "style": {
  48. "navigationBarTitleText": "校友身份校验"
  49. }
  50. },
  51. {
  52. "path": "pages/class/index",
  53. "style": {
  54. "navigationBarTitleText": "进班"
  55. }
  56. },
  57. {
  58. "path": "pages/group/index",
  59. "style": {
  60. "navigationBarTitleText": "我的小组"
  61. }
  62. },
  63. {
  64. "path": "pages/assignment/index",
  65. "style": {
  66. "navigationBarTitleText": "三本账认领"
  67. }
  68. },
  69. {
  70. "path": "pages/upload/index",
  71. "style": {
  72. "navigationBarTitleText": "成果上传"
  73. }
  74. },
  75. {
  76. "path": "pages/teaching/index",
  77. "style": {
  78. "navigationBarTitleText": "教学卡"
  79. }
  80. },
  81. {
  82. "path": "pages/roadmap/index",
  83. "style": {
  84. "navigationBarTitleText": "路演材料"
  85. }
  86. },
  87. {
  88. "path": "pages/scoreboard/index",
  89. "style": {
  90. "navigationBarTitleText": "积分榜"
  91. }
  92. },
  93. {
  94. "path": "pages/plan/index",
  95. "style": {
  96. "navigationBarTitleText": "行动计划"
  97. }
  98. },
  99. {
  100. "path": "pages/survey/index",
  101. "style": {
  102. "navigationBarTitleText": "兴趣调研"
  103. }
  104. },
  105. {
  106. "path": "pages/enroll/list",
  107. "style": {
  108. "navigationBarTitleText": "课程报名"
  109. }
  110. },
  111. {
  112. "path": "pages/enroll/form",
  113. "style": {
  114. "navigationBarTitleText": "报名信息"
  115. }
  116. },
  117. {
  118. "path": "pages/salon/list",
  119. "style": {
  120. "navigationBarTitleText": "沙龙活动"
  121. }
  122. },
  123. {
  124. "path": "pages/salon/form",
  125. "style": {
  126. "navigationBarTitleText": "沙龙报名"
  127. }
  128. },
  129. {
  130. "path": "pages/salon/mine",
  131. "style": {
  132. "navigationBarTitleText": "我的沙龙"
  133. }
  134. },
  135. {
  136. "path": "pages/salon/feedback",
  137. "style": {
  138. "navigationBarTitleText": "沙龙反馈"
  139. }
  140. },
  141. {
  142. "path": "pages/pay/index",
  143. "style": {
  144. "navigationBarTitleText": "确认支付"
  145. }
  146. },
  147. {
  148. "path": "pages/pay/result",
  149. "style": {
  150. "navigationBarTitleText": "支付结果"
  151. }
  152. },
  153. {
  154. "path": "pages/share/index",
  155. "style": {
  156. "navigationBarTitleText": "我的海报"
  157. }
  158. },
  159. {
  160. "path": "pages/share/stats",
  161. "style": {
  162. "navigationBarTitleText": "我的邀请"
  163. }
  164. },
  165. {
  166. "path": "pages/material/index",
  167. "style": {
  168. "navigationBarTitleText": "课前资料"
  169. }
  170. },
  171. {
  172. "path": "pages/group-order/index",
  173. "style": {
  174. "navigationBarTitleText": "团报"
  175. }
  176. },
  177. {
  178. "path": "pages/group-order/create",
  179. "style": {
  180. "navigationBarTitleText": "发起团报"
  181. }
  182. },
  183. {
  184. "path": "pages/group-order/detail",
  185. "style": {
  186. "navigationBarTitleText": "团报详情"
  187. }
  188. },
  189. {
  190. "path": "pages/case/index",
  191. "style": {
  192. "navigationBarTitleText": "案例授权"
  193. }
  194. },
  195. {
  196. "path": "pages/badge/index",
  197. "style": {
  198. "navigationBarTitleText": "成长地图"
  199. }
  200. }
  201. ],
  202. "globalStyle": {
  203. "navigationBarTextStyle": "black",
  204. "navigationBarTitleText": "爱伴·AI之旅",
  205. "navigationBarBackgroundColor": "#FFFFFF",
  206. "backgroundColor": "#F8F8F8"
  207. },
  208. "lazyCodeLoading": "requiredComponents",
  209. "tabBar": {
  210. "color": "#7A7E83",
  211. "selectedColor": "#FC7A57",
  212. "borderStyle": "black",
  213. "backgroundColor": "#FFFFFF",
  214. "list": [
  215. {
  216. "pagePath": "pages/index/index",
  217. "text": "首页",
  218. "iconPath": "static/tab-home.png",
  219. "selectedIconPath": "static/tab-home-active.png"
  220. },
  221. {
  222. "pagePath": "pages/checkin/index",
  223. "text": "任务",
  224. "iconPath": "static/tab-task.png",
  225. "selectedIconPath": "static/tab-task-active.png"
  226. },
  227. {
  228. "pagePath": "pages/course/index",
  229. "text": "课程",
  230. "iconPath": "static/tab-course.png",
  231. "selectedIconPath": "static/tab-course-active.png"
  232. },
  233. {
  234. "pagePath": "pages/mine/index",
  235. "text": "我的",
  236. "iconPath": "static/tab-profile.png",
  237. "selectedIconPath": "static/tab-profile-active.png"
  238. }
  239. ]
  240. }
  241. }