pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/tabBar/home/home"
  5. },
  6. {
  7. "path": "pages/tabBar/discover/discover"
  8. },
  9. {
  10. "path": "pages/tabBar/tree/tree"
  11. },
  12. {
  13. "path": "pages/tabBar/shopping/shopping"
  14. },
  15. {
  16. "path": "pages/tabBar/mine/mine"
  17. },
  18. {
  19. "path": "pages/login/index"
  20. },
  21. {
  22. "path": "pages/tabBar/tree/subPages/dynamic",
  23. "style": {
  24. "navigationBarTitleText": "动态消息",
  25. "enablePullDownRefresh": true,
  26. "onReachBottomDistance": 50
  27. }
  28. },
  29. {
  30. "path": "pages/tabBar/tree/subPages/rank",
  31. "style": {
  32. "navigationBarTitleText": "好友排行榜"
  33. }
  34. },
  35. {
  36. "path": "pages/tabBar/home/subPages/gardenItem",
  37. "style": {
  38. "navigationBarTitleText": ""
  39. }
  40. },
  41. {
  42. "path": "pages/tabBar/tree/subPages/friendTree",
  43. "style": {
  44. "navigationBarTitleText": "飞鸟有味"
  45. }
  46. },
  47. {
  48. "path": "pages/tabBar/home/subPages/allGardenMap",
  49. "style": {
  50. "navigationBarTitleText": "有味地图"
  51. }
  52. },
  53. {
  54. "path": "pages/tabBar/home/subPages/gardenMap",
  55. "style": {
  56. "navigationBarTitleText": "有味地图"
  57. }
  58. },
  59. {
  60. "path": "pages/tabBar/tree/subPages/gift",
  61. "style": {
  62. "navigationBarTitleText": "守护礼物"
  63. }
  64. },
  65. {
  66. "path": "pages/tabBar/mine/subPages/order",
  67. "style": {
  68. "navigationBarTitleText": "我的订单"
  69. }
  70. },
  71. {
  72. "path": "pages/tabBar/mine/subPages/exchange",
  73. "style": {
  74. "navigationBarTitleText": "兑换中心"
  75. }
  76. },
  77. {
  78. "path": "pages/tabBar/mine/subPages/orderDetail",
  79. "style": {
  80. "navigationBarTitleText": "订单详情"
  81. }
  82. },
  83. {
  84. "path": "pages/tabBar/tree/subPages/diary",
  85. "style": {
  86. "navigationBarTitleText": "我的日记"
  87. }
  88. }, {
  89. "path": "pages/tabBar/home/subPages/sourceReport",
  90. "style": {
  91. "navigationBarTitleText": "溯源报告"
  92. }
  93. }
  94. ],
  95. "globalStyle": {
  96. "navigationBarTextStyle": "black",
  97. "navigationBarTitleText": "飞鸟有味",
  98. "navigationBarBackgroundColor": "#FFFFFF",
  99. "backgroundColor": "#F8F8F8"
  100. },
  101. "uniIdRouter": {},
  102. "tabBar": {
  103. "color": "#898989",
  104. "selectedColor": "#000000",
  105. "borderStyle": "black",
  106. "backgroundColor": "#FFFFFF",
  107. "list": [{
  108. "pagePath": "pages/tabBar/home/home",
  109. "iconPath": "static/tabBar/home.png",
  110. "selectedIconPath": "static/tabBar/home-active.png",
  111. "text": "首页"
  112. },
  113. {
  114. "pagePath": "pages/tabBar/discover/discover",
  115. "iconPath": "static/tabBar/bag.png",
  116. "selectedIconPath": "static/tabBar/bag-active.png",
  117. "text": "逛一逛"
  118. }, {
  119. "pagePath": "pages/tabBar/tree/tree",
  120. "iconPath": "static/tabBar/tree.png",
  121. "selectedIconPath": "static/tabBar/tree-active.png",
  122. "text": "守护"
  123. }, {
  124. "pagePath": "pages/tabBar/shopping/shopping",
  125. "iconPath": "static/tabBar/car.png",
  126. "selectedIconPath": "static/tabBar/car-active.png",
  127. "text": "购物车"
  128. }, {
  129. "pagePath": "pages/tabBar/mine/mine",
  130. "iconPath": "static/tabBar/user.png",
  131. "selectedIconPath": "static/tabBar/user-active.png",
  132. "text": "个人中心"
  133. }
  134. ]
  135. },
  136. "easycom": {
  137. "autoscan": true,
  138. "custom": {
  139. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  140. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  141. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  142. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  143. }
  144. }
  145. }