pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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. }
  51. },
  52. {
  53. "path": "pages/inventory-inquiry/index",
  54. "style": {
  55. "navigationBarTitleText": ""
  56. }
  57. },
  58. {
  59. "path": "pages/goods/detail",
  60. "style": {
  61. "navigationBarTitleText": ""
  62. }
  63. },
  64. {
  65. "path": "pages/purchase/index",
  66. "style": {
  67. "navigationBarTitleText": ""
  68. }
  69. },
  70. {
  71. "path": "pages/purchase/put-storage",
  72. "style": {
  73. "navigationBarTitleText": ""
  74. }
  75. },
  76. {
  77. "path": "pages/purchase/detail",
  78. "style": {
  79. "navigationBarTitleText": ""
  80. }
  81. },
  82. {
  83. "path": "pages/inventory-task/index",
  84. "style": {
  85. "navigationBarTitleText": "",
  86. "enablePullDownRefresh": true,
  87. "onReachBottomDistance": 50,
  88. "app-plus": {
  89. "bounce": "none"
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/inventory-task/taskDetail",
  95. "style": {
  96. "navigationBarTitleText": ""
  97. }
  98. },
  99. {
  100. "path": "pages/inventory-task/detail",
  101. "style": {
  102. "navigationBarTitleText": "",
  103. "enablePullDownRefresh": true,
  104. "onReachBottomDistance": 50,
  105. "app-plus": {
  106. "bounce": "none"
  107. }
  108. }
  109. },
  110. {
  111. "path": "pages/inventory-task/inventoryDetail",
  112. "style": {
  113. "navigationBarTitleText": ""
  114. }
  115. }
  116. ],
  117. /* 分包预载配置 */
  118. // "preloadRule": {
  119. // "pages/index/index": {
  120. // "network": "all",
  121. // "packages": ["pages/account", "pages/app", "pages/user"]
  122. // }
  123. // },
  124. "globalStyle": {
  125. "navigationBarTextStyle": "black",
  126. "navigationBarTitleText": "pda",
  127. "navigationBarBackgroundColor": "#FAFAFC",
  128. "backgroundColor": "#FAFAFC",
  129. "navigationStyle": "custom"
  130. },
  131. "uniIdRouter": {}
  132. }