pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. //pages数组中第一项表示应用启动页
  6. "pages": [{
  7. "path": "pages/home/home",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "enablePullDownRefresh": false,
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/check-order/checkorderlist",
  16. "style": {
  17. "navigationBarTitleText": "维修任务",
  18. "enablePullDownRefresh": false,
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/check-order/processcheckorderlistview",
  24. "style": {
  25. "navigationBarTitleText": "维修任务",
  26. "enablePullDownRefresh": false,
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/check-order/servicepersoncheckorderlist",
  32. "style": {
  33. "navigationBarTitleText": "运维人员维修任务",
  34. "enablePullDownRefresh": false,
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/check-order/companycheckorderlist",
  40. "style": {
  41. "navigationBarTitleText": "公司维修任务",
  42. "enablePullDownRefresh": false,
  43. "navigationStyle": "custom"
  44. }
  45. },
  46. {
  47. "path": "pages/check-order/comfiredelaycheckorderlist",
  48. "style": {
  49. "navigationBarTitleText": "确认超时维修任务",
  50. "enablePullDownRefresh": false,
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "pages/check-order/uncomfirecheckorderlistview",
  56. "style": {
  57. "navigationBarTitleText": "查看未确认维修任务",
  58. "enablePullDownRefresh": false,
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/check-order/uncomfirecheckorderlist",
  64. "style": {
  65. "navigationBarTitleText": "新任务",
  66. "enablePullDownRefresh": false,
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/check-order/completedcheckorderlist",
  72. "style": {
  73. "navigationBarTitleText": "维修历史",
  74. "enablePullDownRefresh": false,
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "pages/check-order/mycheckorderlist",
  80. "style": {
  81. "navigationBarTitleText": "我的工单",
  82. "enablePullDownRefresh": false,
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "pages/check-order/todaycheckorderrprocesseportlist",
  88. "style": {
  89. "navigationBarTitleText": "今日维修任务动态",
  90. "enablePullDownRefresh": false,
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/check-order/rtu/rtucheckorderlist",
  96. "style": {
  97. "navigationBarTitleText": "测站工单",
  98. "enablePullDownRefresh": false,
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/check-order/orderconfirm",
  104. "style": {
  105. "navigationBarTitleText": "维修任务确认",
  106. "enablePullDownRefresh": false,
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "pages/check-order/orderprocesschange",
  112. "style": {
  113. "navigationBarTitleText": "维修任务指派",
  114. "enablePullDownRefresh": false,
  115. "navigationStyle": "custom"
  116. }
  117. },
  118. {
  119. "path": "pages/check-order/manuallyaddcheckorder",
  120. "style": {
  121. "navigationBarTitleText": "人工派单",
  122. "enablePullDownRefresh": false,
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/check-order/manuallyclosecheckorder",
  128. "style": {
  129. "navigationBarTitleText": "人工关闭",
  130. "enablePullDownRefresh": false,
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "pages/check-order/orderprocessreport",
  136. "style": {
  137. "navigationBarTitleText": "工单填报",
  138. "enablePullDownRefresh": false,
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "pages/check-order/orderprocessreportdetail",
  144. "style": {
  145. "navigationBarTitleText": "工单填报详情",
  146. "enablePullDownRefresh": false,
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path": "pages/equipment-inspection/inspectionlist",
  152. "style": {
  153. "navigationBarTitleText": "待巡检设备",
  154. "enablePullDownRefresh": false,
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "pages/equipment-inspection/finishedinspectionreportlist",
  160. "style": {
  161. "navigationBarTitleText": "已巡检设备",
  162. "enablePullDownRefresh": false,
  163. "navigationStyle": "custom"
  164. }
  165. },
  166. {
  167. "path": "pages/equipment-inspection/servicepersonfinishedinspectionreportlist",
  168. "style": {
  169. "navigationBarTitleText": "已巡检设备",
  170. "enablePullDownRefresh": false,
  171. "navigationStyle": "custom"
  172. }
  173. },
  174. {
  175. "path": "pages/equipment-inspection/companyfinishedinspectionreportlist",
  176. "style": {
  177. "navigationBarTitleText": "公司已巡检设备",
  178. "enablePullDownRefresh": false,
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "pages/equipment-inspection/equipmentinspectionreport",
  184. "style": {
  185. "navigationBarTitleText": "设备巡检填报",
  186. "enablePullDownRefresh": false,
  187. "navigationStyle": "custom"
  188. }
  189. },
  190. {
  191. "path": "pages/equipment-inspection/inspectionreportview",
  192. "style": {
  193. "navigationBarTitleText": "设备巡检填报页面",
  194. "enablePullDownRefresh": false,
  195. "navigationStyle": "custom"
  196. }
  197. },
  198. {
  199. "path": "pages/equipment-inspection/rtuinspectionreportview",
  200. "style": {
  201. "navigationBarTitleText": "设备巡检填报页面",
  202. "enablePullDownRefresh": false,
  203. "navigationStyle": "custom"
  204. }
  205. },
  206. {
  207. "path": "pages/equipment-inspection/inspectionreportdetail",
  208. "style": {
  209. "navigationBarTitleText": "设备巡检填报详情",
  210. "enablePullDownRefresh": false,
  211. "navigationStyle": "custom"
  212. }
  213. },
  214. {
  215. "path": "pages/equipment-inspection/inspectionreportlist",
  216. "style": {
  217. "navigationBarTitleText": "巡检填报信息",
  218. "enablePullDownRefresh": false,
  219. "navigationStyle": "custom"
  220. }
  221. },
  222. {
  223. "path": "pages/equipment-inspection/inspectionremainingproblemslist",
  224. "style": {
  225. "navigationBarTitleText": "巡检遗留问题",
  226. "enablePullDownRefresh": false,
  227. "navigationStyle": "custom"
  228. }
  229. },
  230. {
  231. "path": "pages/equipment-inspection/inspectionremainingproblemsclose",
  232. "style": {
  233. "navigationBarTitleText": "巡检遗留问题关闭处理",
  234. "enablePullDownRefresh": false,
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path": "pages/equipment-inspection/todayinspectionreportlist",
  240. "style": {
  241. "navigationBarTitleText": "今日巡检填报信息",
  242. "enablePullDownRefresh": false,
  243. "navigationStyle": "custom"
  244. }
  245. },
  246. {
  247. "path": "pages/rtu-manage/rtumanage",
  248. "style": {
  249. "navigationBarTitleText": "管理工作台",
  250. "enablePullDownRefresh": false,
  251. "navigationStyle": "custom"
  252. }
  253. },
  254. {
  255. "path": "pages/warning/rtuwarninglist",
  256. "style": {
  257. "navigationBarTitleText": "测站预警",
  258. "enablePullDownRefresh": false,
  259. "navigationStyle": "custom"
  260. }
  261. },
  262. {
  263. "path": "pages/warning/warninglist",
  264. "style": {
  265. "navigationBarTitleText": "预警信息",
  266. "enablePullDownRefresh": false,
  267. "navigationStyle": "custom"
  268. }
  269. },
  270. {
  271. "path": "pages/rtu-manage/rtudetail",
  272. "style": {
  273. "navigationBarTitleText": "测站详情",
  274. "enablePullDownRefresh": false,
  275. "navigationStyle": "custom"
  276. }
  277. },
  278. {
  279. "path": "pages/warning/warninginfodetail",
  280. "style": {
  281. "navigationBarTitleText": "预警信息",
  282. "enablePullDownRefresh": false,
  283. "navigationStyle": "custom"
  284. }
  285. },
  286. {
  287. "path": "pages/realdata/rtudata",
  288. "style": {
  289. "navigationBarTitleText": "测站数据",
  290. "enablePullDownRefresh": false,
  291. "navigationStyle": "custom"
  292. }
  293. },
  294. {
  295. "path": "pages/realdata/rturaindata",
  296. "style": {
  297. "navigationBarTitleText": "降水测站数据",
  298. "enablePullDownRefresh": false,
  299. "navigationStyle": "custom"
  300. }
  301. },
  302. {
  303. "path": "pages/realdata/rturiverdata",
  304. "style": {
  305. "navigationBarTitleText": "河道测站数据",
  306. "enablePullDownRefresh": false,
  307. "navigationStyle": "custom"
  308. }
  309. },
  310. {
  311. "path": "pages/realdata/rtugrounddata",
  312. "style": {
  313. "navigationBarTitleText": "墒情测站数据",
  314. "enablePullDownRefresh": false,
  315. "navigationStyle": "custom"
  316. }
  317. }, {
  318. "path": "pages/realdata/rtugrounddatadetail",
  319. "style": {
  320. "navigationBarTitleText": "测站实时数据信息",
  321. "enablePullDownRefresh": false,
  322. "navigationStyle": "custom"
  323. }
  324. },
  325. {
  326. "path": "pages/rtu-manage/rturealdatadetail",
  327. "style": {
  328. "navigationBarTitleText": "测站实时数据",
  329. "enablePullDownRefresh": false,
  330. "navigationStyle": "custom"
  331. }
  332. },
  333. {
  334. "path": "pages/report-forms/checkorderreportcount",
  335. "style": {
  336. "navigationBarTitleText": "维修任务统计报表",
  337. "enablePullDownRefresh": false,
  338. "navigationStyle": "custom"
  339. }
  340. },
  341. {
  342. "path": "pages/report-forms/inspectionreportcount",
  343. "style": {
  344. "navigationBarTitleText": "设备巡检统计报表",
  345. "enablePullDownRefresh": false,
  346. "navigationStyle": "custom"
  347. }
  348. },
  349. {
  350. "path": "pages/report-forms/orgcheckorderreportcount",
  351. "style": {
  352. "navigationBarTitleText": "维修任务统计报表",
  353. "enablePullDownRefresh": false,
  354. "navigationStyle": "custom"
  355. }
  356. },
  357. {
  358. "path": "pages/report-forms/orginspectionreportcount",
  359. "style": {
  360. "navigationBarTitleText": "设备巡检统计报表",
  361. "enablePullDownRefresh": false,
  362. "navigationStyle": "custom"
  363. }
  364. },
  365. {
  366. "path": "pages/report-forms/contact",
  367. "style": {
  368. "navigationBarTitleText": "通讯录",
  369. "enablePullDownRefresh": false,
  370. "navigationStyle": "custom"
  371. }
  372. },
  373. {
  374. "path": "pages/news/noticelist",
  375. "style": {
  376. "navigationBarTitleText": "公告列表",
  377. "enablePullDownRefresh": false,
  378. "navigationStyle": "custom"
  379. }
  380. },
  381. {
  382. "path": "pages/news/detail",
  383. "style": {
  384. "navigationBarTitleText": "公告详情",
  385. "enablePullDownRefresh": false,
  386. "navigationStyle": "custom"
  387. }
  388. },
  389. {
  390. "path": "pages/user/center",
  391. "style": {
  392. "navigationBarTitleText": "我的",
  393. "enablePullDownRefresh": false,
  394. "navigationStyle": "custom"
  395. }
  396. },
  397. {
  398. "path": "pages/user/profile",
  399. "style": {
  400. "navigationBarTitleText": "个人资料",
  401. "enablePullDownRefresh": false,
  402. "navigationStyle": "custom"
  403. }
  404. },
  405. {
  406. "path": "pages/user/about",
  407. "style": {
  408. "navigationBarTitleText": "关于",
  409. "enablePullDownRefresh": false,
  410. "navigationStyle": "custom"
  411. }
  412. },
  413. {
  414. "path": "pages/user/modify-password",
  415. "style": {
  416. "navigationBarTitleText": "修改密码",
  417. "enablePullDownRefresh": false,
  418. "navigationStyle": "custom"
  419. }
  420. },
  421. {
  422. "path": "pages/login/login-account",
  423. "style": {
  424. "navigationBarTitleText": "账号登录",
  425. "enablePullDownRefresh": false,
  426. "navigationStyle": "custom"
  427. }
  428. }
  429. ],
  430. "subPackages": [{
  431. "root": "pages-yj",
  432. "pages": [{
  433. "path": "yjxt/check/dangerareacheck",
  434. "style": {
  435. "navigationBarTitleText": "巡查巡检",
  436. "enablePullDownRefresh": false,
  437. "navigationStyle": "custom"
  438. }
  439. },
  440. {
  441. "path": "yjxt/check/dangerareachecklist",
  442. "style": {
  443. "navigationBarTitleText": "巡查巡检",
  444. "enablePullDownRefresh": false,
  445. "navigationStyle": "custom"
  446. }
  447. },
  448. {
  449. "path": "yjxt/check/dangerareacheckdetail",
  450. "style": {
  451. "navigationBarTitleText": "巡查巡检",
  452. "enablePullDownRefresh": false,
  453. "navigationStyle": "custom"
  454. }
  455. },
  456. {
  457. "path": "yjxt/warn/yjwarnlist",
  458. "style": {
  459. "navigationBarTitleText": "预警响应",
  460. "enablePullDownRefresh": false,
  461. "navigationStyle": "custom"
  462. }
  463. },
  464. {
  465. "path": "yjxt/warn/yjwarnqr",
  466. "style": {
  467. "navigationBarTitleText": "预警二维码",
  468. "enablePullDownRefresh": false,
  469. "navigationStyle": "custom"
  470. }
  471. },
  472. {
  473. "path": "yjxt/transfer/residenttransferrecord",
  474. "style": {
  475. "navigationBarTitleText": "转移登记",
  476. "enablePullDownRefresh": false,
  477. "navigationStyle": "custom"
  478. }
  479. },
  480. {
  481. "path": "yjxt/transfer/transferresidentlist",
  482. "style": {
  483. "navigationBarTitleText": "转移人员清单",
  484. "enablePullDownRefresh": false,
  485. "navigationStyle": "custom"
  486. }
  487. },
  488. {
  489. "path": "yjxt/resident/dangerarearesidentrecord",
  490. "style": {
  491. "navigationBarTitleText": "群众登记",
  492. "enablePullDownRefresh": false,
  493. "navigationStyle": "custom"
  494. }
  495. },
  496. {
  497. "path": "yjxt/resident/dangerarearesidentrecordlist",
  498. "style": {
  499. "navigationBarTitleText": "登记清单",
  500. "enablePullDownRefresh": false,
  501. "navigationStyle": "custom"
  502. }
  503. },
  504. {
  505. "path": "yjxt/dangerarea/dangerarea",
  506. "style": {
  507. "navigationBarTitleText": "危险区",
  508. "enablePullDownRefresh": false,
  509. "navigationStyle": "custom"
  510. }
  511. },
  512. {
  513. "path": "yjxt/dangerarea/dangerareamap",
  514. "style": {
  515. "navigationBarTitleText": "危险区地图",
  516. "enablePullDownRefresh": false,
  517. "navigationStyle": "custom"
  518. }
  519. },
  520. {
  521. "path": "yjxt/dangerarealeaveline/leaveline",
  522. "style": {
  523. "navigationBarTitleText": "转移路线",
  524. "enablePullDownRefresh": false,
  525. "navigationStyle": "custom"
  526. }
  527. },
  528. {
  529. "path": "yjxt/dangerarealeaveline/leavelinemap",
  530. "style": {
  531. "navigationBarTitleText": "转移路线地图",
  532. "enablePullDownRefresh": false,
  533. "navigationStyle": "custom"
  534. }
  535. },
  536. {
  537. "path": "yjxt/warn/yjwarndetail",
  538. "style": {
  539. "navigationBarTitleText": "预警详情",
  540. "enablePullDownRefresh": false,
  541. "navigationStyle": "custom"
  542. }
  543. },
  544. {
  545. "path": "yjxt/resident/dangerarearesidentlocation",
  546. "style": {
  547. "navigationBarTitleText": "定位补录",
  548. "enablePullDownRefresh": false,
  549. "navigationStyle": "custom"
  550. }
  551. },
  552. {
  553. "path": "yjxt/resident/dangerarearesidentfamilylist",
  554. "style": {
  555. "navigationBarTitleText": "家庭成员表",
  556. "enablePullDownRefresh": false,
  557. "navigationStyle": "custom"
  558. }
  559. },
  560. {
  561. "path": "yjxt/dangerarea/dangerareaqr",
  562. "style": {
  563. "navigationBarTitleText": "危险区二维码",
  564. "enablePullDownRefresh": false,
  565. "navigationStyle": "custom"
  566. }
  567. },
  568. {
  569. "path": "yjxt/region/region",
  570. "style": {
  571. "navigationBarTitleText": "行政区",
  572. "enablePullDownRefresh": false,
  573. "navigationStyle": "custom"
  574. }
  575. },
  576. {
  577. "path": "yjxt/warn/yjwarn",
  578. "style": {
  579. "navigationBarTitleText": "监测预警",
  580. "enablePullDownRefresh": false,
  581. "navigationStyle": "custom"
  582. }
  583. }
  584. ]
  585. }],
  586. "preloadRule": {
  587. "pages-yj/yjxt/check/dangerareacheck": {
  588. "network": "all",
  589. "packages": ["__APP__"]
  590. },
  591. "pages-yj/yjxt/check/dangerareachecklist": {
  592. "network": "all",
  593. "packages": ["__APP__"]
  594. },
  595. "pages-yj/yjxt/check/dangerareacheckdetail": {
  596. "network": "all",
  597. "packages": ["__APP__"]
  598. },
  599. "pages-yj/yjxt/warn/yjwarnlist": {
  600. "network": "all",
  601. "packages": ["__APP__"]
  602. },
  603. "pages-yj/yjxt/warn/yjwarnqr": {
  604. "network": "all",
  605. "packages": ["__APP__"]
  606. },
  607. "pages-yj/yjxt/transfer/residenttransferrecord": {
  608. "network": "all",
  609. "packages": ["__APP__"]
  610. },
  611. "pages-yj/yjxt/transfer/transferresidentlist": {
  612. "network": "all",
  613. "packages": ["__APP__"]
  614. },
  615. "pages-yj/yjxt/resident/dangerarearesidentrecord": {
  616. "network": "all",
  617. "packages": ["__APP__"]
  618. },
  619. "pages-yj/yjxt/resident/dangerarearesidentrecordlist": {
  620. "network": "all",
  621. "packages": ["__APP__"]
  622. },
  623. "pages-yj/yjxt/dangerarea/dangerarea": {
  624. "network": "all",
  625. "packages": ["__APP__"]
  626. },
  627. "pages-yj/yjxt/dangerarea/dangerareamap": {
  628. "network": "all",
  629. "packages": ["__APP__"]
  630. },
  631. "pages-yj/yjxt/dangerarealeaveline/leaveline": {
  632. "network": "all",
  633. "packages": ["__APP__"]
  634. },
  635. "pages-yj/yjxt/dangerarealeaveline/leavelinemap": {
  636. "network": "all",
  637. "packages": ["__APP__"]
  638. },
  639. "pages-yj/yjxt/warn/yjwarndetail": {
  640. "network": "all",
  641. "packages": ["__APP__"]
  642. },
  643. "pages-yj/yjxt/resident/dangerarearesidentlocation": {
  644. "network": "all",
  645. "packages": ["__APP__"]
  646. },
  647. "pages-yj/yjxt/resident/dangerarearesidentfamilylist": {
  648. "network": "all",
  649. "packages": ["__APP__"]
  650. },
  651. "pages-yj/yjxt/dangerarea/dangerareaqr": {
  652. "network": "all",
  653. "packages": ["__APP__"]
  654. },
  655. "pages-yj/yjxt/region/region": {
  656. "network": "all",
  657. "packages": ["__APP__"]
  658. },
  659. "pages-yj/yjxt/warn/yjwarn": {
  660. "network": "all",
  661. "packages": ["__APP__"]
  662. }
  663. },
  664. "globalStyle": {
  665. "navigationBarTextStyle": "black",
  666. "navigationBarTitleText": "",
  667. "navigationBarBackgroundColor": "#fff",
  668. "backgroundColor": "#F7F7F7"
  669. },
  670. "tabBar": {
  671. "color": "#A6ABB5",
  672. "selectedColor": "#0BB9C8",
  673. "borderStyle": "white",
  674. "backgroundColor": "#FFFFFF",
  675. "list": [{
  676. "pagePath": "pages/home/home",
  677. "iconPath": "static/images/tabbar/home.png",
  678. "selectedIconPath": "static/images/tabbar/home_selected.png",
  679. "text": "首页"
  680. },
  681. {
  682. "pagePath": "pages/rtu-manage/rtumanage",
  683. "iconPath": "static/images/tabbar/workbench.png",
  684. "selectedIconPath": "static/images/tabbar/workbench_selected.png",
  685. "text": "管理工作台"
  686. },
  687. {
  688. "pagePath": "pages/user/center",
  689. "iconPath": "static/images/tabbar/user.png",
  690. "selectedIconPath": "static/images/tabbar/user_selected.png",
  691. "text": "我的"
  692. }
  693. ]
  694. }
  695. }