pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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/exam/exam",
  80. "style" :
  81. {
  82. "navigationBarTitleText" : ""
  83. }
  84. },
  85. {
  86. "path" : "pages/lianxi/index",
  87. "style" :
  88. {
  89. "navigationBarTitleText" : "练习"
  90. }
  91. },
  92. {
  93. "path" : "pages/lianxi/lianxi",
  94. "style" :
  95. {
  96. "navigationBarTitleText" : ""
  97. }
  98. },
  99. {
  100. "path" : "pages/baoming/index",
  101. "style" :
  102. {
  103. "navigationBarTitleText" : "报名"
  104. }
  105. },
  106. {
  107. "path" : "pages/cuoti/index",
  108. "style" :
  109. {
  110. "navigationBarTitleText" : "错题"
  111. }
  112. },
  113. {
  114. "path" : "pages/cuoti/cuoti",
  115. "style" :
  116. {
  117. "navigationBarTitleText" : "错题答案"
  118. }
  119. },
  120. {
  121. "path" : "pages/my/mesPage",
  122. "style" :
  123. {
  124. "navigationBarTitleText" : "消息详情"
  125. }
  126. },
  127. {
  128. "path" : "pages/my/credit",
  129. "style" :
  130. {
  131. "navigationBarTitleText" : "学分"
  132. }
  133. }
  134. ],
  135. "tabBar": {
  136. "color": "#565656",
  137. "selectedColor": "#0856E6",
  138. "borderStyle": "black",
  139. "backgroundColor": "#ffffff",
  140. "fontSize": "13px",
  141. "iconWidth": "28px",
  142. "spacing": "0px",
  143. "list": [{
  144. "pagePath": "pages/index/index",
  145. "iconPath": "static/images/tabbar/unselect/index-sj.png",
  146. "selectedIconPath": "static/images/tabbar/select/index-sj.png",
  147. "text": "首页"
  148. }, {
  149. "pagePath": "pages/exam/index",
  150. "iconPath": "static/images/tabbar/unselect/exam-sj.png",
  151. "selectedIconPath": "static/images/tabbar/select/exam-sj.png",
  152. "text": "考试"
  153. }, {
  154. "pagePath": "pages/course/index",
  155. "iconPath": "static/images/tabbar/unselect/kecheng-sj.png",
  156. "selectedIconPath": "static/images/tabbar/select/kecheng-sj.png",
  157. "text": "课程"
  158. }, {
  159. "pagePath": "pages/score/index",
  160. "iconPath": "static/images/tabbar/unselect/score-sj.png",
  161. "selectedIconPath": "static/images/tabbar/select/score-sj.png",
  162. "text": "成绩"
  163. }, {
  164. "pagePath": "pages/my/index",
  165. "iconPath": "static/images/tabbar/unselect/my-sj.png",
  166. "selectedIconPath": "static/images/tabbar/select/my-sj.png",
  167. "text": "我的"
  168. }]
  169. },
  170. "globalStyle": {
  171. "navigationBarTextStyle": "black",
  172. "navigationBarTitleText": "麦塔软件",
  173. "navigationBarBackgroundColor": "#F8F8F8"
  174. },
  175. "uniIdRouter": {}
  176. }