pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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/vehicleModel",
  35. "style": {
  36. "navigationBarTitleText": "车型"
  37. }
  38. }, {
  39. "path": "pages/tabBar/shoppingCart",
  40. "style": {
  41. "navigationBarTitleText": "购物车"
  42. }
  43. }, {
  44. "path": "pages/tabBar/center",
  45. "style": {
  46. "navigationBarTitleText": "我的"
  47. }
  48. }, {
  49. "path": "pages/user/setUp",
  50. "style": {
  51. "navigationBarTitleText": "设置"
  52. }
  53. } ,{
  54. "path" : "pages/login/PrivacyPop/PrivacyPop",
  55. "style" :
  56. {
  57. "navigationBarTitleText": "",
  58. "enablePullDownRefresh": false
  59. }
  60. }
  61. ],
  62. "subPackages": [{
  63. "root": "pages/views",
  64. "pages": [{
  65. "path": "buyGoods/commodityDetails",
  66. "style": {
  67. "navigationBarTitleText": "商品详情"
  68. }
  69. }]
  70. },{
  71. "root": "pages/views",
  72. "pages": [{
  73. "path": "personalInformation/addressManagement",
  74. "style": {
  75. "navigationBarTitleText": "地址管理"
  76. }
  77. },{
  78. "path": "personalInformation/addressDetails",
  79. "style": {
  80. "navigationBarTitleText": "地址明细"
  81. }
  82. },{
  83. "path": "personalInformation/index",
  84. "style": {
  85. "navigationBarTitleText": "个人资料"
  86. }
  87. }]
  88. },{
  89. "root": "pages/views",
  90. "pages": [{
  91. "path": "salesSlip/index",
  92. "style": {
  93. "navigationBarTitleText": "我的订单"
  94. }
  95. },{
  96. "path": "salesSlip/orderDetails",
  97. "style": {
  98. "navigationBarTitleText": "订单详情"
  99. }
  100. },{
  101. "path": "salesSlip/obligation",
  102. "style": {
  103. "navigationBarTitleText": "待付款"
  104. }
  105. },{
  106. "path": "salesSlip/transportation",
  107. "style": {
  108. "navigationBarTitleText": "运输信息"
  109. }
  110. },{
  111. "path" : "salesSlip/message",
  112. "style": {
  113. "navigationBarTitleText": "快递详情"
  114. }
  115. }]
  116. },
  117. {
  118. "root": "pages/views",
  119. "pages": [{
  120. "path": "vehicle/vehicleSeries",
  121. "style": {
  122. "navigationBarTitleText": "年款选择"
  123. }
  124. },{
  125. "path": "vehicle/autoParts",
  126. "style": {
  127. "navigationBarTitleText": "汽车配件"
  128. }
  129. }]
  130. }],
  131. "globalStyle": {
  132. "navigationBarTextStyle": "white",
  133. // #ifdef MP-WEIXIN
  134. "navigationBarBackgroundColor": "#FD4B09",
  135. // #endif
  136. "app-plus": {
  137. "bounce": "none",
  138. "scrollIndicator": "none",
  139. "titleNView": {
  140. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  141. }
  142. }
  143. },
  144. "tabBar": {
  145. "color": "#727272",
  146. "selectedColor": "#fd5003",
  147. "borderStyle": "white",
  148. "backgroundColor": "#FFFFFF",
  149. "list": [{
  150. "pagePath": "pages/tabBar/home",
  151. "iconPath": "static/images/tabBar/home.png",
  152. "selectedIconPath": "static/images/tabBar/home_selected.png",
  153. "text": "首页"
  154. },{
  155. "pagePath": "pages/tabBar/classification",
  156. "iconPath": "static/images/tabBar/classification.png",
  157. "selectedIconPath": "static/images/tabBar/classification_selected.png",
  158. "text": "分类"
  159. }, {
  160. "pagePath": "pages/tabBar/shoppingCart",
  161. "iconPath": "static/images/tabBar/cart.png",
  162. "selectedIconPath": "static/images/tabBar/cart_selected.png",
  163. "text": "购物车"
  164. }, {
  165. "pagePath": "pages/tabBar/vehicleModel",
  166. "iconPath": "static/images/tabBar/vehicleModel.png",
  167. "selectedIconPath": "static/images/tabBar/vehicleModel_selected.png",
  168. "text": "车型"
  169. },{
  170. "pagePath": "pages/tabBar/center",
  171. "iconPath": "static/images/tabBar/my.png",
  172. "selectedIconPath": "static/images/tabBar/my_selected.png",
  173. "text": "我的"
  174. }]
  175. }
  176. }