pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. "path": "pages/direct-transfer/index",
  85. "style": {
  86. "navigationBarTitleText": "直接调拨管理平台"
  87. // "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/direct-transfer/search",
  92. "style": {
  93. "navigationBarTitleText": "源单查询"
  94. // "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "pages/direct-transfer/summary",
  99. "style": {
  100. "navigationBarTitleText": "源单统计"
  101. // "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "pages/direct-transfer/show",
  106. "style": {
  107. "navigationBarTitleText": "源单修改"
  108. // "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/direct-transfer/stage",
  113. "style": {
  114. "navigationBarTitleText": "单据存档操作"
  115. }
  116. }
  117. ],
  118. "globalStyle": {
  119. "navigationBarTextStyle": "black",
  120. "navigationBarTitleText": "uni-app",
  121. "navigationBarBackgroundColor": "#F8F8F8",
  122. "backgroundColor": "#F8F8F8"
  123. // "navigationStyle": "custom"
  124. },
  125. "uniIdRouter": {}
  126. }