pages.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
  4. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  5. },
  6. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path" : "pages/welcome/welcome",
  9. "style" :
  10. {
  11. "navigationStyle": "custom",
  12. "enablePullDownRefresh": false
  13. }
  14. },
  15. {
  16. "path": "pages/index/index",
  17. "style": {
  18. "navigationBarTitleText" : "首页",
  19. "enablePullDownRefresh": false
  20. }
  21. },
  22. {
  23. "path": "pages/login/login",
  24. "style": {
  25. "navigationBarTitleText" : "登录",
  26. "enablePullDownRefresh": false
  27. }
  28. },
  29. {
  30. "path" : "pages/my/my",
  31. "style" :
  32. {
  33. "navigationBarTitleText" : "个人中心",
  34. "enablePullDownRefresh" : false
  35. }
  36. }, {
  37. "path" : "pages/userInfo/userInfo",
  38. "style" :
  39. {
  40. "navigationBarTitleText" : "个人信息",
  41. "enablePullDownRefresh" : false
  42. }
  43. },
  44. {
  45. "path" : "pages/forgetPassword/forgetPassword",
  46. "style" :
  47. {
  48. "navigationBarTitleText" : "找回密码",
  49. "enablePullDownRefresh" : false
  50. }
  51. },
  52. {
  53. "path" : "pages/updatePassword/updatePassword",
  54. "style" :
  55. {
  56. "navigationBarTitleText" : "修改登录密码",
  57. "enablePullDownRefresh" : false
  58. }
  59. },
  60. {
  61. "path" : "pages/register/register",
  62. "style" :
  63. {
  64. "navigationBarTitleText" : "注册",
  65. "enablePullDownRefresh" : false
  66. }
  67. },
  68. {
  69. "path" : "pages/specialistsList/specialistsList",
  70. "style" :
  71. {
  72. "navigationBarTitleText" : "累计交友圈专员记录"
  73. }
  74. },
  75. {
  76. "path" : "pages/earningsList/earningsList",
  77. "style" :
  78. {
  79. "navigationBarTitleText" : "我的收益",
  80. "enablePullDownRefresh" : false
  81. }
  82. },
  83. {
  84. "path" : "pages/todayEarningsList/todayEarningsList",
  85. "style" :
  86. {
  87. "navigationBarTitleText" : "今日收益",
  88. "enablePullDownRefresh" : false
  89. }
  90. },
  91. {
  92. "path" : "pages/todayPromotionList/todayPromotionList",
  93. "style" :
  94. {
  95. "navigationBarTitleText" : "今日推广",
  96. "enablePullDownRefresh" : false
  97. }
  98. },
  99. {
  100. "path" : "pages/directPromotionList/directPromotionList",
  101. "style" :
  102. {
  103. "navigationBarTitleText" : "我的直推",
  104. "enablePullDownRefresh" : false
  105. }
  106. },
  107. {
  108. "path" : "pages/indirectPromotionList/indirectPromotionList",
  109. "style" :
  110. {
  111. "navigationBarTitleText" : "我的间推",
  112. "enablePullDownRefresh" : false
  113. }
  114. },
  115. {
  116. "path" : "pages/myGroup/myGroup",
  117. "style" :
  118. {
  119. "navigationBarTitleText" : "我的分组",
  120. "enablePullDownRefresh" : false
  121. }
  122. },
  123. {
  124. "path" : "pages/cooperation/cooperation",
  125. "style" :
  126. {
  127. "navigationBarTitleText" : "合作伙伴",
  128. "enablePullDownRefresh" : false
  129. }
  130. },
  131. {
  132. "path" : "pages/addGroup/addGroup",
  133. "style" :
  134. {
  135. "navigationBarTitleText" : "新增分组",
  136. "enablePullDownRefresh" : false
  137. }
  138. },
  139. {
  140. "path" : "pages/purchaseCoupon/purchaseCoupon",
  141. "style" :
  142. {
  143. "navigationBarTitleText" : "购买优惠券",
  144. "enablePullDownRefresh" : false
  145. }
  146. },
  147. {
  148. "path" : "pages/groupDetail/groupDetail",
  149. "style" :
  150. {
  151. "navigationBarTitleText" : "分组详情",
  152. "enablePullDownRefresh" : false
  153. }
  154. },
  155. {
  156. "path" : "pages/updateGroup/updateGroup",
  157. "style" :
  158. {
  159. "navigationBarTitleText" : "修改分组",
  160. "enablePullDownRefresh" : false
  161. }
  162. },
  163. {
  164. "path" : "pages/withdraw/withdraw",
  165. "style" :
  166. {
  167. "navigationBarTitleText" : "收益提现"
  168. }
  169. },
  170. {
  171. "path" : "pages/withdrawalRecord/withdrawalRecord",
  172. "style" :
  173. {
  174. "navigationBarTitleText" : "提现记录"
  175. }
  176. },
  177. {
  178. "path" : "pages/agreement/agreement",
  179. "style" :
  180. {
  181. "navigationBarTitleText" : ""
  182. }
  183. },
  184. {
  185. "path" : "pages/todaySpecialistsList/todaySpecialistsList",
  186. "style" :
  187. {
  188. "navigationBarTitleText" : "今日新增专员记录"
  189. }
  190. },
  191. {
  192. "path" : "pages/specialistsDetail/specialistsDetail",
  193. "style" :
  194. {
  195. "navigationBarTitleText" : "累计交友圈专员详情"
  196. }
  197. },
  198. {
  199. "path" : "pages/spreadRankingList/spreadRankingList",
  200. "style" :
  201. {
  202. "navigationBarTitleText" : "拓客排行榜"
  203. }
  204. }
  205. ],
  206. "tabBar": {
  207. "color": "#999999",
  208. "selectedColor": "#333333",
  209. "borderStyle": "white",
  210. "backgroundColor": "#ffffff",
  211. "list": [{
  212. "pagePath": "pages/index/index",
  213. "iconPath": "static/tabBarImg/dianzan.png",
  214. "selectedIconPath": "static/tabBarImg/dianzan_cur.png",
  215. "text": "首页"
  216. }, {
  217. "pagePath": "pages/my/my",
  218. "iconPath": "static/tabBarImg/me.png",
  219. "selectedIconPath": "static/tabBarImg/me_cur.png",
  220. "text": "我的"
  221. }]
  222. },
  223. "globalStyle": {
  224. // #ifdef H5
  225. "navigationStyle": "custom",
  226. // #endif
  227. "navigationBarTextStyle": "black",
  228. "navigationBarTitleText": "加载中",
  229. "navigationBarBackgroundColor": "#FFE05C",
  230. "backgroundColor": "#ffffff"
  231. },
  232. "uniIdRouter": {}
  233. }