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.

147 lines
3.6 KiB

2 months ago
2 months ago
2 months ago
2 months 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
1 month ago
1 month 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. },
  25. {
  26. "root": "pages/exercises",
  27. "pages": [
  28. {
  29. "path": "chapter/chapter",
  30. "style": {
  31. "navigationBarTitleText": "章节练习",
  32. "enablePullDownRefresh": false,
  33. "backgroundTextStyle": "dark"
  34. }
  35. },
  36. {
  37. "path": "brushQuestions/brushQuestions",
  38. "style": {
  39. "navigationBarTitleText": "刷题",
  40. "enablePullDownRefresh": false,
  41. "backgroundTextStyle": "dark" ,
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "exam/exam",
  47. "style": {
  48. "navigationBarTitleText": "考试",
  49. "enablePullDownRefresh": false,
  50. "backgroundTextStyle": "dark" ,
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "examIntroduction/examIntroduction",
  56. "style": {
  57. "navigationBarTitleText": "考试简介",
  58. "enablePullDownRefresh": false,
  59. "backgroundTextStyle": "dark",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "beforeExam/beforeExam",
  65. "style": {
  66. "navigationBarTitleText": "考试须知",
  67. "enablePullDownRefresh": false,
  68. "backgroundTextStyle": "dark" ,
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "examResults/examResults",
  74. "style": {
  75. "navigationBarTitleText": "模拟考试成绩",
  76. "enablePullDownRefresh": false,
  77. "backgroundTextStyle": "dark" ,
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "wrongQuestion/wrongQuestion",
  83. "style": {
  84. "navigationBarTitleText": "模拟考试成绩",
  85. "enablePullDownRefresh": false,
  86. "backgroundTextStyle": "dark" ,
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "theoryStudy/theoryStudy",
  92. "style": {
  93. "navigationBarTitleText": "理论学习",
  94. "enablePullDownRefresh": false,
  95. "backgroundTextStyle": "dark" ,
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "categoryExercises/categoryExercises",
  101. "style": {
  102. "navigationBarTitleText": "分类练习",
  103. "enablePullDownRefresh": false,
  104. "backgroundTextStyle": "dark"
  105. // "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. "path": "queTypeExercises/queTypeExercises",
  110. "style": {
  111. "navigationBarTitleText": "题型练习",
  112. "enablePullDownRefresh": false,
  113. "backgroundTextStyle": "dark"
  114. // "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "myStudy/myStudy",
  119. "style": {
  120. "navigationBarTitleText": "我的学习",
  121. "enablePullDownRefresh": false,
  122. "backgroundTextStyle": "dark",
  123. "navigationStyle": "custom"
  124. }
  125. }
  126. ]
  127. }
  128. ],
  129. "globalStyle": {
  130. "navigationBarTextStyle": "black",
  131. "navigationBarTitleText": "习题题库",
  132. "navigationBarBackgroundColor": "#F8F8F8",
  133. "backgroundColor": "#F8F8F8"
  134. },
  135. "uniIdRouter": {},
  136. "easycom": {
  137. "autoscan": true,
  138. // customhttps://ask.dcloud.net.cn/question/131175
  139. "custom": {
  140. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  141. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  142. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  143. }
  144. }
  145. }