pages.json 5.4 KB

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