pages.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/home/home",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. }, {
  15. "path": "pages/OKC/OKC",
  16. "style": {
  17. "navigationStyle": "custom"
  18. }
  19. }, {
  20. "path": "pages/pledge/pledge",
  21. "style": {
  22. "navigationStyle": "custom"
  23. }
  24. }, {
  25. "path": "pages/pledgeRecord/pledgeRecord",
  26. "style": {
  27. "enablePullDownRefresh": false,
  28. "onReachBottomDistance": 100,
  29. "navigationStyle": "custom"
  30. }
  31. }, {
  32. "path": "pages/community/community",
  33. "style": {
  34. "navigationStyle": "custom"
  35. }
  36. }, {
  37. "path": "pages/Check/Check",
  38. "style": {
  39. "navigationStyle": "custom"
  40. }
  41. }, {
  42. "path": "pages/Community1/Community1",
  43. "style": {
  44. "enablePullDownRefresh": false,
  45. "onReachBottomDistance": 100,
  46. "navigationStyle": "custom"
  47. }
  48. }, {
  49. "path": "pages/Community2/Community2",
  50. "style": {
  51. "enablePullDownRefresh": false,
  52. "onReachBottomDistance": 100,
  53. "navigationStyle": "custom"
  54. }
  55. }, {
  56. "path": "pages/income/income",
  57. "style": {
  58. "navigationStyle": "custom"
  59. }
  60. }, {
  61. "path": "pages/withdrawalsrecord/withdrawalsrecord",
  62. "style": {
  63. "enablePullDownRefresh": false,
  64. "onReachBottomDistance": 100,
  65. "navigationStyle": "custom"
  66. }
  67. }
  68. ],
  69. "globalStyle": {
  70. "navigationBarTextStyle": "black",
  71. "navigationBarTitleText": "OKC",
  72. "navigationBarBackgroundColor": "#F8F8F8",
  73. "backgroundColor": "#F8F8F8"
  74. },
  75. "uniIdRouter": {}
  76. }