pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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/waybillDeliveryOrder/index",
  111. "style": {
  112. "navigationBarTitleText": "派送单"
  113. }
  114. },
  115. {
  116. "path": "pages/waybillNo/index",
  117. "style": {
  118. "navigationBarTitleText": "库位绑定",
  119. "app-plus": {
  120. "bounce": "none",
  121. "titleNView": {
  122. "buttons": [{
  123. "fontSize": "16px",
  124. "text": "历史"
  125. }],
  126. "backButton": {
  127. "background": "#00FF00"
  128. }
  129. }
  130. }
  131. }
  132. },
  133. {
  134. "path": "pages/waybillNo/waybillNoLog",
  135. "style": {
  136. "navigationBarTitleText": "录入历史"
  137. }
  138. }
  139. ],
  140. "globalStyle": {
  141. "navigationBarTextStyle": "black",
  142. "navigationBarTitleText": "uni-app",
  143. "navigationBarBackgroundColor": "#F8F8F8",
  144. "backgroundColor": "#F8F8F8"
  145. },
  146. "tabBar": {
  147. "color": "#7A7E83",
  148. "selectedColor": "#007AFF",
  149. "borderStyle": "black",
  150. "backgroundColor": "#F8F8F8",
  151. "list": [{
  152. "pagePath": "pages/home/index",
  153. "iconPath": "static/home.png",
  154. "selectedIconPath": "static/home_fill.png",
  155. "text": "首页"
  156. },
  157. {
  158. "pagePath": "pages/profile/index",
  159. "iconPath": "static/people.png",
  160. "selectedIconPath": "static/people_fill.png",
  161. "text": "我的"
  162. }
  163. ]
  164. },
  165. "uniIdRouter": {}
  166. }