pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "蓝微Star",
  7. "navigationStyle": "custom",
  8. "navigationBarTextStyle": "black",
  9. "backgroundColor": "#f8f8f8",
  10. "backgroundColorTop": "#f8f8f8",
  11. "backgroundColorBottom": "#f8f8f8",
  12. "enablePullDownRefresh": false,
  13. "disableScroll": true,
  14. "usingComponents": true
  15. }
  16. },
  17. {
  18. "path": "pages/user/user",
  19. "style": {
  20. "navigationBarTitleText": "蓝微Star",
  21. "navigationStyle": "custom",
  22. "navigationBarTextStyle": "black",
  23. "backgroundColor": "#f8f8f8",
  24. "backgroundColorTop": "#f8f8f8",
  25. "backgroundColorBottom": "#f8f8f8",
  26. "enablePullDownRefresh": false,
  27. "disableScroll": true,
  28. "usingComponents": true
  29. }
  30. },
  31. {
  32. "path": "pages/task/task",
  33. "style": {
  34. "navigationBarTitleText": "蓝微Star",
  35. "navigationStyle": "custom",
  36. "navigationBarTextStyle": "black",
  37. "backgroundColor": "#f8f8f8",
  38. "backgroundColorTop": "#f8f8f8",
  39. "backgroundColorBottom": "#f8f8f8",
  40. "enablePullDownRefresh": false,
  41. "disableScroll": true,
  42. "usingComponents": true
  43. }
  44. },
  45. {
  46. "path": "pages/school/school",
  47. "style": {
  48. "navigationBarTitleText": "蓝微Star",
  49. "navigationStyle": "custom",
  50. "navigationBarTextStyle": "black",
  51. "backgroundColor": "#f8f8f8",
  52. "backgroundColorTop": "#f8f8f8",
  53. "backgroundColorBottom": "#f8f8f8",
  54. "enablePullDownRefresh": false,
  55. "disableScroll": true,
  56. "usingComponents": true
  57. }
  58. },
  59. {
  60. "path": "pages/revenue/revenue",
  61. "style": {
  62. "navigationBarTitleText": "蓝微Star",
  63. "navigationStyle": "custom",
  64. "navigationBarTextStyle": "black",
  65. "backgroundColor": "#f8f8f8",
  66. "backgroundColorTop": "#f8f8f8",
  67. "backgroundColorBottom": "#f8f8f8",
  68. "enablePullDownRefresh": false,
  69. "disableScroll": true,
  70. "usingComponents": true
  71. }
  72. },
  73. {
  74. "path": "pages/task/detail",
  75. "style": {
  76. "navigationBarTitleText": "",
  77. "navigationStyle": "custom",
  78. "navigationBarTextStyle": "black",
  79. "backgroundColor": "#f8f8f8",
  80. "backgroundColorTop": "#f8f8f8",
  81. "backgroundColorBottom": "#f8f8f8",
  82. "enablePullDownRefresh": false,
  83. "disableScroll": true,
  84. "usingComponents": true
  85. }
  86. },
  87. {
  88. "path": "pages/plugin/rank",
  89. "style": {
  90. "navigationBarTitleText": "",
  91. "navigationStyle": "custom",
  92. "navigationBarTextStyle": "black",
  93. "backgroundColor": "#f8f8f8",
  94. "backgroundColorTop": "#f8f8f8",
  95. "backgroundColorBottom": "#f8f8f8",
  96. "enablePullDownRefresh": false,
  97. "disableScroll": true,
  98. "usingComponents": true
  99. }
  100. },
  101. {
  102. "path": "pages/plugin/star",
  103. "style": {
  104. "navigationBarTitleText": "",
  105. "navigationStyle": "custom",
  106. "navigationBarTextStyle": "black",
  107. "backgroundColor": "#f8f8f8",
  108. "backgroundColorTop": "#f8f8f8",
  109. "backgroundColorBottom": "#f8f8f8",
  110. "enablePullDownRefresh": false,
  111. "disableScroll": true,
  112. "usingComponents": true
  113. }
  114. },
  115. {
  116. "path": "pages/plugin/search",
  117. "style": {
  118. "navigationBarTitleText": "",
  119. "navigationStyle": "custom",
  120. "navigationBarTextStyle": "black",
  121. "backgroundColor": "#f8f8f8",
  122. "backgroundColorTop": "#f8f8f8",
  123. "backgroundColorBottom": "#f8f8f8",
  124. "enablePullDownRefresh": false,
  125. "disableScroll": true,
  126. "usingComponents": true
  127. }
  128. }
  129. ],
  130. "globalStyle": {
  131. "navigationBarTextStyle": "black",
  132. "navigationBarTitleText": "蓝微Star",
  133. "navigationBarBackgroundColor": "#F8F8F8",
  134. "backgroundColor": "#b8babb"
  135. },
  136. "tabBar": {
  137. "backgroundColor": "#ffffff",
  138. "borderStyle": "black",
  139. "selectedColor": "#212226",
  140. "list": [
  141. {
  142. "iconPath": "/static/tabbar/home.png",
  143. "pagePath": "pages/index/index",
  144. "selectedIconPath": "/static/tabbar/home-fill.png",
  145. "text": "首页"
  146. },
  147. {
  148. "iconPath": "/static/tabbar/task.png",
  149. "pagePath": "pages/task/task",
  150. "selectedIconPath": "/static/tabbar/task-fill.png",
  151. "text": "任务"
  152. },
  153. {
  154. "iconPath": "/static/tabbar/school.png",
  155. "pagePath": "pages/school/school",
  156. "selectedIconPath": "/static/tabbar/school-fill.png",
  157. "text": "商学院"
  158. },
  159. {
  160. "iconPath": "/static/tabbar/income.png",
  161. "pagePath": "pages/revenue/revenue",
  162. "selectedIconPath": "/static/tabbar/income-fill.png",
  163. "text": "收益"
  164. },
  165. {
  166. "iconPath": "/static/tabbar/mine.png",
  167. "pagePath": "pages/user/user",
  168. "selectedIconPath": "/static/tabbar/mine-fill.png",
  169. "text": "我的"
  170. }
  171. ]
  172. },
  173. "uniIdRouter": {}
  174. }