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.

111 lines
2.7 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
2 months ago
1 month 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": "beforeExam/beforeExam",
  56. "style": {
  57. "navigationBarTitleText": "考试须知",
  58. "enablePullDownRefresh": false,
  59. "backgroundTextStyle": "dark" ,
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "examResults/examResults",
  65. "style": {
  66. "navigationBarTitleText": "模拟考试成绩",
  67. "enablePullDownRefresh": false,
  68. "backgroundTextStyle": "dark" ,
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "wrongQuestion/wrongQuestion",
  74. "style": {
  75. "navigationBarTitleText": "模拟考试成绩",
  76. "enablePullDownRefresh": false,
  77. "backgroundTextStyle": "dark" ,
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "theoryStudy/theoryStudy",
  83. "style": {
  84. "navigationBarTitleText": "理论学习",
  85. "enablePullDownRefresh": false,
  86. "backgroundTextStyle": "dark" ,
  87. "navigationStyle": "custom"
  88. }
  89. }
  90. ]
  91. }
  92. ],
  93. "globalStyle": {
  94. "navigationBarTextStyle": "black",
  95. "navigationBarTitleText": "习题题库",
  96. "navigationBarBackgroundColor": "#F8F8F8",
  97. "backgroundColor": "#F8F8F8"
  98. },
  99. "uniIdRouter": {},
  100. "easycom": {
  101. "autoscan": true,
  102. // customhttps://ask.dcloud.net.cn/question/131175
  103. "custom": {
  104. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  105. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  106. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  107. }
  108. }
  109. }