pages.json 3.8 KB

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