pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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/challenge/index",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "navigationBarTitleText": "挑战"
  22. }
  23. },
  24. {
  25. "path": "pages/challenge/addContant",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "navigationBarTitleText": "添加客服"
  29. }
  30. },
  31. {
  32. "path": "pages/user/index",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "navigationBarTitleText": "我的"
  36. }
  37. },
  38. {
  39. "path": "pages/user/share",
  40. "style": {
  41. "navigationStyle": "custom",
  42. "navigationBarTitleText": "分享有礼"
  43. }
  44. },
  45. {
  46. "path": "pages/user/invited",
  47. "style": {
  48. "navigationStyle": "custom",
  49. "navigationBarTitleText": "分享有礼"
  50. }
  51. },
  52. {
  53. "path": "pages/regulations/index",
  54. "style": {
  55. "navigationStyle": "custom",
  56. "navigationBarTitleText": "法规"
  57. }
  58. },
  59. {
  60. "path": "pages/regulations/learing",
  61. "style": {
  62. "navigationStyle": "custom",
  63. "navigationBarTitleText": "法规学习"
  64. }
  65. },
  66. {
  67. "path": "pages/regulations/practice",
  68. "style": {
  69. "navigationStyle": "custom",
  70. "navigationBarTitleText": "练习"
  71. }
  72. },
  73. {
  74. "path": "pages/order/index",
  75. "style": {
  76. "navigationStyle": "custom",
  77. "navigationBarTitleText": "订单记录"
  78. }
  79. },
  80. {
  81. "path": "pages/real/index",
  82. "style": {
  83. "navigationStyle": "custom",
  84. "navigationBarTitleText": "往年真题"
  85. }
  86. },
  87. {
  88. "path": "pages/real/history",
  89. "style": {
  90. "navigationStyle": "custom",
  91. "navigationBarTitleText": "往年真题"
  92. }
  93. },
  94. {
  95. "path": "pages/real/exam",
  96. "style": {
  97. "navigationStyle": "custom",
  98. "navigationBarTitleText": "考试"
  99. }
  100. },
  101. {
  102. "path": "pages/recharge/index",
  103. "style": {
  104. "navigationStyle": "custom",
  105. "navigationBarTitleText": "vip充值"
  106. }
  107. },
  108. {
  109. "path": "pages/user/settings",
  110. "style": {
  111. "navigationBarTitleText": "设置"
  112. }
  113. },
  114. {
  115. "path": "pages/login/index",
  116. "style": {
  117. "navigationBarTitleText": "登录注册"
  118. }
  119. },
  120. {
  121. "path" : "pages/notice/list",
  122. "style" :
  123. {
  124. "navigationStyle": "custom",
  125. "navigationBarTitleText" : "公告列表"
  126. }
  127. },
  128. {
  129. "path" : "pages/notice/detail",
  130. "style" :
  131. {
  132. "navigationStyle": "custom",
  133. "navigationBarTitleText" : "公告详情"
  134. }
  135. }
  136. ],
  137. "globalStyle": {
  138. "navigationBarTextStyle": "black",
  139. "navigationBarTitleText": "uni-app",
  140. "navigationBarBackgroundColor": "#F8F8F8",
  141. "backgroundColor": "#F8F8F8",
  142. "app-plus": {
  143. "background": "#efeff4"
  144. }
  145. },
  146. "tabBar": {
  147. "color": "#7A7E83",
  148. "selectedColor": "#3F75FF",
  149. "borderStyle": "black",
  150. "backgroundColor": "#ffffff",
  151. "list": [
  152. {
  153. "pagePath": "pages/index/index",
  154. "iconPath": "static/icons/home.png",
  155. "selectedIconPath": "static/icons/home_select.png",
  156. "text": "首页"
  157. },
  158. {
  159. "pagePath": "pages/learn/index",
  160. "iconPath": "static/icons/learn.png",
  161. "selectedIconPath": "static/icons/learn_select.png",
  162. "text": "学习本"
  163. },
  164. {
  165. "pagePath": "pages/challenge/index",
  166. "iconPath": "static/icons/challenge.png",
  167. "selectedIconPath": "static/icons/challenge_select.png",
  168. "text": "挑战"
  169. },
  170. {
  171. "pagePath": "pages/user/index",
  172. "iconPath": "static/icons/user.png",
  173. "selectedIconPath": "static/icons/user_select.png",
  174. "text": "我的"
  175. }
  176. ]
  177. }
  178. }