pages.json 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180
  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/login",
  16. "style": {
  17. "navigationBarTitleText": "登录",
  18. "navigationStyle": "custom",
  19. "navigationBarTextStyle": "black"
  20. }
  21. },
  22. {
  23. "path": "pages/register",
  24. "style": {
  25. "navigationBarTitleText": "注册",
  26. "navigationStyle": "custom",
  27. "navigationBarTextStyle": "black"
  28. }
  29. },
  30. {
  31. "path": "pages/serveConfigSelect",
  32. "style": {
  33. "navigationBarTitleText": "服务器配置",
  34. "navigationStyle": "custom",
  35. "enablePullDownRefresh": false,
  36. "app-plus": {
  37. "bounce": "none",
  38. "titleNView": false
  39. }
  40. }
  41. },
  42. {
  43. "path": "pages/serveConfig",
  44. "style": {
  45. "navigationBarTitleText": "服务器配置",
  46. "navigationStyle": "custom",
  47. "enablePullDownRefresh": false,
  48. "app-plus": {
  49. "bounce": "none",
  50. "titleNView": false
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/info",
  56. "style": {
  57. "navigationBarTitleText": "消息",
  58. "navigationStyle": "custom",
  59. "enablePullDownRefresh": false,
  60. "app-plus": {
  61. "bounce": "none",
  62. "titleNView": false
  63. }
  64. }
  65. },
  66. {
  67. "path": "pages/mine",
  68. "style": {
  69. "navigationBarTitleText": "我的",
  70. "navigationStyle": "custom",
  71. "app-plus": {
  72. "bounce": "none",
  73. "titleNView": false
  74. }
  75. }
  76. }
  77. ],
  78. "subPackages": [
  79. {
  80. "name": "公共模块",
  81. "root": "pages/common",
  82. "pages": [
  83. {
  84. "path": "webview/index",
  85. "style": {
  86. "navigationBarTitleText": "浏览网页",
  87. "navigationStyle": "custom",
  88. "enablePullDownRefresh": false,
  89. "app-plus": {
  90. "bounce": "none",
  91. "titleNView": false
  92. }
  93. }
  94. },
  95. {
  96. "path": "textview/index",
  97. "style": {
  98. "navigationBarTitleText": "浏览文本",
  99. "navigationStyle": "custom",
  100. "enablePullDownRefresh": false,
  101. "app-plus": {
  102. "bounce": "none",
  103. "titleNView": false
  104. }
  105. }
  106. },
  107. {
  108. "path": "square/index",
  109. "style": {
  110. "navigationBarTitleText": "",
  111. "enablePullDownRefresh": false
  112. }
  113. },
  114. {
  115. "path": "invoicing/index",
  116. "style": {
  117. "navigationBarTitleText": "续费提醒",
  118. "enablePullDownRefresh": false
  119. }
  120. },
  121. {
  122. "path": "phoneVerify/index",
  123. "style": {
  124. "navigationBarTitleText": "",
  125. "navigationBarTextStyle": "black",
  126. "navigationBarBackgroundColor": "#FFFFFF"
  127. }
  128. },
  129. {
  130. "path": "success/index",
  131. "style": {
  132. "navigationBarTitleText": "提交成功",
  133. "navigationStyle": "custom",
  134. "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path": "appMessage/index",
  139. "style": {
  140. "navigationBarTitleText": "消息列表",
  141. "navigationStyle": "custom",
  142. "enablePullDownRefresh": false,
  143. "app-plus": {
  144. "bounce": "none",
  145. "titleNView": false
  146. }
  147. }
  148. },
  149. {
  150. "path": "appMessage/details",
  151. "style": {
  152. "navigationBarTitleText": "消息详情",
  153. "navigationStyle": "custom",
  154. "enablePullDownRefresh": false,
  155. "app-plus": {
  156. "bounce": "none",
  157. "titleNView": false
  158. }
  159. }
  160. },
  161. {
  162. "path": "appMessage/nociteDetails",
  163. "style": {
  164. "navigationBarTitleText": "消息详情",
  165. "navigationStyle": "custom",
  166. "enablePullDownRefresh": false,
  167. "app-plus": {
  168. "bounce": "none",
  169. "titleNView": false
  170. }
  171. }
  172. },
  173. {
  174. "path": "alarmMessage/index",
  175. "style": {
  176. "navigationBarTitleText": "告警通知",
  177. "navigationStyle": "custom",
  178. "enablePullDownRefresh": false,
  179. "app-plus": {
  180. "bounce": "none",
  181. "titleNView": false
  182. }
  183. }
  184. },
  185. {
  186. "path": "evaluate/index",
  187. "style": {
  188. "navigationBarTitleText": "服务评价",
  189. "enablePullDownRefresh": false
  190. }
  191. },
  192. {
  193. "path": "nfc/index",
  194. "style": {
  195. "navigationBarTitleText": "NFC读取",
  196. "navigationStyle": "custom",
  197. "enablePullDownRefresh": false,
  198. "app-plus": {
  199. "bounce": "none",
  200. "titleNView": false
  201. }
  202. }
  203. },
  204. {
  205. "path": "searchSelect/index",
  206. "style": {
  207. "navigationBarTitleText": "搜索",
  208. "navigationStyle": "custom",
  209. "enablePullDownRefresh": false,
  210. "app-plus": {
  211. "bounce": "none",
  212. "titleNView": false
  213. }
  214. }
  215. }
  216. ]
  217. },
  218. {
  219. "name": "我的",
  220. "root": "pages/mine",
  221. "pages": [
  222. {
  223. "path": "info/index",
  224. "style": {
  225. "navigationBarTitleText": "我的信息",
  226. "navigationStyle": "custom",
  227. "enablePullDownRefresh": false,
  228. "app-plus": {
  229. "bounce": "none",
  230. "titleNView": false
  231. }
  232. }
  233. },
  234. {
  235. "path": "msg/index",
  236. "style": {
  237. "navigationBarTitleText": "消息设置",
  238. "navigationStyle": "custom",
  239. "enablePullDownRefresh": false,
  240. "app-plus": {
  241. "bounce": "none",
  242. "titleNView": false
  243. }
  244. }
  245. },
  246. {
  247. "path": "secure/index",
  248. "style": {
  249. "navigationBarTitleText": "账号与安全",
  250. "navigationStyle": "custom",
  251. "enablePullDownRefresh": false,
  252. "app-plus": {
  253. "bounce": "none",
  254. "titleNView": false
  255. }
  256. }
  257. },
  258. {
  259. "path": "secure/loginLog/index",
  260. "style": {
  261. "navigationBarTitleText": "登录日志",
  262. "navigationStyle": "custom",
  263. "enablePullDownRefresh": false,
  264. "app-plus": {
  265. "bounce": "none",
  266. "titleNView": false
  267. }
  268. }
  269. },
  270. {
  271. "path": "secure/fingerprint/index",
  272. "style": {
  273. "navigationBarTitleText": "",
  274. "navigationBarTextStyle": "black",
  275. "navigationBarBackgroundColor": "#FFFFFF"
  276. }
  277. },
  278. {
  279. "path": "avatar/index",
  280. "style": {
  281. "navigationBarTitleText": "修改头像",
  282. "navigationStyle": "custom",
  283. "enablePullDownRefresh": false,
  284. "app-plus": {
  285. "bounce": "none",
  286. "titleNView": false
  287. }
  288. }
  289. },
  290. {
  291. "path": "help/index",
  292. "style": {
  293. "navigationBarTitleText": "常见问题",
  294. "navigationStyle": "custom",
  295. "app-plus": {
  296. "bounce": "none",
  297. "titleNView": false
  298. }
  299. }
  300. },
  301. {
  302. "path": "about/index",
  303. "style": {
  304. "navigationBarTitleText": "关于我们",
  305. "navigationStyle": "custom",
  306. "app-plus": {
  307. "bounce": "none",
  308. "titleNView": false
  309. }
  310. }
  311. },
  312. {
  313. "path": "setting/index",
  314. "style": {
  315. "navigationBarTitleText": "设置",
  316. "enablePullDownRefresh": false
  317. }
  318. }
  319. ]
  320. },
  321. {
  322. "name": "智慧安防",
  323. "root": "pages/business/zhaf/",
  324. "pages": [
  325. {
  326. "path": "xunJian/xunJian",
  327. "style": {
  328. "navigationBarTitleText": "巡检",
  329. "enablePullDownRefresh": false,
  330. "navigationStyle": "custom",
  331. "app-plus": {
  332. "bounce": "none",
  333. "titleNView": false
  334. }
  335. }
  336. },
  337. {
  338. "path": "xunJian/plan/index",
  339. "style": {
  340. "navigationBarTitleText": "巡检计划",
  341. "enablePullDownRefresh": false,
  342. "navigationStyle": "custom",
  343. "app-plus": {
  344. "bounce": "none",
  345. "titleNView": false
  346. }
  347. }
  348. },
  349. {
  350. "path": "xunJian/plan/components/siteDetails",
  351. "style": {
  352. "navigationBarTitleText": "站点详情",
  353. "enablePullDownRefresh": false,
  354. "navigationStyle": "custom",
  355. "app-plus": {
  356. "bounce": "none",
  357. "titleNView": false
  358. }
  359. }
  360. },
  361. {
  362. "path": "xunJian/plan/components/content",
  363. "style": {
  364. "navigationBarTitleText": "巡检内容",
  365. "enablePullDownRefresh": false,
  366. "navigationStyle": "custom",
  367. "app-plus": {
  368. "bounce": "none",
  369. "titleNView": false
  370. }
  371. }
  372. },
  373. {
  374. "path": "xunJian/plan/components/report",
  375. "style": {
  376. "navigationBarTitleText": "巡检上报",
  377. "enablePullDownRefresh": false,
  378. "navigationStyle": "custom",
  379. "app-plus": {
  380. "bounce": "none",
  381. "titleNView": false
  382. }
  383. }
  384. },
  385. {
  386. "path": "xunJian/record/index",
  387. "style": {
  388. "navigationBarTitleText": "巡检记录",
  389. "enablePullDownRefresh": false,
  390. "navigationStyle": "custom",
  391. "app-plus": {
  392. "bounce": "none",
  393. "titleNView": false
  394. }
  395. }
  396. },
  397. {
  398. "path": "xunJian/record/recordDetail/index",
  399. "style": {
  400. "navigationBarTitleText": "巡检记录详情",
  401. "enablePullDownRefresh": false,
  402. "navigationStyle": "custom",
  403. "app-plus": {
  404. "bounce": "none",
  405. "titleNView": false
  406. }
  407. }
  408. },
  409. {
  410. "path": "xunJian/collect/index",
  411. "style": {
  412. "navigationBarTitleText": "点位采集",
  413. "navigationStyle": "custom",
  414. "enablePullDownRefresh": false,
  415. "app-plus": {
  416. "bounce": "none",
  417. "titleNView": false
  418. }
  419. }
  420. },
  421. {
  422. "path": "xunJian/collect/components/collectDetail",
  423. "style": {
  424. "navigationBarTitleText": "采集上报",
  425. "navigationStyle": "custom",
  426. "enablePullDownRefresh": false,
  427. "app-plus": {
  428. "bounce": "none",
  429. "titleNView": false
  430. }
  431. }
  432. },
  433. {
  434. "path": "xunJian/collect/components/collectRecord",
  435. "style": {
  436. "navigationBarTitleText": "采集记录",
  437. "navigationStyle": "custom",
  438. "enablePullDownRefresh": false,
  439. "app-plus": {
  440. "bounce": "none",
  441. "titleNView": false
  442. }
  443. }
  444. },
  445. {
  446. "path": "xunJian/error/index",
  447. "style": {
  448. "navigationBarTitleText": "异常上报",
  449. "navigationStyle": "custom",
  450. "enablePullDownRefresh": false,
  451. "app-plus": {
  452. "bounce": "none",
  453. "titleNView": false
  454. }
  455. }
  456. },
  457. {
  458. "path": "xunJian/error/errorList",
  459. "style": {
  460. "navigationBarTitleText": "异常列表",
  461. "navigationStyle": "custom",
  462. "enablePullDownRefresh": false,
  463. "app-plus": {
  464. "bounce": "none",
  465. "titleNView": false
  466. }
  467. }
  468. },
  469. {
  470. "path": "xunJian/error/errorListDetail",
  471. "style": {
  472. "navigationBarTitleText": "事件详情",
  473. "navigationStyle": "custom",
  474. "enablePullDownRefresh": false,
  475. "app-plus": {
  476. "bounce": "none",
  477. "titleNView": false
  478. }
  479. }
  480. },
  481. {
  482. "path": "xunJian/error/errorDisposition",
  483. "style": {
  484. "navigationBarTitleText": "处置内容",
  485. "navigationStyle": "custom",
  486. "enablePullDownRefresh": false,
  487. "app-plus": {
  488. "bounce": "none",
  489. "titleNView": false
  490. }
  491. }
  492. },
  493. {
  494. "path": "signIn/index",
  495. "style": {
  496. "navigationBarTitleText": "人员签到",
  497. "navigationStyle": "custom",
  498. "enablePullDownRefresh": false,
  499. "app-plus": {
  500. "bounce": "none",
  501. "titleNView": false
  502. }
  503. }
  504. }
  505. ]
  506. },
  507. {
  508. "name": "闵行消防",
  509. "root": "pages/business/mhxf/",
  510. "pages": [
  511. {
  512. "path": "informationSelect/index",
  513. "style": {
  514. "navigationBarTitleText": "信息查询",
  515. "enablePullDownRefresh": false
  516. }
  517. },
  518. {
  519. "path": "deviceManage/index",
  520. "style": {
  521. "navigationBarTitleText": "设备管理",
  522. "enablePullDownRefresh": false
  523. }
  524. },
  525. {
  526. "path": "coordination/index",
  527. "style": {
  528. "navigationBarTitleText": "协同作战地图",
  529. "enablePullDownRefresh": false
  530. }
  531. },
  532. {
  533. "path": "unitInfoCollection/index",
  534. "style": {
  535. "navigationBarTitleText": "单位信息采集",
  536. "enablePullDownRefresh": false
  537. }
  538. },
  539. {
  540. "path": "fireReport/index",
  541. "style": {
  542. "navigationBarTitleText": "消防报告",
  543. "enablePullDownRefresh": false
  544. }
  545. },
  546. {
  547. "path": "fireReport/components/detailed",
  548. "style": {
  549. "navigationBarTitleText": "消防报告",
  550. "enablePullDownRefresh": false
  551. }
  552. },
  553. {
  554. "path": "fireReport/components/detailedPath",
  555. "style": {
  556. "navigationBarTitleText": "消防报告",
  557. "enablePullDownRefresh": false
  558. }
  559. },
  560. {
  561. "path": "needMatter/index",
  562. "style": {
  563. "navigationBarTitleText": "待办事项",
  564. "enablePullDownRefresh": false
  565. }
  566. }
  567. ]
  568. },
  569. {
  570. "name": "智慧消防",
  571. "root": "pages/business/zhxf/",
  572. "pages": [
  573. {
  574. "path": "messagePush/index",
  575. "style": {
  576. "navigationBarTitleText": "消息推送设置",
  577. "enablePullDownRefresh": false
  578. }
  579. },
  580. {
  581. "path": "building/index",
  582. "style": {
  583. "navigationBarTitleText": "建筑管理",
  584. "enablePullDownRefresh": false
  585. }
  586. },
  587. {
  588. "path": "fireInspect/index",
  589. "style": {
  590. "navigationBarTitleText": "消防督察单",
  591. "enablePullDownRefresh": false
  592. }
  593. },
  594. {
  595. "path": "fireInspect/inspectDetailsList/index",
  596. "style": {
  597. "navigationBarTitleText": "",
  598. "enablePullDownRefresh": false
  599. }
  600. },
  601. {
  602. "path": "fireInspect/inspectDetails/index",
  603. "style": {
  604. "navigationBarTitleText": "消防督察单处理",
  605. "enablePullDownRefresh": false
  606. }
  607. },
  608. {
  609. "path": "funReport/index",
  610. "style": {
  611. "navigationBarTitleText": "功能报备",
  612. "enablePullDownRefresh": false,
  613. "onReachBottomDistance": 100
  614. }
  615. },
  616. {
  617. "path": "funReport/funcAdd/index",
  618. "style": {
  619. "navigationBarTitleText": "功能报备新增",
  620. "enablePullDownRefresh": false
  621. }
  622. }
  623. ]
  624. },
  625. {
  626. "name": "消防物联网",
  627. "root": "pages/business/fireIot/",
  628. "pages": [
  629. {
  630. "path": "deviceManage/index",
  631. "style": {
  632. "navigationBarTitleText": "设备管理",
  633. "enablePullDownRefresh": false
  634. }
  635. },
  636. {
  637. "path": "deviceManage/components/deviceDetailsList",
  638. "style": {
  639. "navigationBarTitleText": "设备列表",
  640. "enablePullDownRefresh": false,
  641. "navigationStyle": "custom",
  642. "app-plus": {
  643. "bounce": "none",
  644. "titleNView": false
  645. }
  646. }
  647. },
  648. {
  649. "path": "deviceManage/components/deviceDetails",
  650. "style": {
  651. "navigationBarTitleText": "设备详情",
  652. "enablePullDownRefresh": false
  653. }
  654. },
  655. {
  656. "path": "deviceManage/components/goAction",
  657. "style": {
  658. "navigationBarTitleText": "执行动作",
  659. "enablePullDownRefresh": false
  660. }
  661. },
  662. {
  663. "path": "facilitiesGather/index",
  664. "style": {
  665. "navigationBarTitleText": "设施采集",
  666. "enablePullDownRefresh": false
  667. }
  668. },
  669. {
  670. "path": "facilitiesGather/mapGather",
  671. "style": {
  672. "navigationBarTitleText": "地图采集",
  673. "enablePullDownRefresh": false
  674. }
  675. },
  676. {
  677. "path": "facilitiesManage/index",
  678. "style": {
  679. "navigationBarTitleText": "设施管理",
  680. "enablePullDownRefresh": false
  681. }
  682. },
  683. {
  684. "path": "facilitiesManage/mapFacilitiesView",
  685. "style": {
  686. "navigationBarTitleText": "设施查看",
  687. "enablePullDownRefresh": false
  688. }
  689. },
  690. {
  691. "path": "facilitiesManage/facilitiesDetailsList",
  692. "style": {
  693. "navigationBarTitleText": "设施列表",
  694. "enablePullDownRefresh": false,
  695. "navigationStyle": "custom",
  696. "app-plus": {
  697. "bounce": "none",
  698. "titleNView": false
  699. }
  700. }
  701. },
  702. {
  703. "path": "facilitiesManage/facilitiesDetails",
  704. "style": {
  705. "navigationBarTitleText": "设施详情",
  706. "enablePullDownRefresh": false
  707. }
  708. },
  709. {
  710. "path": "alarmManage/index",
  711. "style": {
  712. "navigationBarTitleText": "告警管理",
  713. "enablePullDownRefresh": false
  714. }
  715. },
  716. {
  717. "path": "alarmManage/alarmDetailsList/index",
  718. "style": {
  719. "navigationBarTitleText": "告警列表",
  720. "enablePullDownRefresh": false,
  721. "navigationStyle": "custom",
  722. "app-plus": {
  723. "bounce": "none",
  724. "titleNView": false
  725. }
  726. }
  727. },
  728. {
  729. "path": "alarmManage/alarmDetails/index",
  730. "style": {
  731. "navigationBarTitleText": "告警处理",
  732. "enablePullDownRefresh": false
  733. }
  734. },
  735. {
  736. "path": "repairManage/repairDetailsList",
  737. "style": {
  738. "navigationBarTitleText": "报修列表",
  739. "enablePullDownRefresh": false,
  740. "navigationStyle": "custom",
  741. "app-plus": {
  742. "bounce": "none",
  743. "titleNView": false
  744. }
  745. }
  746. },
  747. {
  748. "path": "repairManage/repairDetails",
  749. "style": {
  750. "navigationBarTitleText": "报修处理",
  751. "enablePullDownRefresh": false
  752. }
  753. },
  754. {
  755. "path": "customManage/index",
  756. "style": {
  757. "navigationBarTitleText": "客户管理",
  758. "enablePullDownRefresh": false,
  759. "navigationStyle": "custom",
  760. "app-plus": {
  761. "bounce": "none",
  762. "titleNView": false
  763. }
  764. }
  765. },
  766. {
  767. "path": "repairReport/index",
  768. "style": {
  769. "navigationBarTitleText": "报修申请",
  770. "enablePullDownRefresh": false
  771. }
  772. },
  773. {
  774. "path": "repairReport/record",
  775. "style": {
  776. "navigationBarTitleText": "报修历史",
  777. "enablePullDownRefresh": false
  778. }
  779. }
  780. ]
  781. },
  782. {
  783. "name": "业务公共模块",
  784. "root": "pages/business/common/",
  785. "pages": [
  786. {
  787. "path": "fastMail/index",
  788. "style": {
  789. "navigationBarTitleText": "我的快递",
  790. "enablePullDownRefresh": false
  791. }
  792. },
  793. {
  794. "path": "videoMonitor/videoList",
  795. "style": {
  796. "navigationBarTitleText": "视频监测列表",
  797. "enablePullDownRefresh": false
  798. }
  799. },
  800. {
  801. "path": "videoMonitor/videoDetail",
  802. "style": {
  803. "navigationBarTitleText": "实时监控",
  804. "enablePullDownRefresh": false
  805. }
  806. },
  807. {
  808. "path": "projectMange/record/index",
  809. "style": {
  810. "navigationBarTitleText": "工作报告",
  811. "enablePullDownRefresh": false,
  812. "navigationStyle": "custom",
  813. "app-plus": {
  814. "bounce": "none",
  815. "titleNView": false
  816. }
  817. }
  818. },
  819. {
  820. "path": "projectMange/record/details",
  821. "style": {
  822. "navigationBarTitleText": "报告详情",
  823. "enablePullDownRefresh": false,
  824. "navigationStyle": "custom",
  825. "app-plus": {
  826. "bounce": "none",
  827. "titleNView": false
  828. }
  829. }
  830. },
  831. {
  832. "path": "projectMange/record/detailsAll",
  833. "style": {
  834. "navigationBarTitleText": "报告详情",
  835. "enablePullDownRefresh": false,
  836. "navigationStyle": "custom",
  837. "app-plus": {
  838. "bounce": "none",
  839. "titleNView": false
  840. }
  841. }
  842. },
  843. {
  844. "path": "projectMange/overview/index",
  845. "style": {
  846. "navigationBarTitleText": "项目概览",
  847. "enablePullDownRefresh": false,
  848. "navigationStyle": "custom",
  849. "app-plus": {
  850. "bounce": "none",
  851. "titleNView": false
  852. }
  853. }
  854. },
  855. {
  856. "path": "projectMange/record/timingLog",
  857. "style": {
  858. "navigationBarTitleText": "定时日志",
  859. "enablePullDownRefresh": false,
  860. "navigationStyle": "custom",
  861. "app-plus": {
  862. "bounce": "none",
  863. "titleNView": false
  864. }
  865. }
  866. },
  867. {
  868. "path": "projectMange/write/index",
  869. "style": {
  870. "navigationBarTitleText": "报告填写",
  871. "enablePullDownRefresh": false,
  872. "navigationStyle": "custom",
  873. "app-plus": {
  874. "bounce": "none",
  875. "titleNView": false
  876. }
  877. }
  878. },
  879. {
  880. "path": "projectMange/write/insert",
  881. "style": {
  882. "navigationBarTitleText": "报告填写",
  883. "enablePullDownRefresh": false,
  884. "navigationStyle": "custom",
  885. "app-plus": {
  886. "bounce": "none",
  887. "titleNView": false
  888. }
  889. }
  890. },
  891. {
  892. "path": "projectMange/statistics/index",
  893. "style": {
  894. "navigationBarTitleText": "报告统计",
  895. "enablePullDownRefresh": false,
  896. "navigationStyle": "custom",
  897. "app-plus": {
  898. "bounce": "none",
  899. "titleNView": false
  900. }
  901. }
  902. },
  903. {
  904. "path": "projectMange/statistics/dailyReport",
  905. "style": {
  906. "navigationBarTitleText": "日报",
  907. "enablePullDownRefresh": false,
  908. "navigationStyle": "custom",
  909. "app-plus": {
  910. "bounce": "none",
  911. "titleNView": false
  912. }
  913. }
  914. },
  915. {
  916. "path": "projectMange/list/index",
  917. "style": {
  918. "navigationBarTitleText": "项目列表",
  919. "enablePullDownRefresh": false,
  920. "navigationStyle": "custom",
  921. "app-plus": {
  922. "bounce": "none",
  923. "titleNView": false
  924. }
  925. }
  926. },
  927. {
  928. "path": "projectMange/list/addEdit",
  929. "style": {
  930. "navigationBarTitleText": "",
  931. "enablePullDownRefresh": false,
  932. "navigationStyle": "custom",
  933. "app-plus": {
  934. "bounce": "none",
  935. "titleNView": false
  936. }
  937. }
  938. },
  939. {
  940. "path": "projectMange/mall/index",
  941. "style": {
  942. "navigationBarTitleText": "选择接收人",
  943. "enablePullDownRefresh": false,
  944. "navigationStyle": "custom",
  945. "app-plus": {
  946. "bounce": "none",
  947. "titleNView": false
  948. }
  949. }
  950. }
  951. ]
  952. },
  953. {
  954. "name": "会议预约系统",
  955. "root": "pages/business/meeting/",
  956. "pages": [
  957. {
  958. "path": "index",
  959. "style": {
  960. "navigationBarTitleText": "会议预约",
  961. "enablePullDownRefresh": false,
  962. "navigationStyle": "custom",
  963. "app-plus": {
  964. "bounce": "none",
  965. "titleNView": false
  966. }
  967. }
  968. },
  969. {
  970. "path": "new/index",
  971. "style": {
  972. "navigationBarTitleText": "新建日程",
  973. "enablePullDownRefresh": false,
  974. "navigationStyle": "custom",
  975. "app-plus": {
  976. "bounce": "none",
  977. "titleNView": false
  978. }
  979. }
  980. },
  981. {
  982. "path": "detailed/index",
  983. "style": {
  984. "navigationBarTitleText": "会议室详情",
  985. "enablePullDownRefresh": false,
  986. "navigationStyle": "custom",
  987. "app-plus": {
  988. "bounce": "none",
  989. "titleNView": false
  990. }
  991. }
  992. },
  993. {
  994. "path": "my/index",
  995. "style": {
  996. "navigationBarTitleText": "我的会议",
  997. "enablePullDownRefresh": false,
  998. "navigationStyle": "custom",
  999. "app-plus": {
  1000. "bounce": "none",
  1001. "titleNView": false
  1002. }
  1003. }
  1004. }
  1005. ]
  1006. },
  1007. {
  1008. "name": "oa",
  1009. "root": "pages/business/oa/",
  1010. "pages": [
  1011. {
  1012. "path": "approval/index",
  1013. "style": {
  1014. "navigationBarTitleText": "我的申请",
  1015. "enablePullDownRefresh": false,
  1016. "navigationStyle": "custom",
  1017. "app-plus": {
  1018. "bounce": "none",
  1019. "titleNView": false
  1020. }
  1021. }
  1022. },
  1023. {
  1024. "path": "approval/formType",
  1025. "style": {
  1026. "navigationBarTitleText": "...",
  1027. "enablePullDownRefresh": false,
  1028. "navigationStyle": "custom",
  1029. "app-plus": {
  1030. "bounce": "none",
  1031. "titleNView": false
  1032. }
  1033. }
  1034. },
  1035. {
  1036. "path": "toDo/index",
  1037. "style": {
  1038. "navigationBarTitleText": "我的待办",
  1039. "enablePullDownRefresh": false,
  1040. "navigationStyle": "custom",
  1041. "app-plus": {
  1042. "bounce": "none",
  1043. "titleNView": false
  1044. }
  1045. }
  1046. },
  1047. {
  1048. "path": "toDo/detail",
  1049. "style": {
  1050. "navigationBarTitleText": "详情",
  1051. "enablePullDownRefresh": false,
  1052. "navigationStyle": "custom",
  1053. "app-plus": {
  1054. "bounce": "none",
  1055. "titleNView": false
  1056. }
  1057. }
  1058. }
  1059. ]
  1060. },
  1061. {
  1062. "name": "门禁管理系统",
  1063. "root": "pages/business/door/",
  1064. "pages": [
  1065. {
  1066. "path": "list/index",
  1067. "style": {
  1068. "navigationBarTitleText": "设备列表",
  1069. "enablePullDownRefresh": false,
  1070. "navigationStyle": "custom",
  1071. "app-plus": {
  1072. "bounce": "none",
  1073. "titleNView": false
  1074. }
  1075. }
  1076. },
  1077. {
  1078. "path": "list/setting",
  1079. "style": {
  1080. "navigationBarTitleText": "设备列表",
  1081. "enablePullDownRefresh": false,
  1082. "navigationStyle": "custom",
  1083. "app-plus": {
  1084. "bounce": "none",
  1085. "titleNView": false
  1086. }
  1087. }
  1088. },
  1089. {
  1090. "path": "record/index",
  1091. "style": {
  1092. "navigationBarTitleText": "通行记录",
  1093. "enablePullDownRefresh": false,
  1094. "navigationStyle": "custom",
  1095. "app-plus": {
  1096. "bounce": "none",
  1097. "titleNView": false
  1098. }
  1099. }
  1100. }
  1101. ]
  1102. },
  1103. {
  1104. "name": "ai",
  1105. "root": "pages/business/ai/",
  1106. "pages": [
  1107. {
  1108. "path": "conv/index",
  1109. "style": {
  1110. "navigationBarTitleText": "小天ai",
  1111. "enablePullDownRefresh": false,
  1112. "navigationStyle": "custom",
  1113. "app-plus": {
  1114. "bounce": "none",
  1115. "titleNView": false,
  1116. "softinputMode": "adjustResize"
  1117. }
  1118. }
  1119. },
  1120. {
  1121. "path": "conv/record",
  1122. "style": {
  1123. "navigationBarTitleText": "历史会话",
  1124. "enablePullDownRefresh": false,
  1125. "navigationStyle": "custom",
  1126. "app-plus": {
  1127. "bounce": "none",
  1128. "titleNView": false
  1129. }
  1130. }
  1131. }
  1132. ]
  1133. }
  1134. ],
  1135. "globalStyle": {
  1136. "navigationBarTextStyle": "white",
  1137. "navigationBarTitleText": "uni-app",
  1138. "backgroundColor": "#F8F8F8"
  1139. },
  1140. "tabBar": {
  1141. "fontSize": "12px",
  1142. "color": "#a9a9a9",
  1143. "selectedColor": "#000000",
  1144. "borderStyle": "white",
  1145. "backgroundColor": "#ffffff",
  1146. "list": [
  1147. {
  1148. "pagePath": "pages/index",
  1149. "iconPath": "/static/images/tabBar/tab-home.png",
  1150. "selectedIconPath": "/static/images/tabBar/tab-home-blue.png",
  1151. "text": "工作台",
  1152. "visible": false
  1153. },
  1154. {
  1155. "pagePath": "pages/info",
  1156. "iconPath": "/static/images/tabBar/tab-info.png",
  1157. "selectedIconPath": "/static/images/tabBar/tab-info-blue.png",
  1158. "text": "消息",
  1159. "visible": false
  1160. },
  1161. {
  1162. "pagePath": "pages/mine",
  1163. "iconPath": "/static/images/tabBar/tab-my.png",
  1164. "selectedIconPath": "/static/images/tabBar/tab-my-blue.png",
  1165. "text": "我的",
  1166. "visible": false
  1167. }
  1168. ]
  1169. },
  1170. "condition": {
  1171. "current": 0,
  1172. "list": [
  1173. {
  1174. "name": "",
  1175. "path": "pages/login",
  1176. "query": ""
  1177. }
  1178. ]
  1179. }
  1180. }