pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页"
  13. }
  14. },
  15. {
  16. "path" : "pages/exam/index",
  17. "style" :
  18. {
  19. "navigationBarTitleText" : "考试"
  20. }
  21. },
  22. {
  23. "path" : "pages/my/index",
  24. "style" :
  25. {
  26. "navigationBarTitleText" : "我的"
  27. }
  28. },
  29. {
  30. "path" : "pages/my/mesList",
  31. "style" :
  32. {
  33. "navigationBarTitleText" : "消息"
  34. }
  35. },
  36. {
  37. "path" : "pages/my/zhengshu",
  38. "style" :
  39. {
  40. "navigationBarTitleText" : "证书"
  41. }
  42. },
  43. {
  44. "path" : "pages/my/setting",
  45. "style" :
  46. {
  47. "navigationBarTitleText" : "设置"
  48. }
  49. },
  50. {
  51. "path" : "pages/demo/index",
  52. "style" :
  53. {
  54. "navigationBarTitleText" : "demo"
  55. }
  56. },
  57. {
  58. "path" : "pages/course/index",
  59. "style" :
  60. {
  61. "navigationBarTitleText" : "课程"
  62. }
  63. },
  64. {
  65. "path" : "pages/course/kechengInfo",
  66. "style" :
  67. {
  68. "navigationBarTitleText" : "课程详情"
  69. }
  70. },
  71. {
  72. "path" : "pages/score/index",
  73. "style" :
  74. {
  75. "navigationBarTitleText" : "成绩"
  76. }
  77. },
  78. {
  79. "path" : "pages/score/kaoshiChengjiInfo",
  80. "style" :
  81. {
  82. "navigationBarTitleText" : "考试成绩"
  83. }
  84. },
  85. {
  86. "path" : "pages/exam/exam",
  87. "style" :
  88. {
  89. "navigationBarTitleText" : ""
  90. }
  91. },
  92. {
  93. "path" : "pages/lianxi/index",
  94. "style" :
  95. {
  96. "navigationBarTitleText" : "练习"
  97. }
  98. },
  99. {
  100. "path" : "pages/lianxi/lianxi",
  101. "style" :
  102. {
  103. "navigationBarTitleText" : ""
  104. }
  105. },
  106. {
  107. "path" : "pages/baoming/index",
  108. "style" :
  109. {
  110. "navigationBarTitleText" : "报名"
  111. }
  112. },
  113. {
  114. "path" : "pages/cuoti/index",
  115. "style" :
  116. {
  117. "navigationBarTitleText" : "错题"
  118. }
  119. },
  120. {
  121. "path" : "pages/cuoti/cuoti",
  122. "style" :
  123. {
  124. "navigationBarTitleText" : "错题答案"
  125. }
  126. },
  127. {
  128. "path" : "pages/my/mesPage",
  129. "style" :
  130. {
  131. "navigationBarTitleText" : "消息详情"
  132. }
  133. },
  134. {
  135. "path" : "pages/my/credit",
  136. "style" :
  137. {
  138. "navigationBarTitleText" : "学分"
  139. }
  140. }
  141. ],
  142. "tabBar": {
  143. "color": "#565656",
  144. "selectedColor": "#0856E6",
  145. "borderStyle": "black",
  146. "backgroundColor": "#ffffff",
  147. "fontSize": "13px",
  148. "iconWidth": "28px",
  149. "spacing": "0px",
  150. "list": [{
  151. "pagePath": "pages/index/index",
  152. "iconPath": "static/images/tabbar/unselect/index-sj.png",
  153. "selectedIconPath": "static/images/tabbar/select/index-sj.png",
  154. "text": "首页"
  155. }, {
  156. "pagePath": "pages/exam/index",
  157. "iconPath": "static/images/tabbar/unselect/exam-sj.png",
  158. "selectedIconPath": "static/images/tabbar/select/exam-sj.png",
  159. "text": "考试"
  160. }, {
  161. "pagePath": "pages/course/index",
  162. "iconPath": "static/images/tabbar/unselect/kecheng-sj.png",
  163. "selectedIconPath": "static/images/tabbar/select/kecheng-sj.png",
  164. "text": "课程"
  165. }, {
  166. "pagePath": "pages/score/index",
  167. "iconPath": "static/images/tabbar/unselect/score-sj.png",
  168. "selectedIconPath": "static/images/tabbar/select/score-sj.png",
  169. "text": "成绩"
  170. }, {
  171. "pagePath": "pages/my/index",
  172. "iconPath": "static/images/tabbar/unselect/my-sj.png",
  173. "selectedIconPath": "static/images/tabbar/select/my-sj.png",
  174. "text": "我的"
  175. }]
  176. },
  177. "globalStyle": {
  178. "navigationBarTextStyle": "black",
  179. "navigationBarTitleText": "麦塔软件",
  180. "navigationBarBackgroundColor": "#F8F8F8"
  181. },
  182. "uniIdRouter": {}
  183. }