pages.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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. "navigationStyle": "custom",
  13. "componentPlaceholder": {
  14. "uni-card": "view",
  15. "uni-load-more": "view",
  16. "uni-badge":"view",
  17. "c-progress-circle":"view"
  18. }
  19. }
  20. },
  21. {
  22. "path": "pages/exam/index",
  23. "style": {
  24. "navigationStyle": "custom",
  25. "componentPlaceholder": {
  26. "uni-card": "view",
  27. "uni-load-more": "view",
  28. "uni-badge":"view",
  29. "c-progress-circle":"view"
  30. }
  31. }
  32. },
  33. {
  34. "path": "pages/my/index",
  35. "style": {
  36. "navigationBarTitleText": "我的",
  37. "componentPlaceholder": {
  38. "uni-card": "view",
  39. "uni-load-more": "view",
  40. "uni-badge":"view",
  41. "c-progress-circle":"view"
  42. }
  43. }
  44. },
  45. {
  46. "path": "pages/my/mesList",
  47. "style": {
  48. "navigationBarTitleText": "消息",
  49. "componentPlaceholder": {
  50. "uni-card": "view",
  51. "uni-load-more": "view",
  52. "uni-badge":"view",
  53. "c-progress-circle":"view"
  54. }
  55. }
  56. },
  57. {
  58. "path": "pages/my/zhengshu",
  59. "style": {
  60. "navigationBarTitleText": "证书",
  61. "componentPlaceholder": {
  62. "uni-card": "view",
  63. "uni-load-more": "view",
  64. "uni-badge":"view",
  65. "c-progress-circle":"view"
  66. }
  67. }
  68. },
  69. {
  70. "path": "pages/my/setting",
  71. "style": {
  72. "navigationBarTitleText": "设置",
  73. "componentPlaceholder": {
  74. "uni-card": "view",
  75. "uni-load-more": "view",
  76. "uni-badge":"view",
  77. "c-progress-circle":"view"
  78. }
  79. }
  80. },
  81. {
  82. "path": "pages/demo/index",
  83. "style": {
  84. "navigationBarTitleText": "demo"
  85. }
  86. },
  87. {
  88. "path": "pages/course/index",
  89. "style": {
  90. "navigationBarTitleText": "课程",
  91. "componentPlaceholder": {
  92. "uni-card": "view",
  93. "uni-load-more": "view",
  94. "uni-badge":"view",
  95. "c-progress-circle":"view"
  96. }
  97. }
  98. },
  99. {
  100. "path": "pages/course/kechengInfo",
  101. "style": {
  102. "navigationBarTitleText": "课程详情",
  103. "componentPlaceholder": {
  104. "uni-card": "view",
  105. "uni-load-more": "view",
  106. "uni-badge":"view",
  107. "c-progress-circle":"view"
  108. }
  109. }
  110. },
  111. {
  112. "path": "pages/score/index",
  113. "style": {
  114. "navigationStyle": "custom",
  115. "componentPlaceholder": {
  116. "uni-card": "view",
  117. "uni-load-more": "view",
  118. "uni-badge":"view",
  119. "c-progress-circle":"view"
  120. }
  121. }
  122. },
  123. {
  124. "path": "pages/score/kaoshiChengjiInfo",
  125. "style": {
  126. "navigationStyle": "custom",
  127. "componentPlaceholder": {
  128. "uni-card": "view",
  129. "uni-load-more": "view",
  130. "uni-badge":"view",
  131. "c-progress-circle":"view"
  132. }
  133. }
  134. },
  135. {
  136. "path": "pages/exam/exam",
  137. "style": {
  138. "navigationStyle": "custom",
  139. "componentPlaceholder": {
  140. "uni-card": "view",
  141. "uni-load-more": "view",
  142. "uni-badge":"view",
  143. "c-progress-circle":"view"
  144. }
  145. }
  146. },
  147. {
  148. "path": "pages/lianxi/index",
  149. "style": {
  150. "navigationBarTitleText": "练习",
  151. "componentPlaceholder": {
  152. "uni-card": "view",
  153. "uni-load-more": "view",
  154. "uni-badge":"view",
  155. "c-progress-circle":"view"
  156. }
  157. }
  158. },
  159. {
  160. "path": "pages/lianxi/lianxi",
  161. "style": {
  162. "navigationBarTitleText": "",
  163. "componentPlaceholder": {
  164. "uni-card": "view",
  165. "uni-load-more": "view",
  166. "uni-badge":"view",
  167. "c-progress-circle":"view"
  168. }
  169. }
  170. },
  171. {
  172. "path": "pages/baoming/index",
  173. "style": {
  174. "navigationBarTitleText": "报名",
  175. "componentPlaceholder": {
  176. "uni-card": "view",
  177. "uni-load-more": "view",
  178. "uni-badge":"view",
  179. "c-progress-circle":"view"
  180. }
  181. }
  182. },
  183. // {
  184. // "path" : "pages/cuoti/cuoti",
  185. // "style" :
  186. // {
  187. // "navigationBarTitleText" : "错题答案"
  188. // }
  189. // },
  190. {
  191. "path": "pages/my/mesPage",
  192. "style": {
  193. "navigationBarTitleText": "消息详情",
  194. "componentPlaceholder": {
  195. "uni-card": "view",
  196. "uni-load-more": "view",
  197. "uni-badge":"view",
  198. "c-progress-circle":"view"
  199. }
  200. }
  201. },
  202. {
  203. "path": "pages/my/credit",
  204. "style": {
  205. "navigationBarTitleText": "学分",
  206. "componentPlaceholder": {
  207. "uni-card": "view",
  208. "uni-load-more": "view",
  209. "uni-badge":"view",
  210. "c-progress-circle":"view"
  211. }
  212. }
  213. },
  214. {
  215. "path": "components/zhuapaiConfirm/submitScore",
  216. "style": {
  217. "componentPlaceholder": {
  218. "c-progress-circle":"view"
  219. }
  220. }
  221. },
  222. {
  223. "path": "components/custom-scroll-list-chengji/custom-scroll-list-chengji",
  224. "style": {
  225. "componentPlaceholder": {
  226. "uni-load-more": "view"
  227. }
  228. }
  229. },
  230. {
  231. "path": "components/custom-scroll-list/custom-scroll-list",
  232. "style": {
  233. "componentPlaceholder": {
  234. "uni-load-more": "view"
  235. }
  236. }
  237. }
  238. ],
  239. "tabBar": {
  240. "color": "#565656",
  241. "selectedColor": "#0856E6",
  242. "borderStyle": "black",
  243. "backgroundColor": "#ffffff",
  244. "fontSize": "13px",
  245. "iconWidth": "28px",
  246. "spacing": "0px",
  247. "list": [{
  248. "pagePath": "pages/index/index",
  249. "iconPath": "static/images/tabbar/unselect/index-sj.png",
  250. "selectedIconPath": "static/images/tabbar/select/index-sj.png",
  251. "text": "首页"
  252. }, {
  253. "pagePath": "pages/exam/index",
  254. "iconPath": "static/images/tabbar/unselect/exam-sj.png",
  255. "selectedIconPath": "static/images/tabbar/select/exam-sj.png",
  256. "text": "考试"
  257. },
  258. {
  259. "pagePath": "pages/score/index",
  260. "iconPath": "static/images/tabbar/unselect/score-sj.png",
  261. "selectedIconPath": "static/images/tabbar/select/score-sj.png",
  262. "text": "成绩"
  263. }, {
  264. "pagePath": "pages/my/index",
  265. "iconPath": "static/images/tabbar/unselect/my-sj.png",
  266. "selectedIconPath": "static/images/tabbar/select/my-sj.png",
  267. "text": "我的"
  268. }
  269. ]
  270. },
  271. "globalStyle": {
  272. "navigationBarTextStyle": "black",
  273. "navigationBarTitleText": "麦塔软件",
  274. "navigationBarBackgroundColor": "#fff"
  275. },
  276. "subPackages": [
  277. // 声明 uni_modules 分包
  278. {
  279. "root": "subpacks", // 将 uni_modules 作为分包根目录
  280. "name": "subpack",
  281. "pages": []
  282. }
  283. ],
  284. "uniIdRouter": {}
  285. }