pages.json 4.0 KB

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