pages.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "enablePullDownRefresh": false
  8. }
  9. },
  10. {
  11. "path": "pages/workshop/list",
  12. "style": {
  13. "navigationBarTitleText": "编制入库",
  14. "enablePullDownRefresh": false
  15. }
  16. },
  17. {
  18. "path": "pages/workshop/show",
  19. "style": {
  20. "navigationBarTitleText": "详情",
  21. "enablePullDownRefresh": false
  22. }
  23. },
  24. {
  25. "path": "pages/index/index",
  26. "style": {
  27. "navigationBarTitleText": "扫描列表"
  28. }
  29. },
  30. {
  31. "path": "pages/index/show",
  32. "style": {
  33. "navigationBarTitleText": "详情",
  34. "enablePullDownRefresh": false
  35. }
  36. },
  37. {
  38. "path": "pages/test/test",
  39. "style": {
  40. "navigationBarTitleText": "详情",
  41. "enablePullDownRefresh": false
  42. }
  43. },
  44. {
  45. "path": "pages/workshop/configuration",
  46. "style": {
  47. "navigationBarTitleText": "系统参数设定",
  48. "enablePullDownRefresh": false
  49. }
  50. },
  51. {
  52. "path": "pages/automatedwarehouse/configuration",
  53. "style": {
  54. "navigationBarTitleText": "自动库系统参数设定",
  55. "enablePullDownRefresh": false
  56. }
  57. },
  58. {
  59. "path": "pages/automatedwarehouse/index",
  60. "style": {
  61. "navigationBarTitleText": "自动库管理",
  62. "enablePullDownRefresh": false
  63. }
  64. },
  65. {
  66. "path": "pages/automatedwarehouse/list",
  67. "style": {
  68. "navigationBarTitleText": "接收入库",
  69. "enablePullDownRefresh": false
  70. }
  71. },
  72. {
  73. "path": "pages/automatedwarehouse/listshow",
  74. "style": {
  75. "navigationBarTitleText": "详情",
  76. "enablePullDownRefresh": false
  77. }
  78. },
  79. {
  80. "path": "pages/automatedwarehouse/warehouseout",
  81. "style": {
  82. "navigationBarTitleText": "接收出库",
  83. "enablePullDownRefresh": false
  84. }
  85. },
  86. {
  87. "path": "pages/automatedwarehouse/warehouseoutshow",
  88. "style": {
  89. "navigationBarTitleText": "详情",
  90. "enablePullDownRefresh": false
  91. }
  92. },
  93. {
  94. "path": "pages/automatedwarehouse/warehousereturn",
  95. "style": {
  96. "navigationBarTitleText": "扫描返库",
  97. "enablePullDownRefresh": false
  98. }
  99. },
  100. {
  101. "path": "pages/automatedwarehouse/warehousereturnshow",
  102. "style": {
  103. "navigationBarTitleText": "详情",
  104. "enablePullDownRefresh": false
  105. }
  106. },
  107. {
  108. "path": "pages/automatedwarehouse/hebanwarehouseout",
  109. "style": {
  110. "navigationBarTitleText": "合板出库",
  111. "enablePullDownRefresh": false
  112. }
  113. },
  114. {
  115. "path": "pages/automatedwarehouse/hebanwarehouseoutshow",
  116. "style": {
  117. "navigationBarTitleText": "详情",
  118. "enablePullDownRefresh": false
  119. }
  120. },
  121. {
  122. "path": "pages/automatedwarehouse/hebanwarehousereturn",
  123. "style": {
  124. "navigationBarTitleText": "合板退库",
  125. "enablePullDownRefresh": false
  126. }
  127. },
  128. {
  129. "path": "pages/automatedwarehouse/hebanwarehousereturnshow",
  130. "style": {
  131. "navigationBarTitleText": "详情",
  132. "enablePullDownRefresh": false
  133. }
  134. }
  135. ],
  136. "globalStyle": {
  137. "navigationBarTextStyle": "black",
  138. "navigationBarTitleText": "uni-app",
  139. "navigationBarBackgroundColor": "#F8F8F8",
  140. "backgroundColor": "#F8F8F8"
  141. },
  142. "uniIdRouter": {}
  143. }