pages.json 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "工作台",
  8. "app-plus": {
  9. "bounce": "none",
  10. "titleNView": false
  11. }
  12. }
  13. },
  14. {
  15. "path": "pages/info",
  16. "style": {
  17. "navigationBarTitleText": "消息",
  18. "navigationStyle": "custom",
  19. "enablePullDownRefresh": false,
  20. "app-plus": {
  21. "bounce": "none",
  22. "titleNView": false
  23. }
  24. }
  25. },
  26. {
  27. "path": "pages/mine",
  28. "style": {
  29. "navigationBarTitleText": "我的",
  30. "navigationStyle": "custom",
  31. "app-plus": {
  32. "bounce": "none",
  33. "titleNView": false
  34. }
  35. }
  36. }
  37. ],
  38. "subPackages": [
  39. {
  40. "name": "登录模块",
  41. "root": "pages/login",
  42. "pages": [
  43. {
  44. "path": "login",
  45. "style": {
  46. "navigationBarTitleText": "登录",
  47. "navigationStyle": "custom",
  48. "navigationBarTextStyle": "black"
  49. }
  50. }
  51. ]
  52. },
  53. {
  54. "name": "主要模块",
  55. "root": "pages/main",
  56. "pages": [
  57. {
  58. "path": "register",
  59. "style": {
  60. "navigationBarTitleText": "注册",
  61. "navigationStyle": "custom",
  62. "navigationBarTextStyle": "black"
  63. }
  64. },
  65. {
  66. "path": "serveConfigSelect",
  67. "style": {
  68. "navigationBarTitleText": "服务器配置",
  69. "navigationStyle": "custom",
  70. "navigationBarTextStyle": "black"
  71. }
  72. },
  73. {
  74. "path": "serveConfig",
  75. "style": {
  76. "navigationBarTitleText": "服务器配置",
  77. "navigationStyle": "custom",
  78. "navigationBarTextStyle": "black"
  79. }
  80. }
  81. ]
  82. },
  83. {
  84. "name": "公共模块",
  85. "root": "pages/common",
  86. "pages": [
  87. {
  88. "path": "webview/index",
  89. "style": {
  90. "navigationBarTitleText": "浏览网页"
  91. }
  92. },
  93. {
  94. "path": "textview/index",
  95. "style": {
  96. "navigationBarTitleText": "浏览文本"
  97. }
  98. },
  99. {
  100. "path": "square/index",
  101. "style": {
  102. "navigationBarTitleText": "",
  103. "enablePullDownRefresh": false
  104. }
  105. },
  106. {
  107. "path": "invoicing/index",
  108. "style": {
  109. "navigationBarTitleText": "续费提醒",
  110. "enablePullDownRefresh": false
  111. }
  112. },
  113. {
  114. "path": "phoneVerify/index",
  115. "style": {
  116. "navigationBarTitleText": "",
  117. "navigationBarTextStyle": "black",
  118. "navigationBarBackgroundColor": "#FFFFFF"
  119. }
  120. },
  121. {
  122. "path": "success/index",
  123. "style": {
  124. "navigationBarTitleText": "提交成功",
  125. "navigationStyle": "custom",
  126. "enablePullDownRefresh": false
  127. }
  128. },
  129. {
  130. "path": "appMessage/index",
  131. "style": {
  132. "navigationBarTitleText": "消息列表",
  133. "enablePullDownRefresh": false
  134. }
  135. },
  136. {
  137. "path": "appMessage/details",
  138. "style": {
  139. "navigationBarTitleText": "消息详情",
  140. "enablePullDownRefresh": false
  141. }
  142. },
  143. {
  144. "path": "alarmMessage/index",
  145. "style": {
  146. "navigationBarTitleText": "告警通知",
  147. "enablePullDownRefresh": false
  148. }
  149. },
  150. {
  151. "path": "evaluate/index",
  152. "style": {
  153. "navigationBarTitleText": "服务评价",
  154. "enablePullDownRefresh": false
  155. }
  156. },
  157. {
  158. "path": "nfc/index",
  159. "style": {
  160. "navigationBarTitleText": "NFC读取",
  161. "enablePullDownRefresh": false
  162. }
  163. },
  164. {
  165. "path": "searchSelect/index",
  166. "style": {
  167. "navigationBarTitleText": "搜索",
  168. "navigationStyle": "custom",
  169. "enablePullDownRefresh": false,
  170. "app-plus": {
  171. "bounce": "none",
  172. "titleNView": false
  173. }
  174. }
  175. },
  176. {
  177. "path": "face/index",
  178. "style": {
  179. "navigationBarTitleText": "人脸识别",
  180. "enablePullDownRefresh": false,
  181. "navigationStyle": "custom",
  182. "app-plus": {
  183. "bounce": "none",
  184. "titleNView": false
  185. }
  186. }
  187. }
  188. ]
  189. },
  190. {
  191. "name": "我的",
  192. "root": "pages/mine",
  193. "pages": [
  194. {
  195. "path": "info/index",
  196. "style": {
  197. "navigationBarTitleText": "我的信息"
  198. }
  199. },
  200. {
  201. "path": "msg/index",
  202. "style": {
  203. "navigationBarTitleText": "消息设置"
  204. }
  205. },
  206. {
  207. "path": "secure/index",
  208. "style": {
  209. "navigationBarTitleText": "账号与安全"
  210. }
  211. },
  212. {
  213. "path": "secure/loginLog/index",
  214. "style": {
  215. "navigationBarTitleText": "登录日志",
  216. "enablePullDownRefresh": false
  217. }
  218. },
  219. {
  220. "path": "secure/fingerprint/index",
  221. "style": {
  222. "navigationBarTitleText": "",
  223. "navigationBarTextStyle": "black",
  224. "navigationBarBackgroundColor": "#FFFFFF"
  225. }
  226. },
  227. {
  228. "path": "avatar/index",
  229. "style": {
  230. "navigationBarTitleText": "修改头像"
  231. }
  232. },
  233. {
  234. "path": "help/index",
  235. "style": {
  236. "navigationBarTitleText": "常见问题",
  237. "navigationStyle": "custom",
  238. "app-plus": {
  239. "bounce": "none",
  240. "titleNView": false
  241. }
  242. }
  243. },
  244. {
  245. "path": "about/index",
  246. "style": {
  247. "navigationBarTitleText": "关于我们",
  248. "navigationStyle": "custom",
  249. "app-plus": {
  250. "bounce": "none",
  251. "titleNView": false
  252. }
  253. }
  254. },
  255. {
  256. "path": "setting/index",
  257. "style": {
  258. "navigationBarTitleText": "设置",
  259. "enablePullDownRefresh": false
  260. }
  261. }
  262. ]
  263. },
  264. {
  265. "name": "智慧安防",
  266. "root": "pages/business/zhaf",
  267. "pages": [
  268. {
  269. "path": "xunJian/xunJian",
  270. "style": {
  271. "navigationBarTitleText": "巡检",
  272. "enablePullDownRefresh": false
  273. }
  274. },
  275. {
  276. "path": "xunJian/plan/index",
  277. "style": {
  278. "navigationBarTitleText": "巡检计划",
  279. "enablePullDownRefresh": false
  280. }
  281. },
  282. {
  283. "path": "xunJian/plan/components/siteDetails",
  284. "style": {
  285. "navigationBarTitleText": "站点详情",
  286. "enablePullDownRefresh": false
  287. }
  288. },
  289. {
  290. "path": "xunJian/plan/components/content",
  291. "style": {
  292. "navigationBarTitleText": "巡检内容",
  293. "enablePullDownRefresh": false
  294. }
  295. },
  296. {
  297. "path": "xunJian/plan/components/report",
  298. "style": {
  299. "navigationBarTitleText": "巡检上报",
  300. "enablePullDownRefresh": false
  301. }
  302. },
  303. {
  304. "path": "xunJian/record/index",
  305. "style": {
  306. "navigationBarTitleText": "巡检记录",
  307. "enablePullDownRefresh": false
  308. }
  309. },
  310. {
  311. "path": "xunJian/record/recordDetail/index",
  312. "style": {
  313. "navigationBarTitleText": "巡检记录详情",
  314. "enablePullDownRefresh": false
  315. }
  316. },
  317. {
  318. "path": "xunJian/collect/index",
  319. "style": {
  320. "navigationBarTitleText": "点位采集",
  321. "navigationStyle": "custom",
  322. "enablePullDownRefresh": false,
  323. "app-plus": {
  324. "bounce": "none",
  325. "titleNView": false
  326. }
  327. }
  328. },
  329. {
  330. "path": "xunJian/collect/components/collectDetail",
  331. "style": {
  332. "navigationBarTitleText": "采集上报",
  333. "enablePullDownRefresh": false
  334. }
  335. },
  336. {
  337. "path": "xunJian/collect/components/collectRecord",
  338. "style": {
  339. "navigationBarTitleText": "采集记录",
  340. "navigationStyle": "custom",
  341. "enablePullDownRefresh": false,
  342. "app-plus": {
  343. "bounce": "none",
  344. "titleNView": false
  345. }
  346. }
  347. },
  348. {
  349. "path": "xunJian/error/index",
  350. "style": {
  351. "navigationBarTitleText": "异常上报",
  352. "enablePullDownRefresh": false
  353. }
  354. },
  355. {
  356. "path": "xunJian/error/errorList",
  357. "style": {
  358. "navigationBarTitleText": "异常列表",
  359. "enablePullDownRefresh": false
  360. }
  361. },
  362. {
  363. "path": "xunJian/error/errorListDetail",
  364. "style": {
  365. "navigationBarTitleText": "事件详情",
  366. "enablePullDownRefresh": false
  367. }
  368. },
  369. {
  370. "path": "xunJian/error/errorDisposition",
  371. "style": {
  372. "navigationBarTitleText": "处置内容",
  373. "enablePullDownRefresh": false
  374. }
  375. },
  376. {
  377. "path": "signIn/index",
  378. "style": {
  379. "navigationBarTitleText": "人员签到",
  380. "enablePullDownRefresh": false
  381. }
  382. }
  383. ]
  384. },
  385. {
  386. "name": "闵行消防",
  387. "root": "pages/business/mhxf",
  388. "pages": [
  389. {
  390. "path": "informationSelect/index",
  391. "style": {
  392. "navigationBarTitleText": "信息查询",
  393. "enablePullDownRefresh": false
  394. }
  395. },
  396. {
  397. "path": "deviceManage/index",
  398. "style": {
  399. "navigationBarTitleText": "设备管理",
  400. "enablePullDownRefresh": false
  401. }
  402. },
  403. {
  404. "path": "coordination/index",
  405. "style": {
  406. "navigationBarTitleText": "协同作战地图",
  407. "enablePullDownRefresh": false
  408. }
  409. },
  410. {
  411. "path": "unitInfoCollection/index",
  412. "style": {
  413. "navigationBarTitleText": "单位信息采集",
  414. "enablePullDownRefresh": false
  415. }
  416. },
  417. {
  418. "path": "fireReport/index",
  419. "style": {
  420. "navigationBarTitleText": "消防报告",
  421. "enablePullDownRefresh": false
  422. }
  423. },
  424. {
  425. "path": "fireReport/components/detailed",
  426. "style": {
  427. "navigationBarTitleText": "消防报告",
  428. "enablePullDownRefresh": false
  429. }
  430. },
  431. {
  432. "path": "fireReport/components/detailedPath",
  433. "style": {
  434. "navigationBarTitleText": "消防报告",
  435. "enablePullDownRefresh": false
  436. }
  437. },
  438. {
  439. "path": "needMatter/index",
  440. "style": {
  441. "navigationBarTitleText": "待办事项",
  442. "enablePullDownRefresh": false
  443. }
  444. }
  445. ]
  446. },
  447. {
  448. "name": "智慧消防",
  449. "root": "pages/business/zhxf",
  450. "pages": [
  451. {
  452. "path": "messagePush/index",
  453. "style": {
  454. "navigationBarTitleText": "消息推送设置",
  455. "enablePullDownRefresh": false
  456. }
  457. },
  458. {
  459. "path": "building/index",
  460. "style": {
  461. "navigationBarTitleText": "建筑管理",
  462. "enablePullDownRefresh": false
  463. }
  464. },
  465. {
  466. "path": "fireInspect/index",
  467. "style": {
  468. "navigationBarTitleText": "消防督察单",
  469. "enablePullDownRefresh": false
  470. }
  471. },
  472. {
  473. "path": "fireInspect/inspectDetailsList/index",
  474. "style": {
  475. "navigationBarTitleText": "",
  476. "enablePullDownRefresh": false
  477. }
  478. },
  479. {
  480. "path": "fireInspect/inspectDetails/index",
  481. "style": {
  482. "navigationBarTitleText": "消防督察单处理",
  483. "enablePullDownRefresh": false
  484. }
  485. },
  486. {
  487. "path": "funReport/index",
  488. "style": {
  489. "navigationBarTitleText": "功能报备",
  490. "enablePullDownRefresh": false,
  491. "onReachBottomDistance": 100
  492. }
  493. },
  494. {
  495. "path": "funReport/funcAdd/index",
  496. "style": {
  497. "navigationBarTitleText": "功能报备新增",
  498. "enablePullDownRefresh": false
  499. }
  500. }
  501. ]
  502. },
  503. {
  504. "name": "消防物联网",
  505. "root": "pages/business/fireIot",
  506. "pages": [
  507. {
  508. "path": "deviceManage/index",
  509. "style": {
  510. "navigationBarTitleText": "设备管理",
  511. "enablePullDownRefresh": false
  512. }
  513. },
  514. {
  515. "path": "deviceManage/components/deviceDetailsList",
  516. "style": {
  517. "navigationBarTitleText": "",
  518. "enablePullDownRefresh": false
  519. }
  520. },
  521. {
  522. "path": "deviceManage/components/deviceDetails",
  523. "style": {
  524. "navigationBarTitleText": "设备详情",
  525. "enablePullDownRefresh": false
  526. }
  527. },
  528. {
  529. "path": "facilitiesGather/index",
  530. "style": {
  531. "navigationBarTitleText": "设施采集",
  532. "enablePullDownRefresh": false
  533. }
  534. },
  535. {
  536. "path": "facilitiesGather/mapGather",
  537. "style": {
  538. "navigationBarTitleText": "地图采集",
  539. "enablePullDownRefresh": false
  540. }
  541. },
  542. {
  543. "path": "facilitiesManage/index",
  544. "style": {
  545. "navigationBarTitleText": "设施管理",
  546. "enablePullDownRefresh": false
  547. }
  548. },
  549. {
  550. "path": "facilitiesManage/mapFacilitiesView",
  551. "style": {
  552. "navigationBarTitleText": "设施查看",
  553. "enablePullDownRefresh": false
  554. }
  555. },
  556. {
  557. "path": "facilitiesManage/facilitiesDetailsList",
  558. "style": {
  559. "navigationBarTitleText": "",
  560. "enablePullDownRefresh": false
  561. }
  562. },
  563. {
  564. "path": "facilitiesManage/facilitiesDetails",
  565. "style": {
  566. "navigationBarTitleText": "设施详情",
  567. "enablePullDownRefresh": false
  568. }
  569. },
  570. {
  571. "path": "alarmManage/index",
  572. "style": {
  573. "navigationBarTitleText": "告警管理",
  574. "enablePullDownRefresh": false
  575. }
  576. },
  577. {
  578. "path": "alarmManage/alarmDetailsList/index",
  579. "style": {
  580. "navigationBarTitleText": "",
  581. "enablePullDownRefresh": false
  582. }
  583. },
  584. {
  585. "path": "alarmManage/alarmDetails/index",
  586. "style": {
  587. "navigationBarTitleText": "告警处理",
  588. "enablePullDownRefresh": false
  589. }
  590. },
  591. {
  592. "path": "repairManage/repairDetailsList",
  593. "style": {
  594. "navigationBarTitleText": "报修列表",
  595. "enablePullDownRefresh": false
  596. }
  597. },
  598. {
  599. "path": "repairManage/repairDetails",
  600. "style": {
  601. "navigationBarTitleText": "报修处理",
  602. "enablePullDownRefresh": false
  603. }
  604. },
  605. {
  606. "path": "customManage/index",
  607. "style": {
  608. "navigationBarTitleText": "客户管理",
  609. "enablePullDownRefresh": false
  610. }
  611. },
  612. {
  613. "path": "repairReport/index",
  614. "style": {
  615. "navigationBarTitleText": "报修申请",
  616. "enablePullDownRefresh": false
  617. }
  618. },
  619. {
  620. "path": "repairReport/record",
  621. "style": {
  622. "navigationBarTitleText": "报修历史",
  623. "enablePullDownRefresh": false
  624. }
  625. }
  626. ]
  627. },
  628. {
  629. "name": "业务公共模块",
  630. "root": "pages/business/common",
  631. "pages": [
  632. {
  633. "path": "fastMail/index",
  634. "style": {
  635. "navigationBarTitleText": "我的快递",
  636. "enablePullDownRefresh": false
  637. }
  638. },
  639. {
  640. "path": "videoMonitor/videoList",
  641. "style": {
  642. "navigationBarTitleText": "视频监测列表",
  643. "enablePullDownRefresh": false
  644. }
  645. },
  646. {
  647. "path": "videoMonitor/videoDetail",
  648. "style": {
  649. "navigationBarTitleText": "实时监控",
  650. "enablePullDownRefresh": false
  651. }
  652. },
  653. {
  654. "path": "projectMange/record/index",
  655. "style": {
  656. "navigationBarTitleText": "工作报告",
  657. "enablePullDownRefresh": false,
  658. "navigationStyle": "custom",
  659. "app-plus": {
  660. "bounce": "none",
  661. "titleNView": false
  662. }
  663. }
  664. },
  665. {
  666. "path": "projectMange/record/details",
  667. "style": {
  668. "navigationBarTitleText": "报告详情",
  669. "enablePullDownRefresh": false,
  670. "navigationStyle": "custom",
  671. "app-plus": {
  672. "bounce": "none",
  673. "titleNView": false
  674. }
  675. }
  676. },
  677. {
  678. "path": "projectMange/overview/index",
  679. "style": {
  680. "navigationBarTitleText": "项目概览",
  681. "enablePullDownRefresh": false,
  682. "navigationStyle": "custom",
  683. "app-plus": {
  684. "bounce": "none",
  685. "titleNView": false
  686. }
  687. }
  688. },
  689. {
  690. "path": "projectMange/record/timingLog",
  691. "style": {
  692. "navigationBarTitleText": "定时日志",
  693. "enablePullDownRefresh": false,
  694. "navigationStyle": "custom",
  695. "app-plus": {
  696. "bounce": "none",
  697. "titleNView": false
  698. }
  699. }
  700. },
  701. {
  702. "path": "projectMange/write/index",
  703. "style": {
  704. "navigationBarTitleText": "报告填写",
  705. "enablePullDownRefresh": false,
  706. "navigationStyle": "custom",
  707. "app-plus": {
  708. "bounce": "none",
  709. "titleNView": false
  710. }
  711. }
  712. },
  713. {
  714. "path": "projectMange/write/insert",
  715. "style": {
  716. "navigationBarTitleText": "",
  717. "enablePullDownRefresh": false,
  718. "navigationStyle": "custom",
  719. "app-plus": {
  720. "bounce": "none",
  721. "titleNView": false
  722. }
  723. }
  724. },
  725. {
  726. "path": "projectMange/list/index",
  727. "style": {
  728. "navigationBarTitleText": "项目列表",
  729. "enablePullDownRefresh": false,
  730. "navigationStyle": "custom",
  731. "app-plus": {
  732. "bounce": "none",
  733. "titleNView": false
  734. }
  735. }
  736. },
  737. {
  738. "path": "projectMange/list/addEdit",
  739. "style": {
  740. "navigationBarTitleText": "",
  741. "enablePullDownRefresh": false,
  742. "navigationStyle": "custom",
  743. "app-plus": {
  744. "bounce": "none",
  745. "titleNView": false
  746. }
  747. }
  748. },
  749. {
  750. "path": "projectMange/mall/index",
  751. "style": {
  752. "navigationBarTitleText": "选择接收人",
  753. "enablePullDownRefresh": false,
  754. "navigationStyle": "custom",
  755. "app-plus": {
  756. "bounce": "none",
  757. "titleNView": false
  758. }
  759. }
  760. }
  761. ]
  762. }
  763. ],
  764. "globalStyle": {
  765. "navigationBarTextStyle": "white",
  766. "navigationBarTitleText": "uni-app",
  767. "backgroundColor": "#F8F8F8"
  768. },
  769. "tabBar": {
  770. "fontSize": "12px",
  771. "color": "#a9a9a9",
  772. "selectedColor": "#000000",
  773. "borderStyle": "white",
  774. "backgroundColor": "#ffffff",
  775. "list": [
  776. {
  777. "pagePath": "pages/index",
  778. "iconPath": "/static/images/tabBar/tab-home.png",
  779. "selectedIconPath": "/static/images/tabBar/tab-home-blue.png",
  780. "text": "工作台",
  781. "visible": false
  782. },
  783. {
  784. "pagePath": "pages/info",
  785. "iconPath": "/static/images/tabBar/tab-info.png",
  786. "selectedIconPath": "/static/images/tabBar/tab-info-blue.png",
  787. "text": "消息",
  788. "visible": false
  789. },
  790. {
  791. "pagePath": "pages/mine",
  792. "iconPath": "/static/images/tabBar/tab-my.png",
  793. "selectedIconPath": "/static/images/tabBar/tab-my-blue.png",
  794. "text": "我的",
  795. "visible": false
  796. }
  797. ]
  798. },
  799. "condition": {
  800. "current": 0,
  801. "list": [
  802. {
  803. "name": "",
  804. "path": "pages/login",
  805. "query": ""
  806. }
  807. ]
  808. }
  809. }