pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "",
  9. "enablePullDownRefresh": true,
  10. "navigationStyle": "custom"
  11. }
  12. }, {
  13. "path": "pages/video/index",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "enablePullDownRefresh": false,
  17. "navigationStyle": "custom"
  18. }
  19. }, {
  20. "path": "pages/exercise/index",
  21. "style": {
  22. "navigationBarTitleText": "",
  23. "enablePullDownRefresh": false,
  24. "navigationStyle": "custom"
  25. }
  26. }, {
  27. "path": "pages/me/index",
  28. "style": {
  29. "navigationBarTitleText": "",
  30. "enablePullDownRefresh": false,
  31. "navigationStyle": "custom"
  32. }
  33. }, {
  34. "path": "pages/me/me",
  35. "style": {
  36. "navigationBarTitleText": "我的",
  37. "enablePullDownRefresh": false,
  38. "navigationStyle": "custom"
  39. }
  40. }, {
  41. "path": "pages/me/mynotice/mynotice",
  42. "style": {
  43. "navigationBarTitleText": "我的通知公告",
  44. "enablePullDownRefresh": false
  45. }
  46. }, {
  47. "path": "pages/itemlist/itemlist",
  48. "style": {
  49. "navigationBarTitleText": "推荐开源项目",
  50. "enablePullDownRefresh": false
  51. }
  52. }, {
  53. "path": "pages/projectlist/projectlist",
  54. "style": {
  55. "navigationBarTitleText": "小程序推荐",
  56. "enablePullDownRefresh": false
  57. }
  58. }, {
  59. "path": "pages/me/userinfo",
  60. "style": {
  61. "navigationBarTitleText": "用户信息",
  62. "enablePullDownRefresh": false
  63. }
  64. },
  65. {
  66. "path": "components/Header/index",
  67. "style": {
  68. "navigationBarTitleText": ""
  69. }
  70. },
  71. {
  72. "path": "components/Search/index",
  73. "style": {
  74. "navigationBarTitleText": ""
  75. }
  76. },
  77. {
  78. "path": "components/MenuTab/index",
  79. "style": {
  80. "navigationBarTitleText": ""
  81. }
  82. },
  83. {
  84. "path": "pages/index/detail",
  85. "style": {
  86. "navigationBarTitleText": ""
  87. }
  88. },
  89. {
  90. "path": "pages/video/detail",
  91. "style": {
  92. "navigationBarTitleText": ""
  93. }
  94. },
  95. {
  96. "path": "pages/search/index",
  97. "style": {
  98. "navigationBarTitleText": ""
  99. }
  100. },
  101. {
  102. "path": "pages/searchList/index",
  103. "style": {
  104. "navigationBarTitleText": ""
  105. }
  106. },
  107. {
  108. "path": "pages/exercise/components/dayQuestion/index",
  109. "style": {
  110. "navigationBarTitleText": ""
  111. }
  112. },
  113. {
  114. "path": "pages/exercise/components/specialQuestion/index",
  115. "style": {
  116. "navigationBarTitleText": ""
  117. }
  118. },
  119. {
  120. "path": "pages/exercise/components/questionCard/index",
  121. "style": {
  122. "navigationBarTitleText": ""
  123. }
  124. }
  125. ],
  126. "tabBar": {
  127. "custom": true, // 自定义tabbar
  128. "color": "#7A7E83",
  129. "selectedColor": "#0a2576",
  130. "borderStyle": "black",
  131. "backgroundColor": "#ffffff",
  132. "list": [{
  133. "pagePath": "pages/index/index"
  134. },
  135. {
  136. "pagePath": "pages/video/index"
  137. }, {
  138. "pagePath": "pages/exercise/index"
  139. }, {
  140. "pagePath": "pages/me/index"
  141. }, {
  142. "pagePath": "pages/me/me"
  143. }
  144. ]
  145. },
  146. "globalStyle": {
  147. "navigationBarTextStyle": "black",
  148. "navigationBarTitleText": "AbuCoder",
  149. "navigationBarBackgroundColor": "#F8F8F8",
  150. "backgroundColor": "#F8F8F8"
  151. }
  152. }