You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

198 lines
4.9 KiB

4 months ago
4 months ago
4 months ago
4 months ago
3 months ago
3 months ago
4 months ago
4 months ago
3 months ago
4 days ago
3 months ago
3 months ago
2 months ago
3 months ago
4 months ago
3 months ago
2 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationStyle": "custom"
  8. }
  9. }
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "pages/vip",
  14. "pages": [
  15. {
  16. "path": "vipEntry/vipEntry",
  17. "style": {
  18. "navigationBarTitleText": "vip",
  19. "enablePullDownRefresh": true,
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "vipQuestions/vipQuestions",
  25. "style": {
  26. "navigationBarTitleText": "VIP常见问题说明",
  27. "enablePullDownRefresh": false,
  28. "backgroundTextStyle": "dark"
  29. // "navigationStyle": "custom"
  30. }
  31. }
  32. ]
  33. },
  34. {
  35. "root": "pages/exercises",
  36. "pages": [
  37. {
  38. "path": "chapter/chapter",
  39. "style": {
  40. "navigationBarTitleText": "章节练习",
  41. "enablePullDownRefresh": false,
  42. "backgroundTextStyle": "dark"
  43. }
  44. },
  45. {
  46. "path": "webView/webView",
  47. "style": {
  48. "navigationBarTitleText": "",
  49. "enablePullDownRefresh": false,
  50. "backgroundTextStyle": "dark"
  51. }
  52. },
  53. {
  54. "path": "brushQuestions/brushQuestions",
  55. "style": {
  56. "navigationBarTitleText": "刷题",
  57. "enablePullDownRefresh": false,
  58. "backgroundTextStyle": "dark" ,
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "brushQuestions/examQuestions",
  64. "style": {
  65. "navigationBarTitleText": "模拟考试",
  66. "enablePullDownRefresh": false,
  67. "backgroundTextStyle": "dark" ,
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "exam/exam",
  73. "style": {
  74. "navigationBarTitleText": "考试",
  75. "enablePullDownRefresh": false,
  76. "backgroundTextStyle": "dark" ,
  77. "navigationStyle": "custom"
  78. }
  79. },
  80. {
  81. "path": "examIntroduction/examIntroduction",
  82. "style": {
  83. "navigationBarTitleText": "考试简介",
  84. "enablePullDownRefresh": false,
  85. "backgroundTextStyle": "dark",
  86. "navigationStyle": "custom"
  87. }
  88. },
  89. {
  90. "path": "beforeExam/beforeExam",
  91. "style": {
  92. "navigationBarTitleText": "考试须知",
  93. "enablePullDownRefresh": false,
  94. "backgroundTextStyle": "dark" ,
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "examResults/examResults",
  100. "style": {
  101. "navigationBarTitleText": "模拟考试成绩",
  102. "enablePullDownRefresh": false,
  103. "backgroundTextStyle": "dark" ,
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path": "wrongQuestion/wrongQuestion",
  109. "style": {
  110. "navigationBarTitleText": "模拟考试成绩",
  111. "enablePullDownRefresh": false,
  112. "backgroundTextStyle": "dark" ,
  113. "navigationStyle": "custom"
  114. }
  115. },
  116. {
  117. "path": "theoryStudy/theoryStudy",
  118. "style": {
  119. "navigationBarTitleText": "理论学习",
  120. "enablePullDownRefresh": false,
  121. "backgroundTextStyle": "dark" ,
  122. "navigationStyle": "custom"
  123. }
  124. },
  125. {
  126. "path": "categoryExercises/categoryExercises",
  127. "style": {
  128. "navigationBarTitleText": "分类练习",
  129. "enablePullDownRefresh": false,
  130. "backgroundTextStyle": "dark"
  131. // "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "queTypeExercises/queTypeExercises",
  136. "style": {
  137. "navigationBarTitleText": "题型练习",
  138. "enablePullDownRefresh": false,
  139. "backgroundTextStyle": "dark"
  140. // "navigationStyle": "custom"
  141. }
  142. },
  143. {
  144. "path": "myStudy/myStudy",
  145. "style": {
  146. "navigationBarTitleText": "我的学习",
  147. "enablePullDownRefresh": false,
  148. "backgroundTextStyle": "dark",
  149. "navigationStyle": "custom"
  150. }
  151. },
  152. {
  153. "path": "lastPage/lastPage",
  154. "style": {
  155. "navigationBarTitleText": "顺序练习成绩",
  156. "enablePullDownRefresh": false,
  157. "backgroundTextStyle": "dark",
  158. "navigationStyle": "custom"
  159. }
  160. },
  161. {
  162. "path": "examSubjiect1/examSubjiect1",
  163. "style": {
  164. "navigationBarTitleText": "科目一成绩单",
  165. "enablePullDownRefresh": false,
  166. "backgroundTextStyle": "dark",
  167. "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "examSubjiect1/examResultsOne",
  172. "style": {
  173. "navigationBarTitleText": "模拟考试成绩",
  174. "enablePullDownRefresh": false,
  175. "backgroundTextStyle": "dark",
  176. "navigationStyle": "custom"
  177. }
  178. }
  179. ]
  180. }
  181. ],
  182. "globalStyle": {
  183. "navigationBarTextStyle": "black",
  184. "navigationBarTitleText": "习题题库",
  185. "navigationBarBackgroundColor": "#F8F8F8",
  186. "backgroundColor": "#F8F8F8"
  187. },
  188. "uniIdRouter": {},
  189. "easycom": {
  190. "autoscan": true,
  191. // customhttps://ask.dcloud.net.cn/question/131175
  192. "custom": {
  193. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  194. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  195. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  196. }
  197. }
  198. }