pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. "globalStyle": {
  69. "navigationBarTextStyle": "black",
  70. "navigationBarTitleText": "飞鸟有味",
  71. "navigationBarBackgroundColor": "#FFFFFF",
  72. "backgroundColor": "#F8F8F8"
  73. },
  74. "uniIdRouter": {},
  75. "tabBar": {
  76. "color": "#898989",
  77. "selectedColor": "#000000",
  78. "borderStyle": "black",
  79. "backgroundColor": "#FFFFFF",
  80. "list": [{
  81. "pagePath": "pages/tabBar/home/home",
  82. "iconPath": "static/tabBar/home.png",
  83. "selectedIconPath": "static/tabBar/home-active.png",
  84. "text": "首页"
  85. },
  86. {
  87. "pagePath": "pages/tabBar/discover/discover",
  88. "iconPath": "static/tabBar/bag.png",
  89. "selectedIconPath": "static/tabBar/bag-active.png",
  90. "text": "逛一逛"
  91. }, {
  92. "pagePath": "pages/tabBar/tree/tree",
  93. "iconPath": "static/tabBar/tree.png",
  94. "selectedIconPath": "static/tabBar/tree-active.png",
  95. "text": "守护"
  96. }, {
  97. "pagePath": "pages/tabBar/shopping/shopping",
  98. "iconPath": "static/tabBar/car.png",
  99. "selectedIconPath": "static/tabBar/car-active.png",
  100. "text": "购物车"
  101. }, {
  102. "pagePath": "pages/tabBar/mine/mine",
  103. "iconPath": "static/tabBar/user.png",
  104. "selectedIconPath": "static/tabBar/user-active.png",
  105. "text": "个人中心"
  106. }
  107. ]
  108. },
  109. "easycom": {
  110. "autoscan": true,
  111. "custom": {
  112. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  113. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  114. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  115. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  116. }
  117. }
  118. }