pages.json 6.6 KB

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