pages.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  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. "path": "pages/introduce/notice",
  129. "style": {
  130. "navigationBarTitleText": "投票须知",
  131. "enablePullDownRefresh": false
  132. }
  133. }, {
  134. "path": "pages/endorsement/endorsement",
  135. "style": {
  136. "navigationBarTitleText": "我要代言",
  137. "enablePullDownRefresh": false
  138. }
  139. }, {
  140. "path": "pages/rule/rule",
  141. "style": {
  142. "navigationBarTitleText": "活动规则",
  143. "enablePullDownRefresh": false
  144. }
  145. }, {
  146. "path": "pages/rule/point",
  147. "style": {
  148. "navigationBarTitleText": "积分兑换规则",
  149. "enablePullDownRefresh": false
  150. }
  151. }, {
  152. "path": "pages/address/address",
  153. "style": {
  154. "navigationBarTitleText": "用户地址",
  155. "enablePullDownRefresh": false
  156. }
  157. }, {
  158. "path": "pages/address/add",
  159. "style": {
  160. "navigationBarTitleText": "添加地址",
  161. "enablePullDownRefresh": false
  162. }
  163. }, {
  164. "path": "pages/mine/order/order",
  165. "style": {
  166. "navigationBarTitleText": "我的兑换",
  167. "enablePullDownRefresh": false
  168. }
  169. }
  170. ,{
  171. "path" : "pages/mine/logistics/logistics",
  172. "style" :
  173. {
  174. "navigationBarTitleText": "物流信息",
  175. "enablePullDownRefresh": false
  176. }
  177. }
  178. ,{
  179. "path" : "pages/mine/order/detail",
  180. "style" :
  181. {
  182. "navigationBarTitleText": "订单详情",
  183. "enablePullDownRefresh": false
  184. }
  185. }
  186. ,{
  187. "path" : "pages/activity/list",
  188. "style" :
  189. {
  190. "navigationBarTitleText": "活动列表",
  191. "enablePullDownRefresh": false
  192. }
  193. }
  194. ],
  195. "tabBar": {
  196. "color": "#555555",
  197. "backgroundColor": "#FFFFFF",
  198. "borderStyle": "white",
  199. "selectedColor": "#222222",
  200. "list": [
  201. {
  202. "pagePath": "pages/index/home",
  203. "text": "首页",
  204. "selectedIconPath": "static/tarbar/shouye.png",
  205. "iconPath": "static/tarbar/shouye0.png"
  206. },
  207. {
  208. "pagePath": "pages/shop/shop",
  209. "text": "积分换礼",
  210. "selectedIconPath": "static/tarbar/shangcheng.png",
  211. "iconPath": "static/tarbar/shangcheng0.png"
  212. },
  213. {
  214. "pagePath": "pages/mine/mine",
  215. "text": "我的",
  216. "selectedIconPath": "static/tarbar/wode.png",
  217. "iconPath": "static/tarbar/wode0.png"
  218. }
  219. ]
  220. },
  221. "globalStyle": {
  222. "navigationBarTextStyle": "black",
  223. "navigationBarTitleText": "uni-app",
  224. "navigationBarBackgroundColor": "#FFFFFF",
  225. "backgroundColor": "#FFFFFF"
  226. }
  227. }