pages.json 2.0 KB

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