pages.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. {
  2. "pages": [
  3. // {
  4. // "path": "pages/operation/index",
  5. // "style": {
  6. // "navigationStyle": "custom"
  7. // }
  8. // },
  9. {
  10. "path": "pagesClockin/index",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/login/wxLogin",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/my/info",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. }
  27. ],
  28. "subPackages": [
  29. {
  30. "root": "pagesHome",
  31. "pages": [
  32. {
  33. "path": "index",
  34. "style": {
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "video/index",
  40. "style": {
  41. "navigationStyle": "custom"
  42. }
  43. },
  44. {
  45. "path": "video/detail",
  46. "style": {
  47. "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. "path": "airConditioner/index",
  52. "style": {
  53. "navigationStyle": "custom",
  54. "enablePullDownRefresh": true
  55. }
  56. },
  57. {
  58. "path": "entranceGuard/index",
  59. "style": {
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "employee/index",
  65. "style": {
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "employee/detail",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "energyConsumption/index",
  77. "style": {
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "energyMeter/index",
  83. "style": {
  84. "navigationStyle": "custom"
  85. }
  86. }
  87. ]
  88. },
  89. {
  90. "root": "pagesInspection",
  91. "pages": [
  92. {
  93. "path": "index",
  94. "style": {
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "onlineRepair/index",
  100. "style": {
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "record/index",
  106. "style": {
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "waitOrder/index",
  112. "style": {
  113. "navigationStyle": "custom"
  114. }
  115. },
  116. {
  117. "path": "waitOrder/detail",
  118. "style": {
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "abnormalDevice/index",
  124. "style": {
  125. "navigationStyle": "custom"
  126. }
  127. }
  128. ]
  129. },
  130. {
  131. "root": "pagesCode",
  132. "pages": [
  133. {
  134. "path": "index",
  135. "style": {
  136. "navigationStyle": "custom"
  137. }
  138. }
  139. ]
  140. },
  141. {
  142. "root": "pagesStorage",
  143. "pages": [
  144. {
  145. "path": "home",
  146. "style": {
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path": "inStorage/index",
  152. "style": {
  153. "navigationStyle": "custom"
  154. }
  155. },
  156. {
  157. "path": "inStorage/add",
  158. "style": {
  159. "navigationStyle": "custom"
  160. }
  161. },
  162. {
  163. "path": "inStorage/goods",
  164. "style": {
  165. "navigationStyle": "custom",
  166. "enablePullDownRefresh": true
  167. }
  168. },
  169. {
  170. "path": "inStorage/scan",
  171. "style": {
  172. "navigationStyle": "custom",
  173. "enablePullDownRefresh": true
  174. }
  175. },
  176. {
  177. "path": "outStorage/index",
  178. "style": {
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "outStorage/add",
  184. "style": {
  185. "navigationStyle": "custom"
  186. }
  187. },
  188. {
  189. "path": "outStorage/goods",
  190. "style": {
  191. "navigationStyle": "custom",
  192. "enablePullDownRefresh": true
  193. }
  194. },
  195. {
  196. "path": "outStorage/scan",
  197. "style": {
  198. "navigationStyle": "custom",
  199. "enablePullDownRefresh": true
  200. }
  201. },
  202. {
  203. "path": "moveStorage/index",
  204. "style": {
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "moveStorage/add",
  210. "style": {
  211. "navigationStyle": "custom"
  212. }
  213. },
  214. {
  215. "path": "moveStorage/goods",
  216. "style": {
  217. "navigationStyle": "custom",
  218. "enablePullDownRefresh": true
  219. }
  220. },
  221. {
  222. "path": "checkStorage/index",
  223. "style": {
  224. "navigationStyle": "custom"
  225. }
  226. },
  227. {
  228. "path": "checkStorage/add",
  229. "style": {
  230. "navigationStyle": "custom"
  231. }
  232. },
  233. {
  234. "path": "checkStorage/goods",
  235. "style": {
  236. "navigationStyle": "custom",
  237. "enablePullDownRefresh": true
  238. }
  239. },
  240. {
  241. "path": "inventoryStatistics/index",
  242. "style": {
  243. "navigationStyle": "custom",
  244. "enablePullDownRefresh": true
  245. }
  246. },
  247. {
  248. "path": "storageRecord/index",
  249. "style": {
  250. "navigationStyle": "custom",
  251. "enablePullDownRefresh": true
  252. }
  253. },
  254. {
  255. "path": "storageRecord/detail",
  256. "style": {
  257. "navigationStyle": "custom",
  258. "enablePullDownRefresh": true
  259. }
  260. },
  261. {
  262. "path": "units/index",
  263. "style": {
  264. "navigationStyle": "custom",
  265. "enablePullDownRefresh": true
  266. }
  267. },
  268. {
  269. "path": "storage/index",
  270. "style": {
  271. "navigationStyle": "custom",
  272. "enablePullDownRefresh": true
  273. }
  274. }
  275. ]
  276. },
  277. // {
  278. // "root": "pagesClockin",
  279. // "pages": [
  280. // {
  281. // "path": "index",
  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. }