pages.json 2.7 KB

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