pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path" : "pages/login/JudeLoginPage",
  6. "style" :
  7. {
  8. "navigationBarTitleText": "",
  9. "enablePullDownRefresh": false,
  10. "navigationStyle" : "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/home/home",
  15. "style": {
  16. "navigationStyle": "custom",
  17. "enablePullDownRefresh": true,
  18. "navigationBarTextStyle": "white"
  19. }
  20. },
  21. {
  22. "path": "pages/login/login",
  23. "style": {
  24. "navigationStyle": "custom",
  25. "enablePullDownRefresh": true,
  26. "navigationBarTextStyle": "white"
  27. }
  28. },
  29. {
  30. "path" : "pages/myCenter/myCenter",
  31. "style" :
  32. {
  33. "navigationStyle": "custom",
  34. "enablePullDownRefresh": false
  35. }
  36. },
  37. {
  38. "path": "pages/newsCenter/newsIndex",
  39. "style": {
  40. "navigationStyle": "custom",
  41. "enablePullDownRefresh": true,
  42. "navigationBarTextStyle": "white"
  43. }
  44. },
  45. {
  46. "path": "pages/typeList/typeList",
  47. "style": {
  48. "navigationStyle": "custom",
  49. "enablePullDownRefresh": true,
  50. "navigationBarTextStyle": "white"
  51. }
  52. }
  53. ,{
  54. "path" : "pages/myCenter/setting",
  55. "style" :
  56. {
  57. "navigationStyle": "custom",
  58. "navigationBarTextStyle": "white",
  59. "enablePullDownRefresh": false
  60. }
  61. }
  62. ],
  63. "globalStyle": {
  64. "navigationBarTextStyle": "black",
  65. "navigationBarTitleText": "爱养牛",
  66. "navigationBarBackgroundColor": "#f6f6f6",
  67. "backgroundColor": "#f6f6f6",
  68. "backgroundColorTop":"#FFFFFF"
  69. },
  70. "uniIdRouter": {
  71. "loginPage": "pages/login/login"
  72. },
  73. "tabBar": {
  74. "color": "#45474a",
  75. "selectedColor": "#00aaff",
  76. "borderStyle": "white",
  77. "backgroundColor": "#ffffff",
  78. "list": [{
  79. "pagePath": "pages/home/home",
  80. "iconPath": "static/tabBar/shouye.png",
  81. "selectedIconPath": "static/tabBar/tabbar/shouye.png",
  82. "text": "首页"
  83. },
  84. {
  85. "pagePath": "pages/typeList/typeList",
  86. "iconPath": "static/tabBar/fenlei_1.png",
  87. "selectedIconPath": "static/tabBar/tabbar/fenlei_1.png",
  88. "text": "分类"
  89. },
  90. // {
  91. // "pagePath": "pages/newsCenter/newsIndex",
  92. // "iconPath": "static/tabBar/xiaoxi.png",
  93. // "selectedIconPath": "static/tabBar/sel-xiaoxi.png",
  94. // "text": "牛人慧"
  95. // },
  96. {
  97. "pagePath": "pages/newsCenter/newsIndex",
  98. "iconPath": "static/tabBar/gouwuche.png",
  99. "selectedIconPath": "static/tabBar/tabbar/gouwuche.png",
  100. "text": "购物车"
  101. },
  102. {
  103. "pagePath": "pages/myCenter/myCenter",
  104. "iconPath": "static/tabBar/wode.png",
  105. "selectedIconPath": "static/tabBar/tabbar/wode.png",
  106. "text": "我的"
  107. }]
  108. }
  109. }