pages.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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/contacts",
  137. "style": {
  138. "navigationBarTitleText": "员工信息"
  139. }
  140. },{
  141. "path": "personalInformation/index",
  142. "style": {
  143. "navigationBarTitleText": "个人资料"
  144. }
  145. },{
  146. "path": "personalInformation/map/index",
  147. "style": {
  148. "navigationBarTitleText": "地图选点"
  149. }
  150. }]
  151. },{
  152. "root": "pages/views",
  153. "pages": [{
  154. "path": "salesSlip/index",
  155. "style": {
  156. "navigationBarTitleText": "我的订单"
  157. }
  158. },{
  159. "path": "salesSlip/orderDetails",
  160. "style": {
  161. "navigationBarTitleText": "订单详情"
  162. }
  163. },{
  164. "path": "salesSlip/obligation",
  165. "style": {
  166. "navigationBarTitleText": "待付款"
  167. }
  168. },{
  169. "path": "salesSlip/transportation",
  170. "style": {
  171. "navigationBarTitleText": "运输信息"
  172. }
  173. },{
  174. "path" : "salesSlip/message",
  175. "style": {
  176. "navigationBarTitleText": "快递详情"
  177. }
  178. }]
  179. },
  180. {
  181. "root": "pages/views",
  182. "pages": [{
  183. "path": "vehicle/vehicleSeries",
  184. "style": {
  185. "navigationBarTitleText": "年款选择"
  186. }
  187. },{
  188. "path": "vehicle/autoParts",
  189. "style": {
  190. "navigationBarTitleText": "汽车配件"
  191. }
  192. }]
  193. }],
  194. "globalStyle": {
  195. "navigationBarTextStyle": "white",
  196. // #ifdef MP-WEIXIN
  197. "navigationBarBackgroundColor": "#FD4B09",
  198. // #endif
  199. "app-plus": {
  200. "bounce": "none",
  201. "scrollIndicator": "none",
  202. "titleNView": {
  203. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  204. }
  205. }
  206. },
  207. "tabBar": {
  208. "color": "#727272",
  209. "selectedColor": "#fd5003",
  210. "borderStyle": "white",
  211. "backgroundColor": "#FFFFFF",
  212. "list": [{
  213. "pagePath": "pages/tabBar/home",
  214. "iconPath": "static/images/tabBar/home.png",
  215. "selectedIconPath": "static/images/tabBar/home_selected.png",
  216. "text": "首页"
  217. },{
  218. "pagePath": "pages/tabBar/classification",
  219. "iconPath": "static/images/tabBar/classification.png",
  220. "selectedIconPath": "static/images/tabBar/classification_selected.png",
  221. "text": "商品"
  222. },{
  223. "pagePath": "pages/tabBar/activity/index",
  224. "iconPath": "static/images/tabBar/activity.png",
  225. "selectedIconPath": "static/images/tabBar/activity_selected.png",
  226. "text": "活动"
  227. }, {
  228. "pagePath": "pages/tabBar/shoppingCart",
  229. "iconPath": "static/images/tabBar/cart.png",
  230. "selectedIconPath": "static/images/tabBar/cart_selected.png",
  231. "text": "购物车"
  232. },{
  233. "pagePath": "pages/tabBar/center",
  234. "iconPath": "static/images/tabBar/my.png",
  235. "selectedIconPath": "static/images/tabBar/my_selected.png",
  236. "text": "我的"
  237. }]
  238. }
  239. }