pages.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. {
  2. // 如果您是通过uni_modules形式引入uView,可以忽略此配置
  3. "easycom": {
  4. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationStyle": "custom"
  11. // "navigationBarTitleText": "首页"
  12. }
  13. },
  14. {
  15. "path": "pages/my/index",
  16. "style": {
  17. "navigationStyle": "custom"
  18. // "navigationBarTitleText": "我的"
  19. }
  20. },
  21. {
  22. "path": "pages/login/index",
  23. "style": {
  24. "navigationStyle": "custom"
  25. // "navigationBarTitleText": "登录"
  26. }
  27. },
  28. {
  29. "path": "pages/login/register",
  30. "style": {
  31. "navigationStyle": "custom"
  32. // "navigationBarTitleText": "注册"
  33. }
  34. },
  35. {
  36. "path": "pages/login/forget",
  37. "style": {
  38. "navigationStyle": "custom"
  39. // "navigationBarTitleText": "忘记密码"
  40. }
  41. },
  42. {
  43. "path": "pages/growthCenter/index",
  44. "style": {
  45. "navigationBarTitleText": "成长中心"
  46. }
  47. },
  48. {
  49. "path": "pages/growthCenter/wantUpgrade",
  50. "style": {
  51. "navigationBarTitleText": "我要升级"
  52. }
  53. },
  54. {
  55. "path": "pages/rewardBalance/index",
  56. "style": {
  57. "navigationBarTitleText": "悬赏余额"
  58. }
  59. },
  60. {
  61. "path": "pages/rewardBalance/recharge",
  62. "style": {
  63. "navigationBarTitleText": "充值"
  64. }
  65. },
  66. {
  67. "path": "pages/rewardBalance/withdraw",
  68. "style": {
  69. "navigationBarTitleText": "提现"
  70. }
  71. },
  72. {
  73. "path": "pages/taskAmount/withdraw",
  74. "style": {
  75. "navigationBarTitleText": "任务提现"
  76. }
  77. },
  78. {
  79. "path": "pages/taskAmount/withdraw",
  80. "style": {
  81. "navigationBarTitleText": "提现"
  82. }
  83. },
  84. {
  85. "path": "pages/personalProfile/index",
  86. "style": {
  87. "navigationBarTitleText": "个人资料"
  88. }
  89. },
  90. {
  91. "path": "pages/personalProfile/realAuth",
  92. "style": {
  93. "navigationBarTitleText": "实名认证"
  94. }
  95. },
  96. {
  97. "path": "pages/myMessage/index",
  98. "style": {
  99. "navigationBarTitleText": "我的消息"
  100. }
  101. },
  102. {
  103. "path": "pages/myTakeOrder/index",
  104. "style": {
  105. "navigationBarTitleText": "我的接单"
  106. }
  107. },
  108. {
  109. "path": "pages/myBounty/index",
  110. "style": {
  111. "navigationBarTitleText": "我的悬赏"
  112. }
  113. },
  114. {
  115. "path": "pages/inviteFriends/index",
  116. "style": {
  117. "navigationBarTitleText": "邀请好友"
  118. }
  119. },
  120. {
  121. "path": "pages/myTools/index",
  122. "style": {
  123. "navigationBarTitleText": "我的工具包"
  124. }
  125. },
  126. {
  127. "path": "pages/safeguardRights/index",
  128. "style": {
  129. "navigationBarTitleText": "维权"
  130. }
  131. },
  132. {
  133. "path": "pages/statisticsEarnings/index",
  134. "style": {
  135. "navigationBarTitleText": "收入统计"
  136. }
  137. },
  138. {
  139. "path": "pages/myShop/index",
  140. "style": {
  141. "navigationBarTitleText": "我的店铺"
  142. }
  143. },
  144. {
  145. "path": "pages/myMessage/chat",
  146. "style": {
  147. "navigationBarTitleText": "聊天"
  148. // "navigationStyle": "custom",
  149. }
  150. },
  151. {
  152. "path": "pages/activateVIP/index",
  153. "style": {
  154. "navigationBarTitleText": "开通会员"
  155. }
  156. },
  157. {
  158. "path": "pages/setting/index",
  159. "style": {
  160. "navigationBarTitleText": "系统设置"
  161. }
  162. },
  163. {
  164. "path": "pages/setting/accountSecurity",
  165. "style": {
  166. "navigationBarTitleText": "账户安全"
  167. }
  168. },
  169. {
  170. "path": "pages/setting/changePassword",
  171. "style": {
  172. "navigationBarTitleText": "修改密码"
  173. }
  174. },
  175. {
  176. "path": "pages/setting/retrievePassword",
  177. "style": {
  178. "navigationBarTitleText": "找回密码"
  179. }
  180. },
  181. {
  182. "path": "pages/index/notice",
  183. "style": {
  184. "navigationBarTitleText": "公告"
  185. }
  186. },
  187. {
  188. "path": "pages/index/newcomerTasks",
  189. "style": {
  190. "navigationBarTitleText": "新人任务"
  191. }
  192. },
  193. {
  194. "path": "pages/index/taskDetails",
  195. "style": {
  196. "navigationBarTitleText": "任务详情"
  197. }
  198. },
  199. {
  200. "path": "pages/index/search",
  201. "style": {
  202. "navigationBarTitleText": "搜索"
  203. }
  204. },
  205. {
  206. "path": "pages/index/gettingStarted",
  207. "style": {
  208. "navigationBarTitleText": "新手入门"
  209. }
  210. },
  211. {
  212. "path": "pages/index/startedDetails",
  213. "style": {
  214. "navigationBarTitleText": "详情"
  215. }
  216. },
  217. {
  218. "path": "pages/index/popularBounty",
  219. "style": {
  220. "navigationBarTitleText": "热门悬赏"
  221. }
  222. },
  223. {
  224. "path": "pages/index/newestBounty",
  225. "style": {
  226. "navigationBarTitleText": "最新悬赏"
  227. }
  228. },
  229. {
  230. "path": "pages/index/quickCheck",
  231. "style": {
  232. "navigationBarTitleText": "急速快审"
  233. }
  234. },
  235. {
  236. "path": "pages/index/inviteEarnMoney",
  237. "style": {
  238. "navigationBarTitleText": "邀请赚钱"
  239. }
  240. },
  241. {
  242. "path": "pages/index/myInvitation",
  243. "style": {
  244. "navigationBarTitleText": "我的邀请"
  245. }
  246. },
  247. {
  248. "path": "pages/index/invitationRules",
  249. "style": {
  250. "navigationBarTitleText": "邀请规则"
  251. }
  252. }
  253. ],
  254. "globalStyle": {
  255. "navigationBarTextStyle": "black",
  256. "navigationBarTitleText": "众筹帮",
  257. "navigationBarBackgroundColor": "#F8F8F8",
  258. "backgroundColor": "#F8F8F8"
  259. },
  260. "tabBar": {
  261. "color": "#A0A0A0",
  262. "selectedColor": "#FFA74F",
  263. "backgroundColor": "#fff",
  264. "borderStyle": "black",
  265. "height": "60px",
  266. "list": [
  267. {
  268. "text": "首页",
  269. "pagePath": "pages/index/index",
  270. "iconPath": "/static/tabbar/home.png",
  271. "selectedIconPath": "/static/tabbar/homeCheck.png"
  272. },
  273. {
  274. "text": "我的",
  275. "pagePath": "pages/my/index",
  276. "iconPath": "/static/tabbar/my.png",
  277. "selectedIconPath": "/static/tabbar/myCheck.png"
  278. }
  279. ]
  280. },
  281. "uniIdRouter": {}
  282. }