pages.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  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. "path": "pages/operation/index",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. }
  21. ],
  22. "subPackages": [
  23. {
  24. "root": "pagesHome",
  25. "pages": [
  26. {
  27. "path": "index",
  28. "style": {
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "video/index",
  34. "style": {
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "video/detail",
  40. "style": {
  41. "navigationStyle": "custom"
  42. }
  43. },
  44. {
  45. "path": "airConditioner/index",
  46. "style": {
  47. "navigationStyle": "custom",
  48. "enablePullDownRefresh": true
  49. }
  50. },
  51. {
  52. "path": "entranceGuard/index",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "employee/index",
  59. "style": {
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "employee/detail",
  65. "style": {
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "energyConsumption/index",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "energyMeter/index",
  77. "style": {
  78. "navigationStyle": "custom"
  79. }
  80. }
  81. ]
  82. },
  83. {
  84. "root": "pagesInspection",
  85. "pages": [
  86. {
  87. "path": "index",
  88. "style": {
  89. "navigationStyle": "custom"
  90. }
  91. },
  92. {
  93. "path": "onlineRepair/index",
  94. "style": {
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "record/index",
  100. "style": {
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "waitOrder/index",
  106. "style": {
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "waitOrder/detail",
  112. "style": {
  113. "navigationStyle": "custom"
  114. }
  115. },
  116. {
  117. "path": "abnormalDevice/index",
  118. "style": {
  119. "navigationStyle": "custom"
  120. }
  121. }
  122. ]
  123. },
  124. {
  125. "root": "pagesCode",
  126. "pages": [
  127. {
  128. "path": "index",
  129. "style": {
  130. "navigationStyle": "custom"
  131. }
  132. }
  133. ]
  134. },
  135. {
  136. "root": "pagesStorage",
  137. "pages": [
  138. {
  139. "path": "home",
  140. "style": {
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "inStorage/index",
  146. "style": {
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path": "inStorage/add",
  152. "style": {
  153. "navigationStyle": "custom"
  154. }
  155. },
  156. {
  157. "path": "inStorage/goods",
  158. "style": {
  159. "navigationStyle": "custom",
  160. "enablePullDownRefresh": true
  161. }
  162. },
  163. {
  164. "path": "inStorage/scan",
  165. "style": {
  166. "navigationStyle": "custom",
  167. "enablePullDownRefresh": true
  168. }
  169. },
  170. {
  171. "path": "outStorage/index",
  172. "style": {
  173. "navigationStyle": "custom"
  174. }
  175. },
  176. {
  177. "path": "outStorage/add",
  178. "style": {
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "outStorage/goods",
  184. "style": {
  185. "navigationStyle": "custom",
  186. "enablePullDownRefresh": true
  187. }
  188. },
  189. {
  190. "path": "outStorage/scan",
  191. "style": {
  192. "navigationStyle": "custom",
  193. "enablePullDownRefresh": true
  194. }
  195. },
  196. {
  197. "path": "moveStorage/index",
  198. "style": {
  199. "navigationStyle": "custom"
  200. }
  201. },
  202. {
  203. "path": "moveStorage/add",
  204. "style": {
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "moveStorage/goods",
  210. "style": {
  211. "navigationStyle": "custom",
  212. "enablePullDownRefresh": true
  213. }
  214. },
  215. {
  216. "path": "checkStorage/index",
  217. "style": {
  218. "navigationStyle": "custom"
  219. }
  220. },
  221. {
  222. "path": "checkStorage/add",
  223. "style": {
  224. "navigationStyle": "custom"
  225. }
  226. },
  227. {
  228. "path": "checkStorage/goods",
  229. "style": {
  230. "navigationStyle": "custom",
  231. "enablePullDownRefresh": true
  232. }
  233. },
  234. {
  235. "path": "inventoryStatistics/index",
  236. "style": {
  237. "navigationStyle": "custom",
  238. "enablePullDownRefresh": true
  239. }
  240. },
  241. {
  242. "path": "storageRecord/index",
  243. "style": {
  244. "navigationStyle": "custom",
  245. "enablePullDownRefresh": true
  246. }
  247. },
  248. {
  249. "path": "storageRecord/detail",
  250. "style": {
  251. "navigationStyle": "custom",
  252. "enablePullDownRefresh": true
  253. }
  254. },
  255. {
  256. "path": "units/index",
  257. "style": {
  258. "navigationStyle": "custom",
  259. "enablePullDownRefresh": true
  260. }
  261. },
  262. {
  263. "path": "storage/index",
  264. "style": {
  265. "navigationStyle": "custom",
  266. "enablePullDownRefresh": true
  267. }
  268. }
  269. ]
  270. },
  271. {
  272. "root": "pagesClockin",
  273. "pages": [
  274. {
  275. "path": "index",
  276. "style": {
  277. "navigationStyle": "custom"
  278. }
  279. },
  280. {
  281. "path": "fieldService",
  282. "style": {
  283. "navigationStyle": "custom"
  284. }
  285. }
  286. ]
  287. },
  288. {
  289. "root": "pagesStatistics",
  290. "pages": [
  291. {
  292. "path": "index",
  293. "style": {
  294. "navigationStyle": "custom"
  295. }
  296. }
  297. ]
  298. },
  299. {
  300. "root": "pagesSetting",
  301. "pages": [
  302. {
  303. "path": "index",
  304. "style": {
  305. "navigationStyle": "custom"
  306. }
  307. }
  308. ]
  309. },
  310. {
  311. "root": "pagesOperation",
  312. "pages": [
  313. {
  314. "path": "record/index",
  315. "style": {
  316. "navigationStyle": "custom"
  317. }
  318. },
  319. {
  320. "path": "record/add",
  321. "style": {
  322. "navigationStyle": "custom"
  323. }
  324. },
  325. {
  326. "path": "record/detail",
  327. "style": {
  328. "navigationStyle": "custom"
  329. }
  330. },
  331. {
  332. "path": "repair/index",
  333. "style": {
  334. "navigationStyle": "custom"
  335. }
  336. },
  337. {
  338. "path": "workorder/index",
  339. "style": {
  340. "navigationStyle": "custom"
  341. }
  342. },
  343. {
  344. "path": "workorder/detail",
  345. "style": {
  346. "navigationStyle": "custom"
  347. }
  348. }
  349. ]
  350. }
  351. ],
  352. "globalStyle": {
  353. "navigationBarTitleText": "uni-app",
  354. "navigationBarBackgroundColor": "#FFFFFF",
  355. "navigationBarTextStyle": "black"
  356. },
  357. "easycom": {
  358. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  359. },
  360. "permission": {
  361. "scope.userLocation": {
  362. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  363. }
  364. }
  365. }