pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/homePage/homePage",
  5. "style": {
  6. "navigationBarTitleText": "业主工会",
  7. "enablePullDownRefresh": false,
  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/houseDetail/houseDetail",
  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/reportPage/reportPage",
  37. "style": {
  38. "navigationBarTitleText": "效果报表",
  39. "enablePullDownRefresh": true,
  40. "onReachBottomDistance": 100,
  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/revenueRankingPage/revenueRankingPage",
  53. "style": {
  54. "navigationBarTitleText": "收益排行榜",
  55. "enablePullDownRefresh": true,
  56. "onReachBottomDistance": 50,
  57. "scrollIndicator": "none",
  58. "app-plus": {
  59. "pullToRefresh": {
  60. "support": true,
  61. "color": "#ff3333",
  62. "style": "circle"
  63. }
  64. }
  65. }
  66. }
  67. ,{
  68. "path" : "pages/ownerCertification/ownerCertification",
  69. "style" :
  70. {
  71. "navigationBarTitleText": "业主认证",
  72. "enablePullDownRefresh": false
  73. }
  74. }
  75. ,{
  76. "path" : "pages/certificationResultPage/certificationResultPage",
  77. "style" :
  78. {
  79. "navigationBarTitleText": "业主认证",
  80. "enablePullDownRefresh": false
  81. }
  82. },{
  83. "path" : "pages/developSetting/developSetting",
  84. "style" :
  85. {
  86. "navigationBarTitleText": "设置页面",
  87. "enablePullDownRefresh": false
  88. }
  89. }
  90. ,{
  91. "path" : "pages/shareCardPage/shareCardPage",
  92. "style" :
  93. {
  94. "navigationBarTitleText": "",
  95. "enablePullDownRefresh": false
  96. }
  97. }
  98. ],
  99. "globalStyle": {
  100. "navigationBarTextStyle": "black",
  101. "navigationBarTitleText": "uni-app",
  102. "navigationBarBackgroundColor": "#F8F8F8",
  103. "backgroundColor": "#F8F8F8",
  104. "navigationStyle":"custom",
  105. "app-plus": {
  106. "titleView": false
  107. }
  108. },
  109. "tabBar": {
  110. "color": "#999999",
  111. "selectedColor": "#333333",
  112. "borderStyle": "black",
  113. "backgroundColor": "#ffffff",
  114. "list": []
  115. }
  116. }