pages.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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": "pagesCode",
  120. "pages": [
  121. {
  122. "path": "index",
  123. "style": {
  124. "navigationStyle": "custom"
  125. }
  126. }
  127. ]
  128. },
  129. {
  130. "root": "pagesStorage",
  131. "pages": [
  132. {
  133. "path": "home",
  134. "style": {
  135. "navigationStyle": "custom"
  136. }
  137. },
  138. {
  139. "path": "inStorage/index",
  140. "style": {
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "inStorage/add",
  146. "style": {
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path": "inStorage/goods",
  152. "style": {
  153. "navigationStyle": "custom",
  154. "enablePullDownRefresh": true
  155. }
  156. },
  157. {
  158. "path": "inStorage/scan",
  159. "style": {
  160. "navigationStyle": "custom",
  161. "enablePullDownRefresh": true
  162. }
  163. },
  164. {
  165. "path": "outStorage/index",
  166. "style": {
  167. "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "outStorage/add",
  172. "style": {
  173. "navigationStyle": "custom"
  174. }
  175. },
  176. {
  177. "path": "outStorage/goods",
  178. "style": {
  179. "navigationStyle": "custom",
  180. "enablePullDownRefresh": true
  181. }
  182. },
  183. {
  184. "path": "outStorage/scan",
  185. "style": {
  186. "navigationStyle": "custom",
  187. "enablePullDownRefresh": true
  188. }
  189. },
  190. {
  191. "path": "moveStorage/index",
  192. "style": {
  193. "navigationStyle": "custom"
  194. }
  195. },
  196. {
  197. "path": "moveStorage/add",
  198. "style": {
  199. "navigationStyle": "custom"
  200. }
  201. },
  202. {
  203. "path": "moveStorage/goods",
  204. "style": {
  205. "navigationStyle": "custom",
  206. "enablePullDownRefresh": true
  207. }
  208. },
  209. {
  210. "path": "checkStorage/index",
  211. "style": {
  212. "navigationStyle": "custom"
  213. }
  214. },
  215. {
  216. "path": "checkStorage/add",
  217. "style": {
  218. "navigationStyle": "custom"
  219. }
  220. },
  221. {
  222. "path": "checkStorage/goods",
  223. "style": {
  224. "navigationStyle": "custom",
  225. "enablePullDownRefresh": true
  226. }
  227. },
  228. {
  229. "path": "inventoryStatistics/index",
  230. "style": {
  231. "navigationStyle": "custom",
  232. "enablePullDownRefresh": true
  233. }
  234. },
  235. {
  236. "path": "storageRecord/index",
  237. "style": {
  238. "navigationStyle": "custom",
  239. "enablePullDownRefresh": true
  240. }
  241. },
  242. {
  243. "path": "storageRecord/detail",
  244. "style": {
  245. "navigationStyle": "custom",
  246. "enablePullDownRefresh": true
  247. }
  248. },
  249. {
  250. "path": "units/index",
  251. "style": {
  252. "navigationStyle": "custom",
  253. "enablePullDownRefresh": true
  254. }
  255. },
  256. {
  257. "path": "storage/index",
  258. "style": {
  259. "navigationStyle": "custom",
  260. "enablePullDownRefresh": true
  261. }
  262. }
  263. ]
  264. }
  265. ],
  266. "globalStyle": {
  267. "navigationBarTitleText": "uni-app",
  268. "navigationBarBackgroundColor": "#FFFFFF",
  269. "navigationBarTextStyle": "black"
  270. },
  271. "easycom": {
  272. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  273. },
  274. "permission": {
  275. "scope.userLocation": {
  276. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  277. }
  278. }
  279. }