pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "enablePullDownRefresh": false
  8. // "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "功能清单"
  15. // "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/production-replenishment/index",
  20. "style": {
  21. "navigationBarTitleText": "生产补料料管平台"
  22. // "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/production-replenishment/search",
  27. "style": {
  28. "navigationBarTitleText": "源单查询"
  29. // "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "pages/production-replenishment/summary",
  34. "style": {
  35. "navigationBarTitleText": "源单统计"
  36. // "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/production-replenishment/show",
  41. "style": {
  42. "navigationBarTitleText": "源单修改"
  43. // "navigationStyle": "custom"
  44. }
  45. }, {
  46. "path": "pages/production-replenishment/stage",
  47. "style": {
  48. "navigationBarTitleText": "单据存档操作"
  49. }
  50. }, {
  51. "path": "pages/stock-dispatch/index",
  52. "style": {
  53. "navigationBarTitleText": "生产补料料管平台"
  54. // "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/stock-dispatch/search",
  59. "style": {
  60. "navigationBarTitleText": "源单查询"
  61. // "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "pages/stock-dispatch/summary",
  66. "style": {
  67. "navigationBarTitleText": "源单统计"
  68. // "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "pages/stock-dispatch/show",
  73. "style": {
  74. "navigationBarTitleText": "源单修改"
  75. // "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "pages/stock-dispatch/stage",
  80. "style": {
  81. "navigationBarTitleText": "单据存档操作"
  82. }
  83. },
  84. {
  85. "path": "pages/storage/index",
  86. "style": {
  87. "navigationBarTitleText": "生产补料料管平台"
  88. // "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/storage/search",
  93. "style": {
  94. "navigationBarTitleText": "源单查询"
  95. // "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "pages/storage/summary",
  100. "style": {
  101. "navigationBarTitleText": "源单统计"
  102. // "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "pages/storage/show",
  107. "style": {
  108. "navigationBarTitleText": "源单修改"
  109. // "navigationStyle": "custom"
  110. }
  111. },
  112. {
  113. "path": "pages/storage/stage",
  114. "style": {
  115. "navigationBarTitleText": "单据存档操作"
  116. }
  117. }
  118. ],
  119. "globalStyle": {
  120. "navigationBarTextStyle": "black",
  121. "navigationBarTitleText": "uni-app",
  122. "navigationBarBackgroundColor": "#F8F8F8",
  123. "backgroundColor": "#F8F8F8"
  124. // "navigationStyle": "custom"
  125. },
  126. "uniIdRouter": {}
  127. }