pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. // index/index 登录页
  5. {
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "账号管理"
  9. }
  10. },
  11. {
  12. "path": "pages/dashboard/index",
  13. "style": {
  14. "navigationBarTitleText": "控制台"
  15. }
  16. },
  17. {
  18. "path": "pages/equipmentList/index",
  19. "style": {
  20. "navigationBarTitleText": "绑定设备"
  21. }
  22. },
  23. {
  24. "path": "pages/productionPlan/index",
  25. "style": {
  26. "navigationBarTitleText": "生产计划单"
  27. // "enablePullDownRefresh": true
  28. }
  29. },
  30. {
  31. "path": "pages/batchReporting/index",
  32. "style": {
  33. "navigationBarTitleText": "批次报工"
  34. // "enablePullDownRefresh": true
  35. }
  36. },
  37. {
  38. "path": "pages/addNewBatch/index",
  39. "style": {
  40. "navigationBarTitleText": "添加新批次"
  41. }
  42. },
  43. {
  44. "path": "pages/reportingForWork/index",
  45. "style": {
  46. "navigationBarTitleText": "报工记录"
  47. }
  48. },
  49. {
  50. "path": "pages/reportHistory/index",
  51. "style": {
  52. "navigationBarTitleText": "历史报工记录"
  53. }
  54. },
  55. {
  56. "path": "pages/handlingList/index",
  57. "style": {
  58. "navigationBarTitleText": "搬运列表"
  59. }
  60. },
  61. {
  62. "path": "pages/startTurnover/index",
  63. "style": {
  64. "navigationBarTitleText": "开始周转"
  65. }
  66. },
  67. {
  68. "path": "pages/changeBox/index",
  69. "style": {
  70. "navigationBarTitleText": "换箱"
  71. }
  72. },
  73. {
  74. "path": "pages/recerptSfprod/index",
  75. "style": {
  76. "navigationBarTitleText": "领取确认"
  77. }
  78. },
  79. {
  80. "path": "pages/fastProductionPlan/index",
  81. "style": {
  82. "navigationBarTitleText": "快速报工"
  83. }
  84. },
  85. {
  86. "path": "pages/sortProductionPlan/index",
  87. "style": {
  88. "navigationBarTitleText": "分选报工"
  89. // "enablePullDownRefresh": true
  90. }
  91. },
  92. {
  93. "path": "pages/sortBatchReporting/index",
  94. "style": {
  95. "navigationBarTitleText": "分选报工"
  96. // "enablePullDownRefresh": true
  97. }
  98. },
  99. {
  100. "path": "pages/sorting/form",
  101. "style": {
  102. "navigationBarTitleText": "分选报工"
  103. }
  104. },
  105. {
  106. "path": "pages/sorting/options",
  107. "style": {
  108. "navigationBarTitleText": "检查项选择"
  109. }
  110. },
  111. {
  112. "path": "pages/sorting/consultation",
  113. "style": {
  114. "navigationBarTitleText": "分选报工"
  115. }
  116. },
  117. {
  118. "path": "pages/processInspection/consultation",
  119. "style": {
  120. "navigationBarTitleText": "序检",
  121. "cache": false
  122. }
  123. },
  124. {
  125. "path": "pages/processInspection/index",
  126. "style": {
  127. "navigationBarTitleText": "序检"
  128. }
  129. },
  130. {
  131. "path": "pages/processInspection/form",
  132. "style": {
  133. "navigationBarTitleText": "序检"
  134. }
  135. },
  136. {
  137. "path": "pages/processInspection/scan",
  138. "style": {
  139. "navigationBarTitleText": "序检"
  140. }
  141. },
  142. {
  143. "path": "pages/outsourcedInspection/index",
  144. "style": {
  145. "navigationBarTitleText": "外协检查"
  146. }
  147. },
  148. {
  149. "path": "pages/outsourcedInspection/form",
  150. "style": {
  151. "navigationBarTitleText": "外协检查"
  152. }
  153. },
  154. {
  155. "path": "pages/outsourcedInspection/scan",
  156. "style": {
  157. "navigationBarTitleText": "外协检查"
  158. }
  159. },
  160. {
  161. "path": "pages/outsourcedInspection/options",
  162. "style": {
  163. "navigationBarTitleText": "检查项选择"
  164. }
  165. },
  166. {
  167. "path": "pages/outsourcedInspection/consultation",
  168. "style": {
  169. "navigationBarTitleText": "外协检查",
  170. "cache": false
  171. }
  172. },
  173. {
  174. "path": "pages/outsourcedReturnCheck/index",
  175. "style": {
  176. "navigationBarTitleText": "外协发出验箱"
  177. }
  178. },
  179. {
  180. "path": "pages/outsourcedReturnCheck/carriers",
  181. "style": {
  182. "navigationBarTitleText": "箱号详情"
  183. }
  184. },
  185. {
  186. "path": "pages/switchDept/index",
  187. "style": {
  188. "navigationBarTitleText": "更换工段加工"
  189. }
  190. }
  191. ],
  192. "globalStyle": {
  193. "navigationBarTextStyle": "black",
  194. "navigationBarTitleText": "uni-app",
  195. "navigationBarBackgroundColor": "rgba(255, 255, 255, 1)",
  196. "backgroundColor": "#F8F8F8"
  197. },
  198. "uniIdRouter": {},
  199. "condition": { //模式配置,仅开发期间生效
  200. "current": 0, //当前激活的模式(list 的索引项)
  201. "list": [{
  202. "name": "", //模式名称
  203. "path": "pages/index/index",
  204. "query": "" //启动参数,在页面的onLoad函数里面得到
  205. }]
  206. }
  207. }