pages.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/home",
  8. "style": {
  9. "navigationBarTitleText": "首页"
  10. }
  11. }, {
  12. "path": "pages/introduce/introduce",
  13. "style": {
  14. "navigationBarTitleText": "活动介绍",
  15. "enablePullDownRefresh": false,
  16. "navigationStyle": "custom"
  17. }
  18. }, {
  19. "path": "pages/rank/rank",
  20. "style": {
  21. "navigationBarTitleText": "排行榜",
  22. "enablePullDownRefresh": false,
  23. "navigationStyle": "custom"
  24. }
  25. }, {
  26. "path": "pages/mine/mine",
  27. "style": {
  28. "navigationBarTitleText": "我的",
  29. "enablePullDownRefresh": false
  30. }
  31. }, {
  32. "path": "pages/shop/shop",
  33. "style": {
  34. "navigationBarTitleText": "积分商城",
  35. "enablePullDownRefresh": false,
  36. "navigationStyle": "custom"
  37. }
  38. }, {
  39. "path": "pages/test/test",
  40. "style": {
  41. "navigationBarTitleText": "test",
  42. "enablePullDownRefresh": false,
  43. "navigationStyle": "custom"
  44. }
  45. }, {
  46. "path": "pages/activity/activityDetail",
  47. "style": {
  48. "navigationBarTitleText": "作品详情",
  49. "enablePullDownRefresh": false,
  50. "navigationStyle": "custom"
  51. }
  52. }, {
  53. "path": "pages/mine/points/pointsDetail",
  54. "style": {
  55. "navigationBarTitleText": "积分明细",
  56. "enablePullDownRefresh": false,
  57. "navigationStyle": "custom"
  58. // "navigationBarBackgroundColor":"#ee2c34",
  59. // "navigationBarTextStyle":"white"
  60. }
  61. }, {
  62. "path": "pages/mine/info/info",
  63. "style": {
  64. "navigationBarTitleText": "我的资料",
  65. "enablePullDownRefresh": false
  66. }
  67. }, {
  68. "path": "pages/mine/my-help/my-help",
  69. "style": {
  70. "navigationBarTitleText": "我的助力",
  71. "enablePullDownRefresh": false
  72. }
  73. }, {
  74. "path": "pages/webview/webview",
  75. "style": {
  76. "navigationBarTitleText": "",
  77. "enablePullDownRefresh": false
  78. }
  79. }, {
  80. "path": "pages/auth/result",
  81. "style": {
  82. "navigationBarTitleText": "授权结果",
  83. "enablePullDownRefresh": false
  84. }
  85. }, {
  86. "path": "pages/auth/order",
  87. "style": {
  88. "navigationBarTitleText": "",
  89. "enablePullDownRefresh": false
  90. }
  91. }, {
  92. "path": "pages/webview/createOrder",
  93. "style": {
  94. "navigationBarTitleText": "创建订单",
  95. "enablePullDownRefresh": false
  96. }
  97. }, {
  98. "path": "pages/mine/my-help/help-records",
  99. "style": {
  100. "navigationBarTitleText": "热力明细",
  101. "enablePullDownRefresh": false
  102. }
  103. }, {
  104. "path": "pages/mine/my-product/my-product",
  105. "style": {
  106. "navigationBarTitleText": "我的作品",
  107. "enablePullDownRefresh": false
  108. }
  109. }, {
  110. "path": "pages/webview/auth_result",
  111. "style": {
  112. "navigationBarTitleText": "授权结果",
  113. "enablePullDownRefresh": false
  114. }
  115. }, {
  116. "path": "pages/shop/detail",
  117. "style": {
  118. "navigationBarTitleText": "商品详情",
  119. "enablePullDownRefresh": false
  120. }
  121. }, {
  122. "path": "pages/webview/point_rule",
  123. "style": {
  124. "navigationBarTitleText": "积分兑换规则",
  125. "enablePullDownRefresh": false
  126. }
  127. }
  128. ,{
  129. "path" : "pages/introduce/notice",
  130. "style" :
  131. {
  132. "navigationBarTitleText": "投票须知",
  133. "enablePullDownRefresh": false
  134. }
  135. }
  136. ,{
  137. "path" : "pages/endorsement/endorsement",
  138. "style" :
  139. {
  140. "navigationBarTitleText": "我要代言",
  141. "enablePullDownRefresh": false
  142. }
  143. }
  144. ,{
  145. "path" : "pages/rule/rule",
  146. "style" :
  147. {
  148. "navigationBarTitleText": "活动规则",
  149. "enablePullDownRefresh": false
  150. }
  151. }
  152. ,{
  153. "path" : "pages/rule/point",
  154. "style" :
  155. {
  156. "navigationBarTitleText": "积分规则",
  157. "enablePullDownRefresh": false
  158. }
  159. }
  160. ],
  161. "tabBar": {
  162. "color": "#555555",
  163. "backgroundColor": "#FFFFFF",
  164. "borderStyle": "white",
  165. "selectedColor": "#222222",
  166. "list": [
  167. {
  168. "pagePath": "pages/index/home",
  169. "text": "首页",
  170. "selectedIconPath": "static/tarbar/shouye.png",
  171. "iconPath": "static/tarbar/shouye0.png"
  172. },
  173. {
  174. "pagePath": "pages/shop/shop",
  175. "text": "积分换礼",
  176. "selectedIconPath": "static/tarbar/shangcheng.png",
  177. "iconPath": "static/tarbar/shangcheng0.png"
  178. },
  179. {
  180. "pagePath": "pages/mine/mine",
  181. "text": "我的",
  182. "selectedIconPath": "static/tarbar/wode.png",
  183. "iconPath": "static/tarbar/wode0.png"
  184. }
  185. ]
  186. },
  187. "globalStyle": {
  188. "navigationBarTextStyle": "black",
  189. "navigationBarTitleText": "uni-app",
  190. "navigationBarBackgroundColor": "#F8F8F8",
  191. "backgroundColor": "#F8F8F8"
  192. }
  193. }