pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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/distributor/index",
  36. "style": {
  37. "navigationBarTitleText": "提现",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/balance/index",
  43. "style": {
  44. "navigationBarTitleText": "余额提现",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/cashList/index",
  50. "style": {
  51. "navigationBarTitleText": "提现记录",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/cashPrompt/index",
  57. "style": {
  58. "navigationBarTitleText": "提现提示",
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/consume/index",
  64. "style": {
  65. "navigationBarTitleText": "收支明细",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/invitationStatistics/index",
  71. "style": {
  72. "navigationBarTitleText": "邀请统计",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/publicSharingDetails/index",
  78. "style": {
  79. "navigationBarTitleText": "全民分享详情",
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/passwordSet/index",
  85. "style": {
  86. "navigationBarTitleText": "设置密码",
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/resetpass/index",
  92. "style": {
  93. "navigationBarTitleText": "修改密码",
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "pages/networkAuth/index",
  99. "style": {
  100. "navigationBarTitleText": "银联支付入网签约认证",
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "pages/bankCard/index",
  106. "style": {
  107. "navigationBarTitleText": "我的银行卡",
  108. "navigationStyle": "custom"
  109. }
  110. }
  111. ],
  112. "globalStyle": {
  113. "navigationBarTextStyle": "black",
  114. "navigationBarTitleText": "uni-app",
  115. "navigationBarBackgroundColor": "#F8F8F8",
  116. "backgroundColor": "#F8F8F8"
  117. },
  118. "uniIdRouter": {}
  119. }