pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/wxLogin",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/my/info",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. }
  15. ],
  16. "subPackages": [
  17. {
  18. "root": "pagesHome",
  19. "pages": [
  20. {
  21. "path": "index",
  22. "style": {
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "video/index",
  28. "style": {
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "video/detail",
  34. "style": {
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "airConditioner/index",
  40. "style": {
  41. "navigationStyle": "custom",
  42. "enablePullDownRefresh": true
  43. }
  44. },
  45. {
  46. "path": "entranceGuard/index",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "employee/index",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "employee/detail",
  59. "style": {
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "energyConsumption/index",
  65. "style": {
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "energyMeter/index",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. }
  75. ]
  76. },
  77. {
  78. "root": "pagesInspection",
  79. "pages": [
  80. {
  81. "path": "index",
  82. "style": {
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "onlineRepair/index",
  88. "style": {
  89. "navigationStyle": "custom"
  90. }
  91. },
  92. {
  93. "path": "record/index",
  94. "style": {
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "waitOrder/index",
  100. "style": {
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "waitOrder/detail",
  106. "style": {
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "abnormalDevice/index",
  112. "style": {
  113. "navigationStyle": "custom"
  114. }
  115. }
  116. ]
  117. },
  118. {
  119. "root": "pagesStorage",
  120. "pages": [
  121. {
  122. "path": "home",
  123. "style": {
  124. "navigationStyle": "custom"
  125. }
  126. },
  127. {
  128. "path": "inStorage/index",
  129. "style": {
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path": "inStorage/add",
  135. "style": {
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "inStorage/goods",
  141. "style": {
  142. "navigationStyle": "custom",
  143. "enablePullDownRefresh": true
  144. }
  145. },
  146. {
  147. "path": "outStorage/index",
  148. "style": {
  149. "navigationStyle": "custom"
  150. }
  151. },
  152. {
  153. "path": "outStorage/add",
  154. "style": {
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "outStorage/goods",
  160. "style": {
  161. "navigationStyle": "custom",
  162. "enablePullDownRefresh": true
  163. }
  164. },
  165. {
  166. "path": "moveStorage/index",
  167. "style": {
  168. "navigationStyle": "custom"
  169. }
  170. },
  171. {
  172. "path": "moveStorage/add",
  173. "style": {
  174. "navigationStyle": "custom"
  175. }
  176. },
  177. {
  178. "path": "moveStorage/goods",
  179. "style": {
  180. "navigationStyle": "custom",
  181. "enablePullDownRefresh": true
  182. }
  183. },
  184. {
  185. "path": "checkStorage/index",
  186. "style": {
  187. "navigationStyle": "custom"
  188. }
  189. },
  190. {
  191. "path": "checkStorage/add",
  192. "style": {
  193. "navigationStyle": "custom"
  194. }
  195. },
  196. {
  197. "path": "checkStorage/goods",
  198. "style": {
  199. "navigationStyle": "custom",
  200. "enablePullDownRefresh": true
  201. }
  202. },
  203. {
  204. "path": "inventoryStatistics/index",
  205. "style": {
  206. "navigationStyle": "custom",
  207. "enablePullDownRefresh": true
  208. }
  209. },
  210. {
  211. "path": "storageRecord/index",
  212. "style": {
  213. "navigationStyle": "custom",
  214. "enablePullDownRefresh": true
  215. }
  216. },
  217. {
  218. "path": "storageRecord/detail",
  219. "style": {
  220. "navigationStyle": "custom",
  221. "enablePullDownRefresh": true
  222. }
  223. },
  224. {
  225. "path": "units/index",
  226. "style": {
  227. "navigationStyle": "custom",
  228. "enablePullDownRefresh": true
  229. }
  230. },
  231. {
  232. "path": "storage/index",
  233. "style": {
  234. "navigationStyle": "custom",
  235. "enablePullDownRefresh": true
  236. }
  237. }
  238. ]
  239. }
  240. ],
  241. "globalStyle": {
  242. "navigationBarTitleText": "uni-app",
  243. "navigationBarBackgroundColor": "#FFFFFF",
  244. "navigationBarTextStyle": "black"
  245. },
  246. "easycom": {
  247. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  248. },
  249. "permission": {
  250. "scope.userLocation": {
  251. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  252. }
  253. }
  254. }