pages.json 3.4 KB

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