pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/grounding/grounding",
  6. "style": {
  7. "navigationBarTitleText": "上架"
  8. }
  9. },
  10. {
  11. "path": "pages/query/query",
  12. "style": {
  13. "navigationBarTitleText": "商品检索"
  14. }
  15. },
  16. {
  17. "path": "pages/login/index",
  18. "style": {
  19. "navigationBarTitleText": "登录"
  20. }
  21. },
  22. {
  23. "path": "pages/home/home",
  24. "style": {
  25. "navigationBarTitleText": "首页"
  26. }
  27. },
  28. {
  29. "path": "pages/groundetials/groundetials",
  30. "style": {
  31. "navigationBarTitleText": "验收"
  32. }
  33. },
  34. {
  35. "path": "pages/groundeitalscont/groundetials",
  36. "style": {
  37. "navigationBarTitleText": "上架明细"
  38. }
  39. },
  40. {
  41. "path": "pages/outbound/outbound",
  42. "style": {
  43. "navigationBarTitleText": "出库拣货"
  44. }
  45. },
  46. {
  47. "path": "pages/pickingetials/pickingetials",
  48. "style": {
  49. "navigationBarTitleText": "出库详情"
  50. }
  51. },
  52. {
  53. "path": "pages/pickingeitalscont/pickingetials",
  54. "style": {
  55. "navigationBarTitleText": "商品明细"
  56. }
  57. },
  58. {
  59. "path": "pages/Inventory/Inventory",
  60. "style": {
  61. "navigationBarTitleText": "库存盘点"
  62. }
  63. },
  64. {
  65. "path": "pages/inventoryCont/outbound",
  66. "style": {
  67. "navigationBarTitleText": "盘点内容"
  68. }
  69. },
  70. {
  71. "path": "pages/result/result",
  72. "style": {
  73. "navigationBarTitleText": "盘点结果"
  74. }
  75. },
  76. {
  77. "path": "pages/formview/formview",
  78. "style": {
  79. "navigationBarTitleText": "新建盘点"
  80. }
  81. },
  82. {
  83. "path": "pages/consume/consume",
  84. "style": {
  85. "navigationBarTitleText": "商品消耗"
  86. }
  87. },
  88. {
  89. "path": "pages/consumepick/consumepick",
  90. "style": {
  91. "navigationBarTitleText": "消耗详情"
  92. }
  93. }
  94. ],
  95. "globalStyle": {
  96. "navigationBarTextStyle": "black",
  97. "navigationBarTitleText": "uni-app",
  98. "navigationBarBackgroundColor": "#F8F8F8",
  99. "backgroundColor": "#F8F8F8"
  100. },
  101. "uniIdRouter": {}
  102. }