pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/homePage/homePage",
  5. "style": {
  6. "navigationBarTitleText": "业主工会",
  7. "enablePullDownRefresh": true,
  8. "onReachBottomDistance": 50,
  9. "scrollIndicator": "none",
  10. "app-plus": {
  11. "pullToRefresh": {
  12. "support": true,
  13. "color": "#ff3333",
  14. "style": "circle"
  15. }
  16. }
  17. }
  18. },
  19. {
  20. "path": "pages/reportPage/reportPage",
  21. "style": {
  22. "navigationBarTitleText": "效果报表",
  23. "enablePullDownRefresh": true,
  24. "onReachBottomDistance": 100,
  25. "scrollIndicator": "none",
  26. "app-plus": {
  27. "pullToRefresh": {
  28. "support": true,
  29. "color": "#ff3333",
  30. "style": "circle"
  31. }
  32. }
  33. }
  34. }
  35. ,{
  36. "path" : "pages/revenueRankingPage/revenueRankingPage",
  37. "style": {
  38. "navigationBarTitleText": "收益排行榜",
  39. "enablePullDownRefresh": true,
  40. "onReachBottomDistance": 50,
  41. "scrollIndicator": "none",
  42. "app-plus": {
  43. "pullToRefresh": {
  44. "support": true,
  45. "color": "#ff3333",
  46. "style": "circle"
  47. }
  48. }
  49. }
  50. }
  51. ,{
  52. "path" : "pages/ownerCertification/ownerCertification",
  53. "style" :
  54. {
  55. "navigationBarTitleText": "业主认证",
  56. "enablePullDownRefresh": false
  57. }
  58. }
  59. ,{
  60. "path" : "pages/certificationResultPage/certificationResultPage",
  61. "style" :
  62. {
  63. "navigationBarTitleText": "业主认证",
  64. "enablePullDownRefresh": false
  65. }
  66. },{
  67. "path" : "pages/developSetting/developSetting",
  68. "style" :
  69. {
  70. "navigationBarTitleText": "设置页面",
  71. "enablePullDownRefresh": false
  72. }
  73. }
  74. ,{
  75. "path" : "pages/shareCardPage/shareCardPage",
  76. "style" :
  77. {
  78. "navigationBarTitleText": "",
  79. "enablePullDownRefresh": false
  80. }
  81. }
  82. ],
  83. "globalStyle": {
  84. "navigationBarTextStyle": "black",
  85. "navigationBarTitleText": "uni-app",
  86. "navigationBarBackgroundColor": "#F8F8F8",
  87. "backgroundColor": "#F8F8F8",
  88. "navigationStyle":"custom",
  89. "app-plus": {
  90. "titleView": false
  91. }
  92. },
  93. "tabBar": {
  94. "color": "#999999",
  95. "selectedColor": "#333333",
  96. "borderStyle": "black",
  97. "backgroundColor": "#ffffff",
  98. "list": []
  99. }
  100. }