pages.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "登录",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/about/about",
  19. "style": {
  20. "navigationBarTitleText": "关于我们"
  21. // "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/news/newsdetails",
  26. "style": {
  27. "navigationBarTitleText": "详情"
  28. // "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/regulation/regulation",
  33. "style": {
  34. "navigationBarTitleText": "规则"
  35. // "navigationStyle": "custom"
  36. }
  37. }
  38. ],
  39. "subPackages": [
  40. {
  41. "root": "center",
  42. "pages": [
  43. {
  44. "path": "center",
  45. "style": {
  46. "navigationBarTitleText": "我的"
  47. // "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. "path": "resetpass",
  52. "style": {
  53. "navigationBarTitleText": "修改密码"
  54. // "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "addcredits",
  59. "style": {
  60. "navigationBarTitleText": "积分获取记录"
  61. // "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "minuscredits",
  66. "style": {
  67. "navigationBarTitleText": "积分兑换记录"
  68. // "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "paycode",
  73. "style": {
  74. "navigationBarTitleText": "兑换码",
  75. "navigationStyle": "custom"
  76. }
  77. }
  78. ]
  79. },
  80. {
  81. "root": "examination",
  82. "pages": [
  83. {
  84. "path": "typelist",
  85. "style": {
  86. "navigationBarTitleText": "题库"
  87. // "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "examination",
  92. "style": {
  93. "navigationBarTitleText": "答题"
  94. // "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "complete",
  99. "style": {
  100. "navigationBarTitleText": "结束答题"
  101. // "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "report",
  106. "style": {
  107. "navigationBarTitleText": "成绩单"
  108. // "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "answersheet",
  113. "style": {
  114. "navigationBarTitleText": "答题卡"
  115. // "navigationStyle": "custom"
  116. }
  117. },
  118. {
  119. "path": "question",
  120. "style": {
  121. "navigationBarTitleText": "题目解析"
  122. // "navigationStyle": "custom"
  123. }
  124. }
  125. ]
  126. },
  127. {
  128. "root": "study",
  129. "pages": [
  130. {
  131. "path": "studylist",
  132. "style": {
  133. "navigationBarTitleText": "安全学习"
  134. // "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path": "studydetails",
  139. "style": {
  140. "navigationBarTitleText": "学习详情"
  141. // "navigationStyle": "custom"
  142. }
  143. }
  144. ]
  145. },
  146. {
  147. "root": "shopping",
  148. "pages": [
  149. {
  150. "path": "supermarket",
  151. "style": {
  152. "navigationBarTitleText": "云超市"
  153. // "navigationStyle": "custom"
  154. }
  155. },
  156. {
  157. "path": "productdetails",
  158. "style": {
  159. "navigationBarTitleText": "产品详情"
  160. // "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path": "paysuccess",
  165. "style": {
  166. "navigationBarTitleText": "兑换成功"
  167. // "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "order",
  172. "style": {
  173. "navigationBarTitleText": "兑换记录"
  174. // "navigationStyle": "custom"
  175. }
  176. },
  177. {
  178. "path": "orderdetails",
  179. "style": {
  180. "navigationBarTitleText": "兑换详情"
  181. // "navigationStyle": "custom"
  182. }
  183. }
  184. ]
  185. }
  186. ],
  187. "preloadRule": {
  188. "shopping/productList": {
  189. "network": "all",
  190. "packages": ["__APP__"]
  191. },
  192. "xushuo/xushuo": {
  193. "network": "all",
  194. "packages": ["__APP__"]
  195. }
  196. },
  197. "globalStyle": {
  198. "navigationBarTextStyle": "black",
  199. "navigationBarTitleText": "uni-app",
  200. "navigationBarBackgroundColor": "#F8F8F8",
  201. "backgroundColor": "#F8F8F8"
  202. },
  203. "uniIdRouter": {}
  204. }