pages.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/login/login",
  8. "style": {
  9. "navigationBarTitleText": "",
  10. "enablePullDownRefresh": false,
  11. "navigationStyle": "custom",
  12. "app-plus": {
  13. "bounce": "none"
  14. }
  15. }
  16. }, {
  17. "path": "pages/register/register",
  18. "style": {
  19. "navigationBarTitleText": "新司机注册",
  20. "enablePullDownRefresh": false,
  21. "navigationStyle": "custom",
  22. "app-plus": {
  23. "bounce": "none"
  24. },
  25. "backgroundColor": "#EEF0F6"
  26. }
  27. }, {
  28. "path": "pages/workbench/workbench",
  29. "style": {
  30. "navigationBarTitleText": "工作台",
  31. "enablePullDownRefresh": false
  32. }
  33. }, {
  34. "path": "pages/order_list/order_list",
  35. "style": {
  36. "navigationBarTitleText": "我的订单",
  37. "enablePullDownRefresh": false
  38. }
  39. }, {
  40. "path": "pages/message_list/message_list",
  41. "style": {
  42. "navigationBarTitleText": "系统消息",
  43. "enablePullDownRefresh": false
  44. }
  45. }, {
  46. "path": "pages/mine/mine",
  47. "style": {
  48. "navigationBarTitleText": "个人中心",
  49. "enablePullDownRefresh": false
  50. }
  51. }, {
  52. "path": "pages/message/message",
  53. "style": {
  54. "navigationBarTitleText": "系统消息",
  55. "enablePullDownRefresh": false
  56. }
  57. }
  58. , {
  59. "path": "pages/heat_chart/heat_chart",
  60. "style": {
  61. "navigationBarTitleText": "接单热点地区",
  62. "enablePullDownRefresh": false
  63. }
  64. }
  65. ],
  66. "tabBar": {
  67. "color": "#444",
  68. "selectedColor": "#1297DB",
  69. "list": [{
  70. "text": "工作台",
  71. "pagePath": "pages/workbench/workbench",
  72. "iconPath": "static/tab_bar/workbench_1.png",
  73. "selectedIconPath": "static/tab_bar/workbench_2.png"
  74. },
  75. {
  76. "text": "我的订单",
  77. "pagePath": "pages/order_list/order_list",
  78. "iconPath": "static/tab_bar/order_1.png",
  79. "selectedIconPath": "static/tab_bar/order_2.png"
  80. },
  81. {
  82. "text": "消息中心",
  83. "pagePath": "pages/message_list/message_list",
  84. "iconPath": "static/tab_bar/message_1.png",
  85. "selectedIconPath": "static/tab_bar/message_2.png"
  86. },
  87. {
  88. "text": "个人中心",
  89. "pagePath": "pages/mine/mine",
  90. "iconPath": "static/tab_bar/people_1.png",
  91. "selectedIconPath": "static/tab_bar/people_2.png"
  92. }
  93. ]
  94. },
  95. "globalStyle": {
  96. "navigationBarTextStyle": "white",
  97. "navigationBarTitleText": "华夏代驾",
  98. "navigationBarBackgroundColor": "#2074FD",
  99. "backgroundColor": "#FFFFFF"
  100. },
  101. "subPackages": [{
  102. "root": "identity",
  103. "pages": [{
  104. "path": "filling/filling",
  105. "style": {
  106. "navigationBarTitleText": "实名登记",
  107. "enablePullDownRefresh": false,
  108. "usingComponents": {
  109. "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
  110. }
  111. }
  112. }, {
  113. "path": "identity_camera/identity_camera",
  114. "style": {
  115. "navigationBarTitleText": "证件拍照",
  116. "enablePullDownRefresh": false
  117. }
  118. },
  119. {
  120. "path": "face_camera/face_camera",
  121. "style": {
  122. "navigationBarTitleText": "人脸识别",
  123. "enablePullDownRefresh": false
  124. }
  125. }
  126. ]
  127. },
  128. {
  129. "root": "user",
  130. "pages": [{
  131. "path": "account/account",
  132. "style": {
  133. "navigationBarTitleText": "账号与安全",
  134. "enablePullDownRefresh": false
  135. }
  136. }, {
  137. "path": "settings/settings",
  138. "style": {
  139. "navigationBarTitleText": "接单设置",
  140. "enablePullDownRefresh": false
  141. }
  142. }, {
  143. "path": "fine_list/fine_list",
  144. "style": {
  145. "navigationBarTitleText": "罚款列表",
  146. "enablePullDownRefresh": false
  147. }
  148. }]
  149. },
  150. {
  151. "root": "rule",
  152. "pages": [{
  153. "path": "bill_rule/bill_rule",
  154. "style": {
  155. "navigationBarTitleText": "计费规则",
  156. "enablePullDownRefresh": false
  157. }
  158. }, {
  159. "path": "user_rule/user_rule",
  160. "style": {
  161. "navigationBarTitleText": "用户规则",
  162. "enablePullDownRefresh": false
  163. }
  164. },
  165. {
  166. "path": "cancel_rule/cancel_rule",
  167. "style": {
  168. "navigationBarTitleText": "取消规则",
  169. "enablePullDownRefresh": false
  170. }
  171. },
  172. {
  173. "path": "user_guide/user_guide",
  174. "style": {
  175. "navigationBarTitleText": "用户指南",
  176. "enablePullDownRefresh": false
  177. }
  178. }
  179. ]
  180. },
  181. {
  182. "root": "wallet",
  183. "pages": [{
  184. "path": "recharge/recharge",
  185. "style": {
  186. "navigationBarTitleText": "钱包充值",
  187. "enablePullDownRefresh": false
  188. }
  189. }, {
  190. "path": "wallet/wallet",
  191. "style": {
  192. "navigationBarTitleText": "我的钱包",
  193. "enablePullDownRefresh": false
  194. }
  195. }]
  196. },
  197. {
  198. "root": "execution",
  199. "pages": [{
  200. "path": "move/move",
  201. "style": {
  202. "navigationBarTitleText": "司乘同显",
  203. "enablePullDownRefresh": false
  204. }
  205. }]
  206. },
  207. {
  208. "root": "order",
  209. "pages": [{
  210. "path": "order/order",
  211. "style": {
  212. "navigationBarTitleText": "订单详情",
  213. "enablePullDownRefresh": false
  214. }
  215. }, {
  216. "path": "enter_fee/enter_fee",
  217. "style": {
  218. "navigationBarTitleText": "输入相关费用",
  219. "enablePullDownRefresh": false
  220. }
  221. }, {
  222. "path": "order_bill/order_bill",
  223. "style": {
  224. "navigationBarTitleText": "订单费用",
  225. "enablePullDownRefresh": false
  226. }
  227. }, {
  228. "path": "waiting_payment/waiting_payment",
  229. "style": {
  230. "navigationBarTitleText": "等待客户付款",
  231. "enablePullDownRefresh": false
  232. }
  233. }]
  234. }
  235. ]
  236. }