pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. {
  2. "easycom": {
  3. // 关键步骤3:配置easycom规则
  4. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [
  7. {
  8. "path": "pages/home/index",
  9. "style": {
  10. "navigationBarTitleText": "门店",
  11. "enablePullDownRefresh": true,
  12. "app-plus": {
  13. "titleNView": false
  14. }
  15. }
  16. },
  17. {
  18. "path": "pages/login/index",
  19. "style": {
  20. "navigationBarTitleText": "登录",
  21. "app-plus": {
  22. "titleNView": false
  23. }
  24. }
  25. },
  26. {
  27. "path": "pages/activity/index",
  28. "style": {
  29. "navigationBarTitleText": "活动"
  30. }
  31. },
  32. {
  33. "path": "pages/goods/index",
  34. "style": {
  35. "navigationBarTitleText": "商品"
  36. }
  37. },
  38. {
  39. "path": "pages/goods/details",
  40. "style": {
  41. "navigationBarTitleText": "商品详情"
  42. }
  43. },
  44. {
  45. "path": "pages/shoppingCart/index",
  46. "style": {
  47. "navigationBarTitleText": "购物车"
  48. }
  49. },
  50. {
  51. "path": "pages/me/index",
  52. "style": {
  53. "navigationBarTitleText": "我的"
  54. }
  55. },
  56. {
  57. "path": "pages/me/myOrder",
  58. "style": {
  59. "navigationBarTitleText": "我的订单"
  60. }
  61. },
  62. {
  63. "path": "pages/me/orderDetails",
  64. "style": {
  65. "navigationBarTitleText": "订单详情"
  66. }
  67. },
  68. {
  69. "path": "pages/me/setting/index",
  70. "style": {
  71. "navigationBarTitleText": "设置"
  72. }
  73. },
  74. {
  75. "path": "pages/me/myInfo",
  76. "style": {
  77. "navigationBarTitleText": "个人资料"
  78. }
  79. },
  80. {
  81. "path": "pages/me/setting/aboutApp",
  82. "style": {
  83. "navigationBarTitleText": "库比森轮胎"
  84. }
  85. },
  86. {
  87. "path": "pages/home/insurance/index",
  88. "style": {
  89. "navigationBarTitleText": "注册列表",
  90. "enablePullDownRefresh": false,
  91. "app-plus": {
  92. "titleNView": false //禁用原生导航栏
  93. }
  94. }
  95. },
  96. {
  97. "path": "pages/home/insurance/details",
  98. "style": {
  99. "navigationBarTitleText": "轮胎保注册信息",
  100. "app-plus": {
  101. "titleNView": false //禁用原生导航栏
  102. }
  103. }
  104. },
  105. {
  106. "path": "pages/home/insurance/rules",
  107. "style": {
  108. "navigationBarTitleText": "库比森报轮胎保服务规则"
  109. }
  110. },
  111. {
  112. "path": "pages/home/insurance/itemDetails",
  113. "style": {
  114. "navigationBarTitleText": "轮胎保保单记录",
  115. "enablePullDownRefresh": true
  116. }
  117. },
  118. {
  119. "path": "pages/home/claim/index",
  120. "style": {
  121. "navigationBarTitleText": "保单进度",
  122. "enablePullDownRefresh": false
  123. }
  124. },
  125. {
  126. "path": "pages/home/claim/details",
  127. "style": {
  128. "navigationBarTitleText": "轮胎保单内容"
  129. }
  130. },
  131. {
  132. "path": "pages/settlement/index",
  133. "style": {
  134. "navigationBarTitleText": "确认订单"
  135. }
  136. },
  137. {
  138. "path": "pages/pay/index",
  139. "style": {
  140. "navigationBarTitleText": "收银台"
  141. }
  142. }
  143. ],
  144. "globalStyle": {
  145. "navigationBarTextStyle": "white",
  146. // #ifdef H5
  147. "navigationBarBackgroundColor": "#03803B",
  148. // #endif
  149. "app-plus": {
  150. "bounce": "none",
  151. "scrollIndicator": "none",
  152. "titleNView": {
  153. "backgroundImage": "linear-gradient(to bottom, #03803B, #03803B)"
  154. }
  155. }
  156. },
  157. "tabBar": {
  158. "color": "#727272",
  159. "selectedColor": "#03803B",
  160. "borderStyle": "white",
  161. "backgroundColor": "#FFFFFF",
  162. "list": [{
  163. "pagePath": "pages/home/index",
  164. "iconPath": "static/images/tabBar/home.png",
  165. "selectedIconPath": "static/images/tabBar/home_selected.png",
  166. "text": "首页"
  167. }, {
  168. "pagePath": "pages/activity/index",
  169. "iconPath": "static/images/tabBar/activity.png",
  170. "selectedIconPath": "static/images/tabBar/activity_selected.png",
  171. "text": "活动"
  172. }, {
  173. "pagePath": "pages/goods/index",
  174. "iconPath": "static/images/tabBar/classification.png",
  175. "selectedIconPath": "static/images/tabBar/classification_selected.png",
  176. "text": "商品"
  177. }, {
  178. "pagePath": "pages/shoppingCart/index",
  179. "iconPath": "static/images/tabBar/cart.png",
  180. "selectedIconPath": "static/images/tabBar/cart_selected.png",
  181. "text": "购物车"
  182. }, {
  183. "pagePath": "pages/me/index",
  184. "iconPath": "static/images/tabBar/my.png",
  185. "selectedIconPath": "static/images/tabBar/my_selected.png",
  186. "text": "我的"
  187. }]
  188. }
  189. }