pages.json 2.5 KB

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