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.

181 lines
4.5 KiB

2 months ago
2 months ago
2 months ago
2 months ago
1 month ago
1 month ago
2 months ago
1 month ago
1 month ago
3 weeks ago
1 month ago
2 months ago
1 month ago
3 weeks ago
2 months ago
2 months ago
2 months ago
2 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": "brushQuestions/brushQuestions",
  47. "style": {
  48. "navigationBarTitleText": "刷题",
  49. "enablePullDownRefresh": false,
  50. "backgroundTextStyle": "dark" ,
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "exam/exam",
  56. "style": {
  57. "navigationBarTitleText": "考试",
  58. "enablePullDownRefresh": false,
  59. "backgroundTextStyle": "dark" ,
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "examIntroduction/examIntroduction",
  65. "style": {
  66. "navigationBarTitleText": "考试简介",
  67. "enablePullDownRefresh": false,
  68. "backgroundTextStyle": "dark",
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "beforeExam/beforeExam",
  74. "style": {
  75. "navigationBarTitleText": "考试须知",
  76. "enablePullDownRefresh": false,
  77. "backgroundTextStyle": "dark" ,
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "examResults/examResults",
  83. "style": {
  84. "navigationBarTitleText": "模拟考试成绩",
  85. "enablePullDownRefresh": false,
  86. "backgroundTextStyle": "dark" ,
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "wrongQuestion/wrongQuestion",
  92. "style": {
  93. "navigationBarTitleText": "模拟考试成绩",
  94. "enablePullDownRefresh": false,
  95. "backgroundTextStyle": "dark" ,
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "theoryStudy/theoryStudy",
  101. "style": {
  102. "navigationBarTitleText": "理论学习",
  103. "enablePullDownRefresh": false,
  104. "backgroundTextStyle": "dark" ,
  105. "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. "path": "categoryExercises/categoryExercises",
  110. "style": {
  111. "navigationBarTitleText": "分类练习",
  112. "enablePullDownRefresh": false,
  113. "backgroundTextStyle": "dark"
  114. // "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "queTypeExercises/queTypeExercises",
  119. "style": {
  120. "navigationBarTitleText": "题型练习",
  121. "enablePullDownRefresh": false,
  122. "backgroundTextStyle": "dark"
  123. // "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "myStudy/myStudy",
  128. "style": {
  129. "navigationBarTitleText": "我的学习",
  130. "enablePullDownRefresh": false,
  131. "backgroundTextStyle": "dark",
  132. "navigationStyle": "custom"
  133. }
  134. },
  135. {
  136. "path": "lastPage/lastPage",
  137. "style": {
  138. "navigationBarTitleText": "顺序练习成绩",
  139. "enablePullDownRefresh": false,
  140. "backgroundTextStyle": "dark",
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "examSubjiect1/examSubjiect1",
  146. "style": {
  147. "navigationBarTitleText": "科目一成绩单",
  148. "enablePullDownRefresh": false,
  149. "backgroundTextStyle": "dark",
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "examSubjiect1/examResultsOne",
  155. "style": {
  156. "navigationBarTitleText": "模拟考试成绩",
  157. "enablePullDownRefresh": false,
  158. "backgroundTextStyle": "dark",
  159. "navigationStyle": "custom"
  160. }
  161. }
  162. ]
  163. }
  164. ],
  165. "globalStyle": {
  166. "navigationBarTextStyle": "black",
  167. "navigationBarTitleText": "习题题库",
  168. "navigationBarBackgroundColor": "#F8F8F8",
  169. "backgroundColor": "#F8F8F8"
  170. },
  171. "uniIdRouter": {},
  172. "easycom": {
  173. "autoscan": true,
  174. // customhttps://ask.dcloud.net.cn/question/131175
  175. "custom": {
  176. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  177. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  178. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  179. }
  180. }
  181. }