pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. "path" : "pages/tabBar/tree/subPages/friendTree",
  40. "style" :
  41. {
  42. "navigationBarTitleText" : "飞鸟有味"
  43. }
  44. }
  45. },
  46. {
  47. "path" : "pages/tabBar/home/subPages/allGardenMap",
  48. "style" :
  49. {
  50. "navigationBarTitleText" : "有味地图"
  51. }
  52. }
  53. ],
  54. "globalStyle": {
  55. "navigationBarTextStyle": "black",
  56. "navigationBarTitleText": "飞鸟有味",
  57. "navigationBarBackgroundColor": "#FFFFFF",
  58. "backgroundColor": "#F8F8F8"
  59. },
  60. "uniIdRouter": {},
  61. "tabBar": {
  62. "color": "#898989",
  63. "selectedColor": "#000000",
  64. "borderStyle": "black",
  65. "backgroundColor": "#FFFFFF",
  66. "list": [{
  67. "pagePath": "pages/tabBar/home/home",
  68. "iconPath": "static/tabBar/home.png",
  69. "selectedIconPath": "static/tabBar/home-active.png",
  70. "text": "首页"
  71. },
  72. {
  73. "pagePath": "pages/tabBar/discover/discover",
  74. "iconPath": "static/tabBar/bag.png",
  75. "selectedIconPath": "static/tabBar/bag-active.png",
  76. "text": "逛一逛"
  77. }, {
  78. "pagePath": "pages/tabBar/tree/tree",
  79. "iconPath": "static/tabBar/tree.png",
  80. "selectedIconPath": "static/tabBar/tree-active.png",
  81. "text": "守护"
  82. }, {
  83. "pagePath": "pages/tabBar/shopping/shopping",
  84. "iconPath": "static/tabBar/car.png",
  85. "selectedIconPath": "static/tabBar/car-active.png",
  86. "text": "购物车"
  87. }, {
  88. "pagePath": "pages/tabBar/mine/mine",
  89. "iconPath": "static/tabBar/user.png",
  90. "selectedIconPath": "static/tabBar/user-active.png",
  91. "text": "个人中心"
  92. }
  93. ]
  94. },
  95. "easycom": {
  96. "autoscan": true,
  97. "custom": {
  98. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  99. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  100. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  101. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  102. }
  103. }
  104. }