pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/login",
  5. "style": {}
  6. },
  7. {
  8. "path": "pages/storageInfoAnalysis/storageInfoAnalysis",
  9. "style": {
  10. }
  11. },
  12. {
  13. "path": "pages/index/index",
  14. "style": {
  15. }
  16. },
  17. {
  18. "path": "pages/grainInfo/grainInfo",
  19. "style": {}
  20. },
  21. {
  22. "path": "pages/storageInfoAnalysis/granaryInfo",
  23. "style": {}
  24. },
  25. {
  26. "path": "pages/storageInfoAnalysis/details",
  27. "style": {}
  28. },
  29. {
  30. "path": "pages/storageInfoAnalysis/list",
  31. "style": {}
  32. },
  33. {
  34. "path": "pages/safeStorageInspect/safeStorageInspect",
  35. "style": {}
  36. },
  37. {
  38. "path": "pages/safeStorageInspect/safeStorageInspectEdit",
  39. "style": {}
  40. },
  41. {
  42. "path": "pages/safePruductInspect/safePruductInspect",
  43. "style": {}
  44. },
  45. {
  46. "path": "pages/safePruductInspect/safePruductInspectEdit",
  47. "style": {}
  48. },
  49. {
  50. "path": "pages/storageAcceptanceInspect/storageAcceptanceInspect",
  51. "style": {}
  52. },
  53. {
  54. "path": "pages/storageAcceptanceInspect/storageAcceptanceInspectEdit",
  55. "style": {}
  56. },
  57. // 消防水源管理
  58. {
  59. "path": "pages/fireWaterSource/index",
  60. "style": {}
  61. },
  62. // 智慧消费
  63. {
  64. "path": "pages/fireFighting/index",
  65. "style": {}
  66. },
  67. {
  68. "path": "pages/fireFighting/details",
  69. "style": {}
  70. },
  71. // 智慧安防
  72. {
  73. "path": "pages/smartSecurity/index",
  74. "style": {}
  75. },
  76. {
  77. "path": "pages/smartSecurity/details",
  78. "style": {}
  79. },
  80. // 查询统计
  81. {
  82. "path": "pages/queryStatistics/index",
  83. "style": {}
  84. },
  85. // 仓容分布
  86. {
  87. "path": "pages/queryStatistics/storageDistrbution/index",
  88. "style": {}
  89. },
  90. {
  91. "path": "pages/queryStatistics/storageDistrbution/details",
  92. "style": {}
  93. },
  94. // 收购详情查询
  95. {
  96. "path": "pages/queryStatistics/purchaseDetails/index",
  97. "style": {}
  98. },
  99. {
  100. "path": "pages/queryStatistics/purchaseDetails/details",
  101. "style": {}
  102. },
  103. // 应急信息查询
  104. {
  105. "path": "pages/queryStatistics/emergencyInfo/index",
  106. "style": {}
  107. },
  108. {
  109. "path": "pages/queryStatistics/emergencyInfo/details",
  110. "style": {}
  111. },
  112. // 当日信息查询
  113. {
  114. "path": "pages/queryStatistics/todayInfo/index",
  115. "style": {}
  116. },
  117. {
  118. "path": "pages/queryStatistics/todayInfo/details",
  119. "style": {}
  120. },
  121. {
  122. "path": "pages/safetyPlan/safetyPlan",
  123. "style": {
  124. "navigationBarTitleText": ""
  125. }
  126. },
  127. {
  128. "path": "pages/safetyPlan/details",
  129. "style": {
  130. "navigationBarTitleText": ""
  131. }
  132. }
  133. ],
  134. "globalStyle": {
  135. "navigationBarTextStyle": "black",
  136. "navigationBarTitleText": "",
  137. "navigationBarBackgroundColor": "#F8F8F8",
  138. "backgroundColor": "#F8F8F8"
  139. },
  140. "uniIdRouter": {}
  141. }