pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. },
  93. {
  94. "root": "pages/views",
  95. "pages": [{
  96. "path": "vehicle/vehicleSeries",
  97. "style": {
  98. "navigationBarTitleText": "年款选择"
  99. }
  100. },{
  101. "path": "vehicle/autoParts",
  102. "style": {
  103. "navigationBarTitleText": "汽车配件"
  104. }
  105. }]
  106. }],
  107. "globalStyle": {
  108. "navigationBarTextStyle": "white",
  109. // #ifdef MP-WEIXIN
  110. "navigationBarBackgroundColor": "#FD4B09",
  111. // #endif
  112. "app-plus": {
  113. "bounce": "none",
  114. "scrollIndicator": "none",
  115. "titleNView": {
  116. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  117. }
  118. }
  119. },
  120. "tabBar": {
  121. "color": "#727272",
  122. "selectedColor": "#fd5003",
  123. "borderStyle": "white",
  124. "backgroundColor": "#FFFFFF",
  125. "list": [{
  126. "pagePath": "pages/tabBar/home",
  127. "iconPath": "static/images/tabBar/home.png",
  128. "selectedIconPath": "static/images/tabBar/home_selected.png",
  129. "text": "首页"
  130. },{
  131. "pagePath": "pages/tabBar/classification",
  132. "iconPath": "static/images/tabBar/classification.png",
  133. "selectedIconPath": "static/images/tabBar/classification_selected.png",
  134. "text": "分类"
  135. },{
  136. "pagePath": "pages/tabBar/vehicleModel",
  137. "iconPath": "static/images/tabBar/vehicleModel.png",
  138. "selectedIconPath": "static/images/tabBar/vehicleModel_selected.png",
  139. "text": "车型"
  140. }, {
  141. "pagePath": "pages/tabBar/shoppingCart",
  142. "iconPath": "static/images/tabBar/cart.png",
  143. "selectedIconPath": "static/images/tabBar/cart_selected.png",
  144. "text": "购物车"
  145. }, {
  146. "pagePath": "pages/tabBar/center",
  147. "iconPath": "static/images/tabBar/my.png",
  148. "selectedIconPath": "static/images/tabBar/my_selected.png",
  149. "text": "我的"
  150. }]
  151. }
  152. }