pages.json 2.3 KB

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