pages.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/recruit/landing",
  12. "style": {
  13. "navigationBarTitleText": "加入宠宝履约者",
  14. "navigationBarBackgroundColor": "#FF9800",
  15. "navigationBarTextStyle": "white",
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. {
  20. "path": "pages/recruit/form",
  21. "style": {
  22. "navigationBarTitleText": "我要加入"
  23. }
  24. },
  25. {
  26. "path": "pages/recruit/auth",
  27. "style": {
  28. "navigationBarTitleText": "实名认证"
  29. }
  30. },
  31. {
  32. "path": "pages/recruit/qualifications",
  33. "style": {
  34. "navigationBarTitleText": "我的资质"
  35. }
  36. },
  37. {
  38. "path": "pages/recruit/success",
  39. "style": {
  40. "navigationBarTitleText": "提交成功"
  41. }
  42. },
  43. {
  44. "path": "pages/login/reset-pwd-verify",
  45. "style": {
  46. "navigationBarTitleText": "重置密码"
  47. }
  48. },
  49. {
  50. "path": "pages/login/reset-pwd-set",
  51. "style": {
  52. "navigationBarTitleText": "设置新密码"
  53. }
  54. },
  55. {
  56. "path": "pages/home/index",
  57. "style": {
  58. "navigationBarTitleText": "任务中心",
  59. "navigationStyle": "custom",
  60. "enablePullDownRefresh": true
  61. }
  62. },
  63. {
  64. "path": "pages/home/work-status",
  65. "style": {
  66. "navigationBarTitleText": "工作状态",
  67. "navigationStyle": "default",
  68. "navigationBarBackgroundColor": "#ffffff",
  69. "navigationBarTextStyle": "black"
  70. }
  71. },
  72. {
  73. "path": "pages/orders/index",
  74. "style": {
  75. "navigationBarTitleText": "我的订单",
  76. "navigationBarBackgroundColor": "#ffffff",
  77. "navigationBarTextStyle": "black",
  78. "enablePullDownRefresh": true
  79. }
  80. },
  81. {
  82. "path": "pages/orders/detail",
  83. "style": {
  84. "navigationBarTitleText": "订单详情",
  85. "navigationBarBackgroundColor": "#ffffff",
  86. "navigationBarTextStyle": "black"
  87. }
  88. },
  89. {
  90. "path": "pages/orders/anomaly",
  91. "style": {
  92. "navigationBarTitleText": "异常上报",
  93. "navigationBarBackgroundColor": "#ffffff",
  94. "navigationBarTextStyle": "black"
  95. }
  96. },
  97. {
  98. "path": "pages/mine/order-stats",
  99. "style": {
  100. "navigationBarTitleText": "订单统计",
  101. "navigationBarBackgroundColor": "#ffffff",
  102. "navigationBarTextStyle": "black"
  103. }
  104. },
  105. {
  106. "path": "pages/mine/rewards",
  107. "style": {
  108. "navigationBarTitleText": "我的奖惩",
  109. "navigationBarBackgroundColor": "#ffffff",
  110. "navigationBarTextStyle": "black"
  111. }
  112. },
  113. {
  114. "path": "pages/mine/rewards-all",
  115. "style": {
  116. "navigationBarTitleText": "收款记录",
  117. "navigationBarBackgroundColor": "#ffffff",
  118. "navigationBarTextStyle": "black"
  119. }
  120. },
  121. {
  122. "path": "pages/mine/index",
  123. "style": {
  124. "navigationBarTitleText": "个人中心",
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "pages/mine/settings/index",
  130. "style": {
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "pages/mine/settings/profile/index",
  136. "style": {
  137. "navigationStyle": "custom"
  138. }
  139. },
  140. {
  141. "path": "pages/mine/settings/auth/index",
  142. "style": {
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "pages/mine/settings/auth/edit",
  148. "style": {
  149. "navigationStyle": "custom"
  150. }
  151. },
  152. {
  153. "path": "pages/mine/settings/bank/index",
  154. "style": {
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "pages/mine/settings/security/index",
  160. "style": {
  161. "navigationStyle": "custom"
  162. }
  163. },
  164. {
  165. "path": "pages/mine/settings/profile/edit-name",
  166. "style": {
  167. "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "pages/mine/settings/security/change-password",
  172. "style": {
  173. "navigationStyle": "custom"
  174. }
  175. },
  176. {
  177. "path": "pages/mine/settings/security/change-phone",
  178. "style": {
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "pages/mine/settings/notification/index",
  184. "style": {
  185. "navigationStyle": "custom"
  186. }
  187. },
  188. {
  189. "path": "pages/mine/settings/about/index",
  190. "style": {
  191. "navigationStyle": "custom"
  192. }
  193. },
  194. {
  195. "path": "pages/mine/wallet/index",
  196. "style": {
  197. "navigationStyle": "custom"
  198. }
  199. },
  200. {
  201. "path": "pages/mine/wallet/bill",
  202. "style": {
  203. "navigationStyle": "custom"
  204. }
  205. },
  206. {
  207. "path": "pages/mine/level/index",
  208. "style": {
  209. "navigationStyle": "custom"
  210. }
  211. },
  212. {
  213. "path": "pages/mine/message/index",
  214. "style": {
  215. "navigationStyle": "custom"
  216. }
  217. },
  218. {
  219. "path": "pages/mine/message/order",
  220. "style": {
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "pages/mine/message/system",
  226. "style": {
  227. "navigationStyle": "custom"
  228. }
  229. },
  230. {
  231. "path": "pages/mine/message/detail",
  232. "style": {
  233. "navigationStyle": "custom"
  234. }
  235. },
  236. {
  237. "path": "pages/mine/points/index",
  238. "style": {
  239. "navigationStyle": "custom"
  240. }
  241. },
  242. {
  243. "path": "pages/mine/points/detail",
  244. "style": {
  245. "navigationStyle": "custom"
  246. }
  247. }
  248. ],
  249. "globalStyle": {
  250. "navigationBarTextStyle": "black",
  251. "navigationBarTitleText": "uni-app",
  252. "navigationBarBackgroundColor": "#F8F8F8",
  253. "backgroundColor": "#F8F8F8"
  254. },
  255. "tabBar": {
  256. "color": "#999999",
  257. "selectedColor": "#FF5722",
  258. "backgroundColor": "#ffffff",
  259. "borderStyle": "black",
  260. "list": [
  261. {
  262. "pagePath": "pages/home/index",
  263. "text": "任务中心",
  264. "iconPath": "static/tabbar/home.svg",
  265. "selectedIconPath": "static/tabbar/home-active.svg"
  266. },
  267. {
  268. "pagePath": "pages/orders/index",
  269. "text": "我的订单",
  270. "iconPath": "static/tabbar/order.svg",
  271. "selectedIconPath": "static/tabbar/order-active.svg"
  272. },
  273. {
  274. "pagePath": "pages/mine/index",
  275. "text": "我的",
  276. "iconPath": "static/tabbar/mine.svg",
  277. "selectedIconPath": "static/tabbar/mine-active.svg"
  278. }
  279. ]
  280. },
  281. "uniIdRouter": {}
  282. }