pages.json 2.1 KB

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