pages.json 1.8 KB

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