pages.json 3.4 KB

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