pages.json 2.3 KB

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