pages.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index",
  7. "style": {
  8. "navigationBarTitleText": "空白页",
  9. "navigationStyle": "custom"
  10. }
  11. }, {
  12. "path": "pages/login/login",
  13. "style": {
  14. "navigationStyle": "custom",
  15. "navigationBarTitleText": "登录"
  16. }
  17. }, {
  18. "path": "pages/login/xieyi",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "navigationBarTitleText": "用户协议"
  22. }
  23. }, {
  24. "path": "pages/tabBar/home",
  25. "style": {
  26. "navigationBarTitleText": "首页"
  27. }
  28. }, {
  29. "path": "pages/tabBar/classification",
  30. "style": {
  31. "navigationBarTitleText": "分类"
  32. }
  33. },{
  34. "path": "pages/tabBar/pointsMall",
  35. "style": {
  36. "navigationBarTitleText": "积分商城"
  37. }
  38. }, {
  39. "path": "pages/tabBar/vehicleModel",
  40. "style": {
  41. "navigationBarTitleText": "车型"
  42. }
  43. }, {
  44. "path": "pages/tabBar/shoppingCart",
  45. "style": {
  46. "navigationBarTitleText": "购物车"
  47. }
  48. }, {
  49. "path": "pages/tabBar/center",
  50. "style": {
  51. "navigationBarTitleText": "我的"
  52. }
  53. }, {
  54. "path": "pages/user/setUp",
  55. "style": {
  56. "navigationBarTitleText": "设置"
  57. }
  58. } ,{
  59. "path" : "pages/login/PrivacyPop/PrivacyPop",
  60. "style" :
  61. {
  62. "navigationBarTitleText": "",
  63. "enablePullDownRefresh": false
  64. }
  65. }
  66. ,{
  67. "path" : "pages/tabBar/activity/index",
  68. "style" :
  69. {
  70. "navigationBarTitleText": "活动",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path" : "pages/tabBar/activity/details",
  76. "style" :
  77. {
  78. "navigationBarTitleText": "活动详情",
  79. "enablePullDownRefresh": false
  80. }
  81. },
  82. {
  83. "path" : "pages/tabBar/integralList/exchangeRecords",
  84. "style" :
  85. {
  86. "navigationBarTitleText": "积分兑换记录",
  87. "enablePullDownRefresh": false
  88. }
  89. },
  90. {
  91. "path" : "pages/tabBar/integralList/obtainRecord",
  92. "style" :
  93. {
  94. "navigationBarTitleText": "积分获取记录",
  95. "enablePullDownRefresh": false
  96. }
  97. },
  98. {
  99. "path" : "pages/tabBar/integralList/consumptionRecord",
  100. "style" :
  101. {
  102. "navigationBarTitleText": "消费记录",
  103. "enablePullDownRefresh": false
  104. }
  105. }
  106. ],
  107. "subPackages": [{
  108. "root": "pages/views",
  109. "pages": [{
  110. "path": "buyGoods/commodityDetails",
  111. "style": {
  112. "navigationBarTitleText": "商品详情"
  113. }
  114. }]
  115. },{
  116. "root": "pages/views",
  117. "pages": [{
  118. "path": "buyGoods/pointsDetails",
  119. "style": {
  120. "navigationBarTitleText": "活动商品详情"
  121. }
  122. }]
  123. },{
  124. "root": "pages/views",
  125. "pages": [{
  126. "path": "personalInformation/addressManagement",
  127. "style": {
  128. "navigationBarTitleText": "地址管理"
  129. }
  130. },{
  131. "path": "personalInformation/addressDetails",
  132. "style": {
  133. "navigationBarTitleText": "地址明细"
  134. }
  135. },{
  136. "path": "personalInformation/index",
  137. "style": {
  138. "navigationBarTitleText": "个人资料"
  139. }
  140. }]
  141. },{
  142. "root": "pages/views",
  143. "pages": [{
  144. "path": "salesSlip/index",
  145. "style": {
  146. "navigationBarTitleText": "我的订单"
  147. }
  148. },{
  149. "path": "salesSlip/orderDetails",
  150. "style": {
  151. "navigationBarTitleText": "订单详情"
  152. }
  153. },{
  154. "path": "salesSlip/obligation",
  155. "style": {
  156. "navigationBarTitleText": "待付款"
  157. }
  158. },{
  159. "path": "salesSlip/transportation",
  160. "style": {
  161. "navigationBarTitleText": "运输信息"
  162. }
  163. },{
  164. "path" : "salesSlip/message",
  165. "style": {
  166. "navigationBarTitleText": "快递详情"
  167. }
  168. }]
  169. },
  170. {
  171. "root": "pages/views",
  172. "pages": [{
  173. "path": "vehicle/vehicleSeries",
  174. "style": {
  175. "navigationBarTitleText": "年款选择"
  176. }
  177. },{
  178. "path": "vehicle/autoParts",
  179. "style": {
  180. "navigationBarTitleText": "汽车配件"
  181. }
  182. }]
  183. }],
  184. "globalStyle": {
  185. "navigationBarTextStyle": "white",
  186. // #ifdef MP-WEIXIN
  187. "navigationBarBackgroundColor": "#FD4B09",
  188. // #endif
  189. "app-plus": {
  190. "bounce": "none",
  191. "scrollIndicator": "none",
  192. "titleNView": {
  193. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  194. }
  195. }
  196. },
  197. "tabBar": {
  198. "color": "#727272",
  199. "selectedColor": "#fd5003",
  200. "borderStyle": "white",
  201. "backgroundColor": "#FFFFFF",
  202. "list": [{
  203. "pagePath": "pages/tabBar/home",
  204. "iconPath": "static/images/tabBar/home.png",
  205. "selectedIconPath": "static/images/tabBar/home_selected.png",
  206. "text": "首页"
  207. },{
  208. "pagePath": "pages/tabBar/classification",
  209. "iconPath": "static/images/tabBar/classification.png",
  210. "selectedIconPath": "static/images/tabBar/classification_selected.png",
  211. "text": "分类"
  212. },{
  213. "pagePath": "pages/tabBar/activity/index",
  214. "iconPath": "static/images/tabBar/home.png",
  215. "selectedIconPath": "static/images/tabBar/home_selected.png",
  216. "text": "活动"
  217. }, {
  218. "pagePath": "pages/tabBar/shoppingCart",
  219. "iconPath": "static/images/tabBar/cart.png",
  220. "selectedIconPath": "static/images/tabBar/cart_selected.png",
  221. "text": "购物车"
  222. },{
  223. "pagePath": "pages/tabBar/center",
  224. "iconPath": "static/images/tabBar/my.png",
  225. "selectedIconPath": "static/images/tabBar/my_selected.png",
  226. "text": "我的"
  227. }]
  228. }
  229. }