pages.json 3.2 KB

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