pages.json 5.7 KB

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