pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationBarTitleText": "英途仓库"
  7. }
  8. },
  9. // {
  10. // "path": "pages/scan/index",
  11. // "style": {
  12. // "navigationBarTitleText": "扫描入库"
  13. // }
  14. // },
  15. {
  16. "path": "pages/weigh/index",
  17. "style": {
  18. "navigationBarTitleText": "称重",
  19. "app-plus": {
  20. "bounce": "none",
  21. "titleNView": {
  22. "buttons": [{
  23. "fontSize": "16px",
  24. "text": "历史"
  25. }],
  26. "backButton": {
  27. "background": "#00FF00"
  28. }
  29. }
  30. }
  31. }
  32. },
  33. {
  34. "path": "pages/weigh/instockLog",
  35. "style": {
  36. "navigationBarTitleText": "录入历史"
  37. }
  38. },
  39. {
  40. "path": "pages/inbound/index",
  41. "style": {
  42. "navigationBarTitleText": "入库",
  43. "app-plus": {
  44. "bounce": "none",
  45. "titleNView": {
  46. "buttons": [{
  47. "fontSize": "16px",
  48. "text": "历史"
  49. }],
  50. "backButton": {
  51. "background": "#00FF00"
  52. }
  53. }
  54. }
  55. }
  56. },
  57. {
  58. "path": "pages/inbound/instockLog",
  59. "style": {
  60. "navigationBarTitleText": "录入历史"
  61. }
  62. },
  63. {
  64. "path": "pages/outbound/index",
  65. "style": {
  66. "navigationBarTitleText": "出库",
  67. "app-plus": {
  68. "bounce": "none",
  69. "titleNView": {
  70. "buttons": [{
  71. "fontSize": "16px",
  72. "text": "历史"
  73. }],
  74. "backButton": {
  75. "background": "#00FF00"
  76. }
  77. }
  78. }
  79. }
  80. },
  81. {
  82. "path": "pages/outbound/instockLog",
  83. "style": {
  84. "navigationBarTitleText": "录入历史"
  85. }
  86. },
  87. {
  88. "path": "pages/profile/index",
  89. "style": {
  90. "navigationBarTitleText": "我的"
  91. }
  92. },
  93. {
  94. "path": "pages/login/index",
  95. "style": {
  96. "navigationBarTitleText": "登录"
  97. }
  98. },
  99. {
  100. "path": "pages/order/index",
  101. "style": {
  102. "navigationBarTitleText": "ORDER"
  103. }
  104. },
  105. {
  106. "path": "pages/scanLotno/index",
  107. "style": {
  108. "navigationBarTitleText": "托盘/批次",
  109. "app-plus": {
  110. "bounce": "none",
  111. "titleNView": {
  112. "buttons": [{
  113. "fontSize": "16px",
  114. "text": "历史"
  115. }],
  116. "backButton": {
  117. "background": "#00FF00"
  118. }
  119. }
  120. }
  121. }
  122. },
  123. {
  124. "path": "pages/scanLotno/lotnoLog",
  125. "style": {
  126. "navigationBarTitleText": "录入历史"
  127. }
  128. }, {
  129. "path": "pages/scanLotno/waybillsList",
  130. "style": {
  131. "navigationBarTitleText": "运单列表"
  132. }
  133. },
  134. {
  135. "path": "pages/warehouseScan/index",
  136. "style": {
  137. "navigationBarTitleText": "仓库扫描",
  138. "app-plus": {
  139. "bounce": "none",
  140. "titleNView": {
  141. "buttons": [{
  142. "fontSize": "16px",
  143. "text": "历史"
  144. }],
  145. "backButton": {
  146. "background": "#00FF00"
  147. }
  148. }
  149. }
  150. }
  151. },
  152. {
  153. "path": "pages/warehouseScan/warehouseLog",
  154. "style": {
  155. "navigationBarTitleText": "录入历史"
  156. }
  157. },
  158. {
  159. "path": "pages/waybillNo/index",
  160. "style": {
  161. "navigationBarTitleText": "库位绑定",
  162. "app-plus": {
  163. "bounce": "none",
  164. "titleNView": {
  165. "buttons": [{
  166. "fontSize": "16px",
  167. "text": "历史"
  168. }],
  169. "backButton": {
  170. "background": "#00FF00"
  171. }
  172. }
  173. }
  174. }
  175. },
  176. {
  177. "path": "pages/waybillNo/waybillNoLog",
  178. "style": {
  179. "navigationBarTitleText": "录入历史"
  180. }
  181. },
  182. {
  183. "path": "pages/waybillDeliveryOrder/index",
  184. "style": {
  185. "navigationBarTitleText": "派送单",
  186. "app-plus": {
  187. "bounce": "none",
  188. "titleNView": {
  189. "buttons": [{
  190. "fontSize": "16px",
  191. "text": "筛选"
  192. }],
  193. "backButton": {
  194. "background": "#00FF00"
  195. }
  196. }
  197. }
  198. }
  199. },
  200. {
  201. "path": "pages/waybillDeliveryOrder/orderInfo",
  202. "style": {
  203. "navigationBarTitleText": "派送详情"
  204. }
  205. },
  206. {
  207. "path": "pages/printer/label",
  208. "style": {
  209. "navigationBarTitleText": "打印"
  210. }
  211. }
  212. ],
  213. "globalStyle": {
  214. "navigationBarTextStyle": "black",
  215. "navigationBarTitleText": "uni-app",
  216. "navigationBarBackgroundColor": "#F8F8F8",
  217. "backgroundColor": "#F8F8F8"
  218. },
  219. "tabBar": {
  220. "color": "#7A7E83",
  221. "selectedColor": "#007AFF",
  222. "borderStyle": "black",
  223. "backgroundColor": "#F8F8F8",
  224. "list": [{
  225. "pagePath": "pages/home/index",
  226. "iconPath": "static/home.png",
  227. "selectedIconPath": "static/home_fill.png",
  228. "text": "首页"
  229. },
  230. {
  231. "pagePath": "pages/profile/index",
  232. "iconPath": "static/people.png",
  233. "selectedIconPath": "static/people_fill.png",
  234. "text": "我的"
  235. }
  236. ]
  237. },
  238. "uniIdRouter": {}
  239. }