pages.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. /* 分包预载配置 */
  89. // "preloadRule": {
  90. // "pages/index/index": {
  91. // "network": "all",
  92. // "packages": ["pages/account", "pages/app", "pages/user"]
  93. // }
  94. // },
  95. "globalStyle": {
  96. "navigationBarTextStyle": "black",
  97. "navigationBarTitleText": "pda",
  98. "navigationBarBackgroundColor": "#FAFAFC",
  99. "backgroundColor": "#FAFAFC",
  100. "navigationStyle": "custom"
  101. },
  102. "uniIdRouter": {}
  103. }