pages.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. // 首页
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "VGST",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/order/index",
  16. "style": {
  17. "navigationBarTitleText": "VGST",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/leaks/index",
  23. "style": {
  24. "navigationBarTitleText": "VGST",
  25. "navigationStyle": "custom",
  26. "enablePullDownRefresh": true
  27. }
  28. },
  29. {
  30. "path": "pages/user/user",
  31. "style": {
  32. "navigationBarTitleText": "VGST",
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "pages/user/fhlist",
  38. "style": {
  39. "navigationBarTitleText": "VGST",
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "pages/index/bind",
  45. "style": {
  46. "navigationBarTitleText": "VGST",
  47. "navigationStyle": "custom"
  48. }
  49. }
  50. ],
  51. "tabBar": {
  52. "color": "#666992",
  53. "selectedColor": "#17C474",
  54. "borderStyle": "black",
  55. "backgroundColor": "#fff",
  56. "list": [{
  57. "visible": false,
  58. "pagePath": "pages/index/index",
  59. "iconPath": "static/tabBar/home.png",
  60. "selectedIconPath": "static/tabBar/home-index.png",
  61. "text": "首頁"
  62. },
  63. {
  64. "visible": false,
  65. "pagePath": "pages/order/index",
  66. "iconPath": "static/tabBar/order.png",
  67. "selectedIconPath": "static/tabBar/order-index.png",
  68. "text": "訂單"
  69. },
  70. {
  71. "visible": false,
  72. "pagePath": "pages/leaks/index",
  73. "iconPath": "static/tabBar/leaks.png",
  74. "selectedIconPath": "static/tabBar/leaks-index.png",
  75. "text": "撿漏"
  76. },
  77. {
  78. "visible": false,
  79. "pagePath": "pages/user/user",
  80. "iconPath": "static/tabBar/user.png",
  81. "selectedIconPath": "static/tabBar/user-index.png",
  82. "text": "我的"
  83. }
  84. ]
  85. }
  86. }