pages.json 17 KB

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