pages.json 2.0 KB

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