巴青农资商城

pages.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^u-(.*)": "uview-plus/components/u-$1/u-$1.vue"
  8. }
  9. },
  10. "pages": [
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationStyle": "custom",
  15. "navigationBarTitleText": "首页"
  16. }
  17. },
  18. {
  19. "path": "pages/category/index",
  20. "style": {
  21. "navigationBarTitleText": "分类"
  22. }
  23. },
  24. {
  25. "path": "pages/cart/index",
  26. "style": {
  27. "navigationBarTitleText": "购物车"
  28. }
  29. },
  30. {
  31. "path": "pages/mine/index",
  32. "style": {
  33. "navigationBarTitleText": "我的"
  34. }
  35. },
  36. {
  37. "path": "pages/login/index",
  38. "style": {
  39. "navigationBarTitleText": "登录",
  40. "navigationStyle": "custom"
  41. }
  42. }
  43. ],
  44. "subPackages": [
  45. {
  46. "root": "subpackage/account",
  47. "name": "pkg-account",
  48. "pages": [
  49. {
  50. "path": "register",
  51. "style": {
  52. "navigationBarTitleText": "会员注册"
  53. }
  54. }
  55. ]
  56. },
  57. {
  58. "root": "subpackage/category",
  59. "name": "pkg-category",
  60. "pages": [
  61. {
  62. "path": "level1",
  63. "style": {
  64. "navigationBarTitleText": "分类商品"
  65. }
  66. },
  67. {
  68. "path": "goods-list",
  69. "style": {
  70. "navigationBarTitleText": "商品列表"
  71. }
  72. }
  73. ]
  74. },
  75. {
  76. "root": "subpackage/goods",
  77. "name": "pkg-goods",
  78. "pages": [
  79. {
  80. "path": "detail",
  81. "style": {
  82. "navigationBarTitleText": "商品详情"
  83. }
  84. },
  85. {
  86. "path": "reviews",
  87. "style": {
  88. "navigationBarTitleText": "全部评价"
  89. }
  90. }
  91. ]
  92. },
  93. {
  94. "root": "subpackage/search",
  95. "name": "pkg-search",
  96. "pages": [
  97. {
  98. "path": "index",
  99. "style": {
  100. "navigationBarTitleText": "搜索"
  101. }
  102. },
  103. {
  104. "path": "result",
  105. "style": {
  106. "navigationBarTitleText": "搜索结果"
  107. }
  108. }
  109. ]
  110. }
  111. ],
  112. "preloadRule": {
  113. "pages/index/index": {
  114. "network": "all",
  115. "packages": ["pkg-category", "pkg-goods", "pkg-search"]
  116. },
  117. "pages/category/index": {
  118. "network": "all",
  119. "packages": ["pkg-category", "pkg-goods"]
  120. }
  121. },
  122. "globalStyle": {
  123. "navigationBarTextStyle": "black",
  124. "navigationBarTitleText": "农资商城",
  125. "navigationBarBackgroundColor": "#FFFFFF",
  126. "backgroundColor": "#F5F5F5"
  127. },
  128. "tabBar": {
  129. "color": "#999999",
  130. "selectedColor": "#2E7D32",
  131. "borderStyle": "black",
  132. "backgroundColor": "#FFFFFF",
  133. "list": [
  134. {
  135. "pagePath": "pages/index/index",
  136. "text": "首页",
  137. "iconPath": "static/tabbar/home.png",
  138. "selectedIconPath": "static/tabbar/home-active.png"
  139. },
  140. {
  141. "pagePath": "pages/category/index",
  142. "text": "分类",
  143. "iconPath": "static/tabbar/classify.png",
  144. "selectedIconPath": "static/tabbar/classify-active.png"
  145. },
  146. {
  147. "pagePath": "pages/cart/index",
  148. "text": "购物车",
  149. "iconPath": "static/tabbar/shopping.png",
  150. "selectedIconPath": "static/tabbar/shopping-active.png"
  151. },
  152. {
  153. "pagePath": "pages/mine/index",
  154. "text": "我的",
  155. "iconPath": "static/tabbar/mine.png",
  156. "selectedIconPath": "static/tabbar/mine-active.png"
  157. }
  158. ]
  159. },
  160. "uniIdRouter": {}
  161. }