pages.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "easycom": {
  3. "autoscan": true // 自动扫描组件
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/login/index",
  8. "style": {
  9. "navigationBarTitleText": "登录",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/main/index",
  15. "style": {
  16. "navigationBarTitleText": "全民分享",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/index/search",
  22. "style": {
  23. "navigationBarTitleText": "搜索",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/cash/index",
  29. "style": {
  30. "navigationBarTitleText": "提现",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/balance/index",
  36. "style": {
  37. "navigationBarTitleText": "余额提现",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/cashList/index",
  43. "style": {
  44. "navigationBarTitleText": "提现记录",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/cashPrompt/index",
  50. "style": {
  51. "navigationBarTitleText": "提现提示",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/consume/index",
  57. "style": {
  58. "navigationBarTitleText": "收支明细",
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/invitationStatistics/index",
  64. "style": {
  65. "navigationBarTitleText": "邀请统计",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/publicSharingDetails/index",
  71. "style": {
  72. "navigationBarTitleText": "全民分享详情",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/passwordSet/index",
  78. "style": {
  79. "navigationBarTitleText": "设置密码",
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/resetpass/index",
  85. "style": {
  86. "navigationBarTitleText": "修改密码",
  87. "navigationStyle": "custom"
  88. }
  89. }
  90. ],
  91. "globalStyle": {
  92. "navigationBarTextStyle": "black",
  93. "navigationBarTitleText": "uni-app",
  94. "navigationBarBackgroundColor": "#F8F8F8",
  95. "backgroundColor": "#F8F8F8"
  96. },
  97. "uniIdRouter": {}
  98. }