pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "pages": [{
  3. "path": "pages/login",
  4. "style": {
  5. "navigationBarTitleText": ""
  6. }
  7. },
  8. {
  9. "path": "pages/index/index",
  10. "style": {
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/exam/index",
  16. "style": {
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/score/index",
  22. "style": {
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/lianxi/index",
  28. "style": {
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "pages/my/index",
  34. "style": {
  35. "navigationStyle": "custom"
  36. }
  37. }
  38. ],
  39. "subPackages": [{
  40. "root": "subpkgExam",
  41. "name": "exam",
  42. "pages": [{
  43. "path": "pages/exam/exam",
  44. "style": {
  45. "navigationStyle": "custom"
  46. }
  47. }]
  48. },
  49. {
  50. "root": "subpkgScore",
  51. "name": "score",
  52. "pages": [{
  53. "path": "pages/score/kaoshiChengjiInfo",
  54. "style": {
  55. "navigationStyle": "custom"
  56. }
  57. }]
  58. }
  59. ],
  60. "tabBar": {
  61. "color": "#565656",
  62. "selectedColor": "#0856E6",
  63. "borderStyle": "black",
  64. "backgroundColor": "#ffffff",
  65. "fontSize": "24rpx",
  66. "iconWidth": "52rpx",
  67. "spacing": "0px",
  68. "list": [{
  69. "pagePath": "pages/index/index",
  70. "iconPath": "static/images/tabbar/unselect/index-sj.png",
  71. "selectedIconPath": "static/images/tabbar/select/index-sj.png",
  72. "text": "首页"
  73. },
  74. {
  75. "pagePath": "pages/exam/index",
  76. "iconPath": "static/images/tabbar/unselect/exam-sj.png",
  77. "selectedIconPath": "static/images/tabbar/select/exam-sj.png",
  78. "text": "考试"
  79. },
  80. {
  81. "pagePath": "pages/score/index",
  82. "iconPath": "static/images/tabbar/unselect/score-sj.png",
  83. "selectedIconPath": "static/images/tabbar/select/score-sj.png",
  84. "text": "成绩"
  85. },
  86. {
  87. "pagePath": "",
  88. "iconPath": "static/images/tabbar/unselect/practise-sj.png",
  89. "selectedIconPath": "static/images/tabbar/select/practise-sj.png",
  90. "text": "练习"
  91. },
  92. {
  93. "pagePath": "pages/my/index",
  94. "iconPath": "static/images/tabbar/unselect/my-sj.png",
  95. "selectedIconPath": "static/images/tabbar/select/my-sj.png",
  96. "text": "我的"
  97. }
  98. ]
  99. },
  100. "globalStyle": {
  101. "navigationBarTextStyle": "black",
  102. "navigationBarTitleText": "麦塔软件",
  103. "navigationBarBackgroundColor": "#fff",
  104. "lazyCodeLoading": "requiredComponents"
  105. },
  106. "easycom": {
  107. "autoscan": true,
  108. "custom": {
  109. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
  110. // 只保留确实在主包使用的组件规则
  111. "^common-(.*)": "@/components/common-$1.vue"
  112. }
  113. },
  114. "uniIdRouter": {}
  115. }