pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. "globalStyle": {
  93. "navigationBarTextStyle": "black",
  94. "navigationBarTitleText": "飞鸟有味",
  95. "navigationBarBackgroundColor": "#FFFFFF",
  96. "backgroundColor": "#F8F8F8"
  97. },
  98. "uniIdRouter": {},
  99. "tabBar": {
  100. "color": "#898989",
  101. "selectedColor": "#000000",
  102. "borderStyle": "black",
  103. "backgroundColor": "#FFFFFF",
  104. "list": [{
  105. "pagePath": "pages/tabBar/home/home",
  106. "iconPath": "static/tabBar/home.png",
  107. "selectedIconPath": "static/tabBar/home-active.png",
  108. "text": "首页"
  109. },
  110. {
  111. "pagePath": "pages/tabBar/discover/discover",
  112. "iconPath": "static/tabBar/bag.png",
  113. "selectedIconPath": "static/tabBar/bag-active.png",
  114. "text": "逛一逛"
  115. }, {
  116. "pagePath": "pages/tabBar/tree/tree",
  117. "iconPath": "static/tabBar/tree.png",
  118. "selectedIconPath": "static/tabBar/tree-active.png",
  119. "text": "守护"
  120. }, {
  121. "pagePath": "pages/tabBar/shopping/shopping",
  122. "iconPath": "static/tabBar/car.png",
  123. "selectedIconPath": "static/tabBar/car-active.png",
  124. "text": "购物车"
  125. }, {
  126. "pagePath": "pages/tabBar/mine/mine",
  127. "iconPath": "static/tabBar/user.png",
  128. "selectedIconPath": "static/tabBar/user-active.png",
  129. "text": "个人中心"
  130. }
  131. ]
  132. },
  133. "easycom": {
  134. "autoscan": true,
  135. "custom": {
  136. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  137. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  138. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  139. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  140. }
  141. }
  142. }