pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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/instock/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. "path": "pages/instock/instockLog",
  34. "style": {
  35. "navigationBarTitleText": "录入历史"
  36. }
  37. },
  38. {
  39. "path": "pages/profile/index",
  40. "style": {
  41. "navigationBarTitleText": "我的"
  42. }
  43. },
  44. {
  45. "path": "pages/login/index",
  46. "style": {
  47. "navigationBarTitleText": "登录"
  48. }
  49. },
  50. {
  51. "path": "pages/order/index",
  52. "style": {
  53. "navigationBarTitleText": "ORDER"
  54. }
  55. },
  56. {
  57. "path": "pages/scanLotno/index",
  58. "style": {
  59. "navigationBarTitleText": "托盘/批次",
  60. "app-plus": {
  61. "bounce": "none",
  62. "titleNView": {
  63. "buttons": [{
  64. "fontSize": "16px",
  65. "text": "历史"
  66. }],
  67. "backButton": {
  68. "background": "#00FF00"
  69. }
  70. }
  71. }
  72. }
  73. },
  74. {
  75. "path": "pages/scanLotno/lotnoLog",
  76. "style": {
  77. "navigationBarTitleText": "录入历史"
  78. }
  79. }, {
  80. "path": "pages/scanLotno/waybillsList",
  81. "style": {
  82. "navigationBarTitleText": "运单列表"
  83. }
  84. },
  85. {
  86. "path": "pages/warehouseScan/index",
  87. "style": {
  88. "navigationBarTitleText": "仓库扫描",
  89. "app-plus": {
  90. "bounce": "none",
  91. "titleNView": {
  92. "buttons": [{
  93. "fontSize": "16px",
  94. "text": "历史"
  95. }],
  96. "backButton": {
  97. "background": "#00FF00"
  98. }
  99. }
  100. }
  101. }
  102. },
  103. {
  104. "path": "pages/warehouseScan/warehouseLog",
  105. "style": {
  106. "navigationBarTitleText": "录入历史"
  107. }
  108. },
  109. {
  110. "path": "pages/waybillNo/index",
  111. "style": {
  112. "navigationBarTitleText": "库位绑定",
  113. "app-plus": {
  114. "bounce": "none",
  115. "titleNView": {
  116. "buttons": [{
  117. "fontSize": "16px",
  118. "text": "历史"
  119. }],
  120. "backButton": {
  121. "background": "#00FF00"
  122. }
  123. }
  124. }
  125. }
  126. },
  127. {
  128. "path": "pages/waybillNo/waybillNoLog",
  129. "style": {
  130. "navigationBarTitleText": "录入历史"
  131. }
  132. },
  133. {
  134. "path": "pages/waybillDeliveryOrder/index",
  135. "style": {
  136. "navigationBarTitleText": "派送单",
  137. "app-plus": {
  138. "bounce": "none",
  139. "titleNView": {
  140. "buttons": [{
  141. "fontSize": "16px",
  142. "text": "筛选"
  143. }],
  144. "backButton": {
  145. "background": "#00FF00"
  146. }
  147. }
  148. }
  149. }
  150. },
  151. {
  152. "path": "pages/waybillDeliveryOrder/orderInfo",
  153. "style": {
  154. "navigationBarTitleText": "派送详情"
  155. }
  156. }
  157. ],
  158. "globalStyle": {
  159. "navigationBarTextStyle": "black",
  160. "navigationBarTitleText": "uni-app",
  161. "navigationBarBackgroundColor": "#F8F8F8",
  162. "backgroundColor": "#F8F8F8"
  163. },
  164. "tabBar": {
  165. "color": "#7A7E83",
  166. "selectedColor": "#007AFF",
  167. "borderStyle": "black",
  168. "backgroundColor": "#F8F8F8",
  169. "list": [{
  170. "pagePath": "pages/home/index",
  171. "iconPath": "static/home.png",
  172. "selectedIconPath": "static/home_fill.png",
  173. "text": "首页"
  174. },
  175. {
  176. "pagePath": "pages/profile/index",
  177. "iconPath": "static/people.png",
  178. "selectedIconPath": "static/people_fill.png",
  179. "text": "我的"
  180. }
  181. ]
  182. },
  183. "uniIdRouter": {}
  184. }