pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTextStyle":"white",
  6. "navigationBarBackgroundColor":"#000000",
  7. "navigationStyle":"custom"
  8. }
  9. },
  10. {
  11. "path": "pages/public/register",
  12. "style": {
  13. "navigationBarTitleText": "注册",
  14. "app-plus": {
  15. "titleNView": {
  16. "type": "transparent"
  17. }
  18. }
  19. }
  20. }, {
  21. "path": "pages/public/login",
  22. "style": {
  23. "navigationBarTitleText": "登录",
  24. "app-plus": {
  25. "titleNView": {
  26. "type": "transparent"
  27. }
  28. }
  29. }
  30. },
  31. {
  32. "path": "pages/public/wxLogin",
  33. "style": {
  34. "navigationBarTitleText": "微信登录",
  35. "app-plus": {
  36. "titleNView": {
  37. "type": "transparent"
  38. }
  39. }
  40. }
  41. },
  42. {
  43. "path": "pages/public/forget",
  44. "style": {
  45. "navigationBarTitleText": "忘记密码",
  46. "app-plus": {
  47. "titleNView": {
  48. "type": "transparent"
  49. }
  50. }
  51. }
  52. },
  53. {
  54. "path": "pages/set/set",
  55. "style": {
  56. "navigationBarTitleText": "设置"
  57. }
  58. },
  59. {
  60. "path": "pages/set/password",
  61. "style": {
  62. "navigationBarTitleText": "修改密码"
  63. }
  64. },
  65. {
  66. "path": "pages/set/userinfo",
  67. "style": {
  68. "navigationBarTitleText": "修改资料"
  69. }
  70. },
  71. {
  72. "path": "pages/user/user",
  73. "style": {
  74. "navigationBarTitleText": "我的",
  75. "navigationBarBackgroundColor":"#000",
  76. "navigationBarTextStyle":"white"
  77. }
  78. },
  79. {
  80. "path": "pages/user/award",
  81. "style": {
  82. "navigationBarTitleText": "奖励明细",
  83. "app-plus": {
  84. "titleNView": {
  85. "type": "transparent"
  86. }
  87. }
  88. }
  89. },
  90. {
  91. "path": "pages/user/withdrawal",
  92. "style": {
  93. "navigationBarTitleText": "奖励提现"
  94. }
  95. },
  96. {
  97. "path": "pages/user/scoreAccumulate",
  98. "style": {
  99. "navigationBarTitleText": "积分明细"
  100. }
  101. },
  102. {
  103. "path": "pages/redirect/redirect",
  104. "style": {
  105. "navigationBarTitleText": "微信登录跳转页面",
  106. "app-plus": {
  107. "titleNView": false
  108. }
  109. }
  110. },
  111. {
  112. "path": "pages/user/shareQrCode",
  113. "style": {
  114. "navigationBarTitleText": "邀请好友"
  115. }
  116. },
  117. {
  118. "path": "pages/profit/profit",
  119. "style": {
  120. "navigationBarTitleText": "收益中心",
  121. "navigationBarBackgroundColor": "transparent",
  122. "navigationBarTextStyle": "white"
  123. // "transparentTitle":"always"
  124. }
  125. }
  126. ,{
  127. "path": "pages/upload/upload",
  128. "style": {
  129. "navigationBarTitleText": "上传资料",
  130. "navigationBarTextStyle":"white",
  131. "navigationBarBackgroundColor":"#000000"
  132. }
  133. }
  134. ],
  135. "globalStyle": {
  136. "navigationBarTextStyle": "black",
  137. "navigationBarTitleText": "uni-app",
  138. "navigationBarBackgroundColor": "#FFFFFF",
  139. "backgroundColor": "#f8f8f8"
  140. },
  141. "tabBar": {
  142. "color": "#71614f",
  143. "selectedColor": "#FAD6B0",
  144. "borderStyle": "black",
  145. "backgroundColor": "#15130f",
  146. "list": [{
  147. "pagePath": "pages/index/index",
  148. "iconPath": "static/tabBar/home.png",
  149. "selectedIconPath": "static/tabBar/home-action.png",
  150. "text": "首页"
  151. },
  152. {
  153. "pagePath": "pages/profit/profit",
  154. "iconPath": "static/tabBar/center.png",
  155. "selectedIconPath": "static/tabBar/center-action.png",
  156. "text": "收益中心"
  157. },
  158. {
  159. "pagePath": "pages/user/user",
  160. "iconPath": "static/tabBar/user.png",
  161. "selectedIconPath": "static/tabBar/user-action.png",
  162. "text": "我的"
  163. }
  164. ]
  165. }
  166. }