pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "首页"
  8. },
  9. "meta": {
  10. "auth": false,
  11. "sync": true,
  12. "title": "推荐",
  13. "group": "平台"
  14. }
  15. },
  16. {
  17. "path": "pages/login/login",
  18. "style": {
  19. "navigationBarTitleText": ""
  20. }
  21. },
  22. {
  23. "path": "pages/index/app-update",
  24. "style": {
  25. "navigationBarTitleText": ""
  26. }
  27. },
  28. {
  29. "path": "pages/picking-task/index",
  30. "style": {
  31. "navigationBarTitleText": ""
  32. }
  33. },
  34. {
  35. "path": "pages/picking-task/delivery",
  36. "style": {
  37. "navigationBarTitleText": ""
  38. }
  39. },
  40. {
  41. "path": "pages/picking-task/detail",
  42. "style": {
  43. "navigationBarTitleText": ""
  44. }
  45. },
  46. {
  47. "path": "pages/index/notice-page",
  48. "style": {
  49. "navigationBarTitleText": "",
  50. "enablePullDownRefresh": true,
  51. "onReachBottomDistance": 50,
  52. "app-plus": {
  53. "bounce": "none"
  54. }
  55. }
  56. },
  57. {
  58. "path": "pages/inventory-inquiry/index",
  59. "style": {
  60. "navigationBarTitleText": ""
  61. }
  62. },
  63. {
  64. "path": "pages/goods/detail",
  65. "style": {
  66. "navigationBarTitleText": ""
  67. }
  68. },
  69. {
  70. "path": "pages/purchase/index",
  71. "style": {
  72. "navigationBarTitleText": ""
  73. }
  74. },
  75. {
  76. "path": "pages/purchase/put-storage",
  77. "style": {
  78. "navigationBarTitleText": ""
  79. }
  80. },
  81. {
  82. "path": "pages/purchase/detail",
  83. "style": {
  84. "navigationBarTitleText": ""
  85. }
  86. },
  87. {
  88. "path": "pages/inventory-task/index",
  89. "style": {
  90. "navigationBarTitleText": "",
  91. "enablePullDownRefresh": true,
  92. "onReachBottomDistance": 50,
  93. "app-plus": {
  94. "bounce": "none"
  95. }
  96. }
  97. },
  98. {
  99. "path": "pages/inventory-task/taskDetail",
  100. "style": {
  101. "navigationBarTitleText": ""
  102. }
  103. },
  104. {
  105. "path": "pages/inventory-task/detail",
  106. "style": {
  107. "navigationBarTitleText": "",
  108. "enablePullDownRefresh": true,
  109. "onReachBottomDistance": 50,
  110. "app-plus": {
  111. "bounce": "none"
  112. }
  113. }
  114. },
  115. {
  116. "path": "pages/goods-enter/index",
  117. "style": {
  118. "navigationBarTitleText": "",
  119. "enablePullDownRefresh": true,
  120. "onReachBottomDistance": 50,
  121. "app-plus": {
  122. "bounce": "none"
  123. }
  124. }
  125. },
  126. {
  127. "path": "pages/goods-enter/addGood",
  128. "style": {
  129. "navigationBarTitleText": ""
  130. }
  131. },
  132. {
  133. "path": "pages/audit-task/index",
  134. "style": {
  135. "navigationBarTitleText": "",
  136. "enablePullDownRefresh": true,
  137. "onReachBottomDistance": 50,
  138. "app-plus": {
  139. "bounce": "none"
  140. }
  141. }
  142. }
  143. ],
  144. /* 分包预载配置 */
  145. // "preloadRule": {
  146. // "pages/index/index": {
  147. // "network": "all",
  148. // "packages": ["pages/account", "pages/app", "pages/user"]
  149. // }
  150. // },
  151. "globalStyle": {
  152. "navigationBarTextStyle": "black",
  153. "navigationBarTitleText": "pda",
  154. "navigationBarBackgroundColor": "#FAFAFC",
  155. "backgroundColor": "#FAFAFC",
  156. "navigationStyle": "custom"
  157. },
  158. "uniIdRouter": {}
  159. }