pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. {
  2. "tabBar": {
  3. "custom": false,
  4. "color": "#656765",
  5. "selectedColor": "#22C572",
  6. "borderStyle": "black",
  7. "backgroundColor": "#ffffff",
  8. "list": [{
  9. "pagePath": "pages/goodSource/index",
  10. "iconPath": "static/logo.png",
  11. "selectedIconPath": "static/logo.png",
  12. "text": "货源"
  13. },
  14. {
  15. "pagePath": "pages/order/index",
  16. "iconPath": "static/logo.png",
  17. "selectedIconPath": "static/logo.png",
  18. "text": "订单"
  19. },
  20. {
  21. "pagePath": "pages/news/index",
  22. "iconPath": "static/logo.png",
  23. "selectedIconPath": "static/logo.png",
  24. "text": "消息"
  25. },
  26. {
  27. "pagePath": "pages/mine/index",
  28. "iconPath": "static/logo.png",
  29. "selectedIconPath": "static/logo.png",
  30. "text": "我的"
  31. }
  32. ]
  33. },
  34. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  35. {
  36. "path": "pages/goodSource/index",
  37. "style": {
  38. "navigationBarTitleText": "粮运天下"
  39. }
  40. }, {
  41. "path": "pages/order/index",
  42. "style": {
  43. "navigationBarTitleText": "订单",
  44. "enablePullDownRefresh": false
  45. }
  46. }
  47. , {
  48. "path": "pages/news/index",
  49. "style": {
  50. "navigationBarTitleText": "消息",
  51. "enablePullDownRefresh": false
  52. }
  53. },
  54. {
  55. "path": "pages/mine/index",
  56. "style": {
  57. "navigationBarTitleText": "我的",
  58. "enablePullDownRefresh": false
  59. }
  60. },
  61. {
  62. "path": "pages/public/login",
  63. "style": {
  64. "navigationBarTitleText": "登录",
  65. "enablePullDownRefresh": false
  66. }
  67. },
  68. {
  69. "path": "pages/public/register",
  70. "style": {
  71. "navigationBarTitleText": "注册",
  72. "enablePullDownRefresh": false
  73. }
  74. }, {
  75. "path": "pages/goodSource/shippingDetails",
  76. "style": {
  77. "navigationBarTitleText": "发运详情",
  78. "enablePullDownRefresh": false
  79. }
  80. }, {
  81. "path": "pages/order/orderDetails",
  82. "style": {
  83. "navigationBarTitleText": "订单详情",
  84. "enablePullDownRefresh": false
  85. }
  86. }, {
  87. "path": "pages/order/confirmLoading",
  88. "style": {
  89. "navigationBarTitleText": "确认装车",
  90. "enablePullDownRefresh": false
  91. }
  92. }, {
  93. "path": "pages/order/confirmUnloading",
  94. "style": {
  95. "navigationBarTitleText": "确认卸车",
  96. "enablePullDownRefresh": false
  97. }
  98. }, {
  99. "path": "pages/mine/driverCertification",
  100. "style": {
  101. "navigationBarTitleText": "司机认证",
  102. "enablePullDownRefresh": false
  103. }
  104. }, {
  105. "path": "pages/mine/driverCertificationNext",
  106. "style": {
  107. "navigationBarTitleText": "司机认证",
  108. "enablePullDownRefresh": false
  109. }
  110. }, {
  111. "path": "pages/mine/helpDescription",
  112. "style": {
  113. "navigationBarTitleText": "操作说明",
  114. "enablePullDownRefresh": false
  115. }
  116. }, {
  117. "path": "pages/mine/manageVehicles/index",
  118. "style": {
  119. "navigationBarTitleText": "管理车辆",
  120. "enablePullDownRefresh": false
  121. }
  122. }, {
  123. "path": "pages/mine/manageVehicles/addVehicle",
  124. "style": {
  125. "navigationBarTitleText": "添加车辆",
  126. "enablePullDownRefresh": false
  127. }
  128. }, {
  129. "path": "pages/mine/manageVehicles/editVehicle",
  130. "style": {
  131. "navigationBarTitleText": "修改车辆",
  132. "enablePullDownRefresh": false
  133. }
  134. }, {
  135. "path": "pages/mine/manageBankCards/index",
  136. "style": {
  137. "navigationBarTitleText": "银行卡",
  138. "enablePullDownRefresh": false
  139. }
  140. }, {
  141. "path": "pages/mine/manageBankCards/addBankCard",
  142. "style": {
  143. "navigationBarTitleText": "添加银行卡",
  144. "enablePullDownRefresh": false
  145. }
  146. }, {
  147. "path": "pages/mine/manageBankCards/editBankCard",
  148. "style": {
  149. "navigationBarTitleText": "修改银行卡",
  150. "enablePullDownRefresh": false
  151. }
  152. }, {
  153. "path": "pages/mine/set",
  154. "style": {
  155. "navigationBarTitleText": "设置",
  156. "enablePullDownRefresh": false
  157. }
  158. },
  159. {
  160. "path": "pages/mine/camera/idcard/idcard",
  161. "style": {
  162. "navigationStyle": "custom",
  163. "backgroundColor": "#000000"
  164. }
  165. }
  166. ],
  167. "globalStyle": {
  168. "navigationBarTextStyle": "black",
  169. "navigationBarTitleText": "uni-app",
  170. "navigationBarBackgroundColor": "#F8F8F8",
  171. "backgroundColor": "#F8F8F8"
  172. }
  173. }