pages.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index/video",
  8. "style": {
  9. "navigationBarTextStyle": "white",
  10. "navigationBarBackgroundColor": "#000000",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationBarTextStyle": "white",
  18. "navigationBarBackgroundColor": "#000000",
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/public/register",
  24. "style": {
  25. "navigationBarTitleText": "注册",
  26. "app-plus": {
  27. "titleNView": {
  28. "type": "transparent"
  29. }
  30. }
  31. }
  32. }, {
  33. "path": "pages/public/login",
  34. "style": {
  35. "navigationBarTitleText": "登录",
  36. "app-plus": {
  37. "titleNView": {
  38. "type": "transparent"
  39. }
  40. }
  41. }
  42. },
  43. {
  44. "path": "pages/public/wxLogin",
  45. "style": {
  46. "navigationBarTitleText": "微信登录",
  47. "app-plus": {
  48. "titleNView": {
  49. "type": "transparent"
  50. }
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/public/forget",
  56. "style": {
  57. "navigationBarTitleText": "忘记密码",
  58. "app-plus": {
  59. "titleNView": {
  60. "type": "transparent"
  61. }
  62. }
  63. }
  64. },
  65. {
  66. "path": "pages/set/password",
  67. "style": {
  68. "navigationBarTitleText": "修改密码"
  69. }
  70. },
  71. {
  72. "path": "pages/set/userinfo",
  73. "style": {
  74. "navigationBarTitleText": "设置",
  75. "navigationBarBackgroundColor": "#000000",
  76. "navigationBarTextStyle": "white"
  77. }
  78. },
  79. {
  80. "path": "pages/index/info",
  81. "style": {
  82. "navigationBarTitleText": "打款信息",
  83. "navigationBarBackgroundColor": "#000000",
  84. "navigationBarTextStyle": "white"
  85. }
  86. },
  87. {
  88. "path": "pages/index/infoDetail",
  89. "style": {
  90. "navigationBarTitleText": "详情",
  91. "navigationBarBackgroundColor": "#000000",
  92. "navigationBarTextStyle": "white"
  93. }
  94. },
  95. {
  96. "path": "pages/user/team",
  97. "style": {
  98. "navigationBarTitleText": "我的团队",
  99. "navigationBarBackgroundColor": "#000000",
  100. "navigationBarTextStyle": "white"
  101. }
  102. },
  103. {
  104. "path": "pages/user/user",
  105. "style": {
  106. "navigationBarTitleText": "我的",
  107. "navigationBarBackgroundColor": "#000000",
  108. "navigationBarTextStyle": "white"
  109. }
  110. },
  111. {
  112. "path": "pages/user/award",
  113. "style": {
  114. "navigationBarTitleText": "奖励明细",
  115. "app-plus": {
  116. "titleNView": {
  117. "type": "transparent"
  118. }
  119. }
  120. }
  121. },
  122. {
  123. "path": "pages/user/withdrawal",
  124. "style": {
  125. "navigationBarTitleText": "奖励提现"
  126. }
  127. },
  128. {
  129. "path": "pages/user/scoreAccumulate",
  130. "style": {
  131. "navigationBarTitleText": "积分明细"
  132. }
  133. },
  134. {
  135. "path": "pages/redirect/redirect",
  136. "style": {
  137. "navigationBarTitleText": "微信登录跳转页面",
  138. "app-plus": {
  139. "titleNView": false
  140. }
  141. }
  142. },
  143. {
  144. "path": "pages/user/shareQrCode",
  145. "style": {
  146. "navigationBarTitleText": "我的二维码",
  147. "navigationBarBackgroundColor": "#000000",
  148. "navigationBarTextStyle": "white"
  149. }
  150. },
  151. {
  152. "path": "pages/user/promotion",
  153. "style": {
  154. "navigationBarTextStyle": "white",
  155. "app-plus": {
  156. "titleNView": {
  157. "backgroundColor": "#15130f",
  158. "type": "float",
  159. "titleText": "我的推广"
  160. }
  161. }
  162. }
  163. },
  164. {
  165. "path": "pages/profit/profit",
  166. "style": {
  167. // "navigationBarTitleText": "收益中心",
  168. "navigationBarTextStyle": "white",
  169. "app-plus": {
  170. "titleNView": {
  171. "backgroundColor": "#15130f",
  172. "type": "float",
  173. "titleText": "收益中心"
  174. }
  175. }
  176. }
  177. },
  178. {
  179. "path": "pages/public/success",
  180. "style": {
  181. // "navigationBarTitleText": "收益中心",
  182. "navigationBarTextStyle": "white",
  183. "app-plus": {
  184. "titleNView": {
  185. "backgroundColor": "#000000",
  186. "type": "float",
  187. "titleText": "提交成功"
  188. }
  189. }
  190. }
  191. },
  192. {
  193. "path": "pages/user/applyList",
  194. "style": {
  195. "navigationBarTitleText": "审核列表",
  196. "navigationBarTextStyle": "white",
  197. "navigationBarBackgroundColor": "#000000"
  198. }
  199. },
  200. {
  201. "path": "pages/user/upgrade",
  202. "style": {
  203. "navigationBarTitleText": "升级会员",
  204. "navigationBarTextStyle": "white",
  205. "navigationBarBackgroundColor": "#000000"
  206. }
  207. },
  208. {
  209. "path": "pages/upload/upload",
  210. "style": {
  211. "navigationBarTitleText": "上传资料",
  212. "navigationBarTextStyle": "white",
  213. "navigationBarBackgroundColor": "#000000"
  214. }
  215. }
  216. ],
  217. "globalStyle": {
  218. "navigationBarTextStyle": "black",
  219. "navigationBarTitleText": "uni-app",
  220. "navigationBarBackgroundColor": "#FFFFFF",
  221. "backgroundColor": "#f8f8f8"
  222. },
  223. "tabBar": {
  224. "color": "#71614f",
  225. "selectedColor": "#FAD6B0",
  226. "borderStyle": "black",
  227. "backgroundColor": "#15130f",
  228. "list": [{
  229. "pagePath": "pages/index/index",
  230. "iconPath": "static/tabBar/home.png",
  231. "selectedIconPath": "static/tabBar/home-action.png",
  232. "text": "首页"
  233. },
  234. {
  235. "pagePath": "pages/user/applyList",
  236. "iconPath": "static/tabBar/center.png",
  237. "selectedIconPath": "static/tabBar/center-action.png",
  238. "text": "审核列表"
  239. },
  240. {
  241. "pagePath": "pages/user/user",
  242. "iconPath": "static/tabBar/user.png",
  243. "selectedIconPath": "static/tabBar/user-action.png",
  244. "text": "我的"
  245. }
  246. ]
  247. }
  248. }