pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. // #ifdef MP
  7. "navigationStyle": "custom",
  8. // #endif
  9. // #ifndef MP
  10. "app-plus": {
  11. "titleNView": {
  12. "type": "transparent",
  13. "searchInput": {
  14. "backgroundColor": "rgba(231, 231, 231,.7)",
  15. "borderRadius": "16px",
  16. "placeholder": "请输入关键字",
  17. "disabled": true,
  18. "placeholderColor": "#606266",
  19. "align": "left"
  20. },
  21. "buttons": [{
  22. "fontSrc": "/static/yticon.ttf",
  23. "text": "\ue60d",
  24. "fontSize": "26",
  25. "color": "#303133",
  26. "float": "left",
  27. "background": "rgba(0,0,0,0)"
  28. },
  29. {
  30. "fontSrc": "/static/yticon.ttf",
  31. "text": "\ue744",
  32. "fontSize": "27",
  33. "color": "#303133",
  34. "background": "rgba(0,0,0,0)"
  35. }
  36. ]
  37. }
  38. },
  39. // #endif
  40. "navigationBarTitleText": "商城首页"
  41. }
  42. },
  43. {
  44. "path": "pages/public/register",
  45. "style": {
  46. "navigationBarTitleText": "注册",
  47. "app-plus": {
  48. "titleNView": {
  49. "type": "transparent"
  50. }
  51. }
  52. }
  53. }, {
  54. "path": "pages/public/login",
  55. "style": {
  56. "navigationBarTitleText": "登录",
  57. "app-plus": {
  58. "titleNView": {
  59. "type": "transparent"
  60. }
  61. }
  62. }
  63. },
  64. {
  65. "path": "pages/public/wxLogin",
  66. "style": {
  67. "navigationBarTitleText": "微信登录",
  68. "app-plus": {
  69. "titleNView": {
  70. "type": "transparent"
  71. }
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/public/forget",
  77. "style": {
  78. "navigationBarTitleText": "忘记密码",
  79. "app-plus": {
  80. "titleNView": {
  81. "type": "transparent"
  82. }
  83. }
  84. }
  85. },
  86. {
  87. "path": "pages/set/set",
  88. "style": {
  89. "navigationBarTitleText": "设置"
  90. }
  91. },
  92. {
  93. "path": "pages/set/password",
  94. "style": {
  95. "navigationBarTitleText": "修改密码"
  96. }
  97. },
  98. {
  99. "path": "pages/set/userinfo",
  100. "style": {
  101. "navigationBarTitleText": "修改资料"
  102. }
  103. },
  104. {
  105. "path": "pages/user/user",
  106. "style": {
  107. "navigationBarTitleText": "我的",
  108. "navigationBarBackgroundColor":"#000",
  109. "navigationBarTextStyle":"white"
  110. }
  111. },
  112. {
  113. "path": "pages/user/award",
  114. "style": {
  115. "navigationBarTitleText": "奖励明细",
  116. "app-plus": {
  117. "titleNView": {
  118. "type": "transparent"
  119. }
  120. }
  121. }
  122. },
  123. {
  124. "path": "pages/user/withdrawal",
  125. "style": {
  126. "navigationBarTitleText": "奖励提现"
  127. }
  128. },
  129. {
  130. "path": "pages/user/scoreAccumulate",
  131. "style": {
  132. "navigationBarTitleText": "积分明细"
  133. }
  134. },
  135. {
  136. "path": "pages/redirect/redirect",
  137. "style": {
  138. "navigationBarTitleText": "微信登录跳转页面",
  139. "app-plus": {
  140. "titleNView": false
  141. }
  142. }
  143. },
  144. {
  145. "path": "pages/user/shareQrCode",
  146. "style": {
  147. "navigationBarTitleText": "我的二维码",
  148. "navigationBarBackgroundColor":"#000",
  149. "navigationBarTextStyle":"white"
  150. }
  151. },
  152. {
  153. "path": "pages/profit/profit",
  154. "style": {
  155. "navigationBarTitleText": "收益中心"
  156. }
  157. }
  158. ],
  159. "globalStyle": {
  160. "navigationBarTextStyle": "black",
  161. "navigationBarTitleText": "uni-app",
  162. "navigationBarBackgroundColor": "#FFFFFF",
  163. "backgroundColor": "#f8f8f8"
  164. },
  165. "tabBar": {
  166. "color": "#71614f",
  167. "selectedColor": "#FAD6B0",
  168. "borderStyle": "black",
  169. "backgroundColor": "#15130f",
  170. "list": [{
  171. "pagePath": "pages/index/index",
  172. "iconPath": "static/tabBar/home.png",
  173. "selectedIconPath": "static/tabBar/home-action.png",
  174. "text": "首页"
  175. },
  176. {
  177. "pagePath": "pages/profit/profit",
  178. "iconPath": "static/tabBar/center.png",
  179. "selectedIconPath": "static/tabBar/center-action.png",
  180. "text": "收益中心"
  181. },
  182. {
  183. "pagePath": "pages/user/user",
  184. "iconPath": "static/tabBar/user.png",
  185. "selectedIconPath": "static/tabBar/user-action.png",
  186. "text": "我的"
  187. }
  188. ]
  189. }
  190. }