pages.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "首页"
  8. }
  9. },
  10. {
  11. "path": "pages/learn/index",
  12. "style": {
  13. "navigationStyle": "custom",
  14. "navigationBarTitleText": "学习本"
  15. }
  16. },
  17. {
  18. "path": "pages/learn/rightPractice",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "navigationBarTitleText": "答题详情"
  22. }
  23. },
  24. {
  25. "path": "pages/learn/favorite",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "navigationBarTitleText": "收藏详情"
  29. }
  30. },
  31. {
  32. "path": "pages/challenge/index",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "navigationBarTitleText": "挑战"
  36. }
  37. },
  38. {
  39. "path": "pages/challenge/rule",
  40. "style": {
  41. "navigationStyle": "custom",
  42. "navigationBarTitleText": "规则"
  43. }
  44. },
  45. {
  46. "path": "pages/richpage/index",
  47. "style": {
  48. "navigationStyle": "custom",
  49. "navigationBarTitleText": "权益阅读页面"
  50. }
  51. },
  52. {
  53. "path": "pages/challenge/registration",
  54. "style": {
  55. "navigationStyle": "custom",
  56. "navigationBarTitleText": "报名"
  57. }
  58. },
  59. {
  60. "path": "pages/challenge/addContant",
  61. "style": {
  62. "navigationStyle": "custom",
  63. "navigationBarTitleText": "添加客服"
  64. }
  65. },
  66. {
  67. "path": "pages/user/index",
  68. "style": {
  69. "navigationStyle": "custom",
  70. "navigationBarTitleText": "我的"
  71. }
  72. },
  73. {
  74. "path": "pages/user/share",
  75. "style": {
  76. "navigationStyle": "custom",
  77. "navigationBarTitleText": "分享有礼"
  78. }
  79. },
  80. {
  81. "path": "pages/user/invited",
  82. "style": {
  83. "navigationStyle": "custom",
  84. "navigationBarTitleText": "分享有礼"
  85. }
  86. },
  87. {
  88. "path": "pages/regulations/index",
  89. "style": {
  90. "navigationStyle": "custom",
  91. "navigationBarTitleText": "法规"
  92. }
  93. },
  94. {
  95. "path": "pages/regulations/learing",
  96. "style": {
  97. "navigationStyle": "custom",
  98. "navigationBarTitleText": "法规学习"
  99. }
  100. },
  101. {
  102. "path": "pages/regulations/practice",
  103. "style": {
  104. "navigationStyle": "custom",
  105. "navigationBarTitleText": "练习"
  106. }
  107. },
  108. {
  109. "path": "pages/order/index",
  110. "style": {
  111. "navigationStyle": "custom",
  112. "navigationBarTitleText": "订单记录"
  113. }
  114. },
  115. {
  116. "path": "pages/real/index",
  117. "style": {
  118. "navigationStyle": "custom",
  119. "navigationBarTitleText": "往年真题"
  120. }
  121. },
  122. {
  123. "path": "pages/real/history",
  124. "style": {
  125. "navigationStyle": "custom",
  126. "navigationBarTitleText": "往年真题"
  127. }
  128. },
  129. {
  130. "path": "pages/real/exam",
  131. "style": {
  132. "navigationStyle": "custom",
  133. "navigationBarTitleText": "考试"
  134. }
  135. },
  136. {
  137. "path": "pages/recharge/index",
  138. "style": {
  139. "navigationStyle": "custom",
  140. "navigationBarTitleText": "vip充值"
  141. }
  142. },
  143. {
  144. "path": "pages/user/settings",
  145. "style": {
  146. "navigationStyle": "custom",
  147. "navigationBarTitleText": "设置"
  148. }
  149. },
  150. {
  151. "path": "pages/login/index",
  152. "style": {
  153. "navigationBarTitleText": "登录注册"
  154. }
  155. },
  156. {
  157. "path": "pages/notice/list",
  158. "style": {
  159. "navigationStyle": "custom",
  160. "navigationBarTitleText": "公告列表"
  161. }
  162. },
  163. {
  164. "path": "pages/notice/detail",
  165. "style": {
  166. "navigationStyle": "custom",
  167. "navigationBarTitleText": "公告详情"
  168. }
  169. },
  170. {
  171. "path" : "pages/success/paysuccess",
  172. "style" :
  173. {
  174. "navigationStyle": "custom",
  175. "navigationBarTitleText" : "支付成功"
  176. }
  177. },
  178. {
  179. "path" : "pages/success/error",
  180. "style" :
  181. {
  182. "navigationStyle": "custom",
  183. "navigationBarTitleText" : "支付失败"
  184. }
  185. }
  186. ],
  187. "globalStyle": {
  188. "navigationBarTextStyle": "black",
  189. "navigationBarTitleText": "uni-app",
  190. "navigationBarBackgroundColor": "#F8F8F8",
  191. "backgroundColor": "#F8F8F8",
  192. "app-plus": {
  193. "background": "#efeff4"
  194. }
  195. },
  196. "tabBar": {
  197. "color": "#7A7E83",
  198. "selectedColor": "#3F75FF",
  199. "borderStyle": "black",
  200. "backgroundColor": "#ffffff",
  201. "list": [
  202. {
  203. "pagePath": "pages/index/index",
  204. "iconPath": "static/icons/home.png",
  205. "selectedIconPath": "static/icons/home_select.png",
  206. "text": "首页"
  207. },
  208. {
  209. "pagePath": "pages/learn/index",
  210. "iconPath": "static/icons/learn.png",
  211. "selectedIconPath": "static/icons/learn_select.png",
  212. "text": "学习本"
  213. },
  214. {
  215. "pagePath": "pages/challenge/index",
  216. "iconPath": "static/icons/challenge.png",
  217. "selectedIconPath": "static/icons/challenge_select.png",
  218. "text": "挑战"
  219. },
  220. {
  221. "pagePath": "pages/user/index",
  222. "iconPath": "static/icons/user.png",
  223. "selectedIconPath": "static/icons/user_select.png",
  224. "text": "我的"
  225. }
  226. ]
  227. }
  228. }