pages.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/personalProfile/realAuth",
  92. "style": {
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. {
  97. "path": "pages/myMessage/index",
  98. "style": {
  99. "navigationStyle": "custom"
  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. "navigationStyle": "custom"
  192. }
  193. },
  194. {
  195. "path": "pages/index/taskDetails",
  196. "style": {
  197. "navigationBarTitleText": "任务详情",
  198. "navigationStyle": "custom" // 隐藏系统导航栏
  199. }
  200. },
  201. {
  202. "path": "pages/index/search",
  203. "style": {
  204. "navigationBarTitleText": "搜索",
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "pages/index/gettingStarted",
  210. "style": {
  211. "navigationBarTitleText": "新手入门"
  212. }
  213. },
  214. {
  215. "path": "pages/index/startedDetails",
  216. "style": {
  217. "navigationBarTitleText": "详情"
  218. }
  219. },
  220. {
  221. "path": "pages/index/popularBounty",
  222. "style": {
  223. "navigationBarTitleText": "热门悬赏"
  224. }
  225. },
  226. {
  227. "path": "pages/index/newestBounty",
  228. "style": {
  229. "navigationBarTitleText": "最新悬赏"
  230. }
  231. },
  232. {
  233. "path": "pages/index/quickCheck",
  234. "style": {
  235. "navigationBarTitleText": "急速快审"
  236. }
  237. },
  238. {
  239. "path": "pages/index/inviteEarnMoney",
  240. "style": {
  241. "navigationBarTitleText": "邀请赚钱"
  242. }
  243. },
  244. {
  245. "path": "pages/index/myInvitation",
  246. "style": {
  247. "navigationBarTitleText": "我的邀请"
  248. }
  249. },
  250. {
  251. "path": "pages/index/invitationRules",
  252. "style": {
  253. "navigationBarTitleText": "邀请规则"
  254. }
  255. }
  256. ],
  257. "globalStyle": {
  258. "navigationBarTextStyle": "black",
  259. "navigationBarTitleText": "众筹帮",
  260. "navigationBarBackgroundColor": "#F8F8F8",
  261. "backgroundColor": "#F8F8F8"
  262. },
  263. "tabBar": {
  264. "color": "#A0A0A0",
  265. "selectedColor": "#FFA74F",
  266. "backgroundColor": "#fff",
  267. "borderStyle": "black",
  268. "height": "60px",
  269. "list": [
  270. {
  271. "text": "首页",
  272. "pagePath": "pages/index/index",
  273. "iconPath": "/static/tabbar/home.png",
  274. "selectedIconPath": "/static/tabbar/homeCheck.png"
  275. },
  276. {
  277. "text": "我的",
  278. "pagePath": "pages/my/index",
  279. "iconPath": "/static/tabbar/my.png",
  280. "selectedIconPath": "/static/tabbar/myCheck.png"
  281. }
  282. ]
  283. },
  284. "uniIdRouter": {}
  285. }