pages.json 2.9 KB

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