pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. {
  10. "path": "pages/home/Home",
  11. "name": "home",
  12. "style": {
  13. "mp-alipay": {
  14. "allowsBounceVertical": "NO"
  15. },
  16. "navigationBarTitleText": "首页"
  17. }
  18. },
  19. {
  20. "path": "pages/login/Login",
  21. "name": "login",
  22. "style": {
  23. "mp-alipay": {
  24. "allowsBounceVertical": "NO"
  25. },
  26. "navigationBarTitleText": ""
  27. }
  28. },
  29. {
  30. "path": "pages/publish/Publish",
  31. "name": "publish",
  32. "style": {
  33. "navigationStyle": "default",
  34. "navigationBarTitleText": "发布表单"
  35. }
  36. },
  37. {
  38. "path": "pages/publish/Duizhang",
  39. "name": "duizhang",
  40. "style": {
  41. "navigationStyle": "default",
  42. "navigationBarTitleText": "发布表单"
  43. }
  44. },
  45. {
  46. "path": "pages/publish/driver",
  47. "name": "driver",
  48. "style": {
  49. "navigationStyle": "default",
  50. "navigationBarTitleText": "司机管理"
  51. }
  52. },
  53. {
  54. "path": "pages/mine/Mine",
  55. "name": "mine",
  56. "style": {
  57. "navigationStyle": "default",
  58. "navigationBarTitleText": "我的"
  59. }
  60. },
  61. {
  62. "path": "pages/home/history",
  63. "style": {
  64. "navigationStyle": "default",
  65. "navigationBarTitleText": "加油记录",
  66. "enablePullDownRefresh": true
  67. }
  68. },
  69. {
  70. "path": "pages/home/drvier",
  71. "style": {
  72. "navigationStyle": "default",
  73. "navigationBarTitleText": "司机信息"
  74. }
  75. },
  76. {
  77. "path": "pages/home/drvierhistory",
  78. "style": {
  79. "navigationStyle": "default",
  80. "navigationBarTitleText": "司机加油记录"
  81. }
  82. },
  83. {
  84. "path": "pages/procure/list",
  85. "style": {
  86. "navigationStyle": "default",
  87. "navigationBarTitleText": "采购管理"
  88. }
  89. },
  90. {
  91. "path": "pages/procure/edit",
  92. "style": {
  93. "navigationStyle": "default",
  94. "navigationBarTitleText": "采购管理"
  95. }
  96. },
  97. {
  98. "path": "pages/procure/view",
  99. "style": {
  100. "navigationStyle": "default",
  101. "navigationBarTitleText": "详情"
  102. }
  103. },
  104. {
  105. "path": "pages/settlement/list",
  106. "style": {
  107. "navigationStyle": "default",
  108. "enablePullDownRefresh": true,
  109. "navigationBarTitleText": "结算管理"
  110. }
  111. },
  112. {
  113. "path": "pages/settlement/form",
  114. "style": {
  115. "navigationStyle": "default",
  116. "navigationBarTitleText": "结算管理"
  117. }
  118. },
  119. {
  120. "path": "pages/settlement/detail",
  121. "style": {
  122. "navigationStyle": "default",
  123. "navigationBarTitleText": "结算管理"
  124. }
  125. },
  126. {
  127. "path": "pages/oils/list",
  128. "style": {
  129. "navigationStyle": "default",
  130. "navigationBarTitleText": "项目-油品信息管理",
  131. "enablePullDownRefresh": true
  132. }
  133. },
  134. {
  135. "path": "pages/oils/form",
  136. "style": {
  137. "navigationStyle": "default",
  138. "navigationBarTitleText": "项目-油品信息管理"
  139. }
  140. },
  141. {
  142. "path": "pages/oils/detail",
  143. "style": {
  144. "navigationStyle": "default",
  145. "navigationBarTitleText": "项目-油品信息管理"
  146. }
  147. },
  148. {
  149. "path": "pages/payment/list",
  150. "style": {
  151. "navigationStyle": "default",
  152. "navigationBarTitleText": "回款打款管理"
  153. }
  154. },
  155. {
  156. "path": "pages/payment/edit",
  157. "style": {
  158. "navigationStyle": "default",
  159. "navigationBarTitleText": "回款打款管理"
  160. }
  161. },
  162. {
  163. "path": "pages/payment/view",
  164. "style": {
  165. "navigationStyle": "default",
  166. "navigationBarTitleText": "详情"
  167. }
  168. }
  169. ],
  170. "tabBar": {
  171. "custom": true,
  172. "color": "#bfbfbf",
  173. "selectedColor": "#0165FF",
  174. "backgroundColor": "#ffffff",
  175. "list": [
  176. {
  177. "pagePath": "pages/home/Home",
  178. "text": "首页"
  179. },
  180. {
  181. "pagePath": "pages/mine/Mine",
  182. "text": "我的"
  183. }
  184. ]
  185. },
  186. "globalStyle": {
  187. "navigationBarTextStyle": "black",
  188. "navigationBarBackgroundColor": "#FFF",
  189. "backgroundColor": "#F8F8F8",
  190. "navigationStyle": "custom"
  191. }
  192. }