pages.json 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156
  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": "alarmMessage/index",
  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": "evaluate/index",
  175. "style": {
  176. "navigationBarTitleText": "服务评价",
  177. "enablePullDownRefresh": false
  178. }
  179. },
  180. {
  181. "path": "nfc/index",
  182. "style": {
  183. "navigationBarTitleText": "NFC读取",
  184. "navigationStyle": "custom",
  185. "enablePullDownRefresh": false,
  186. "app-plus": {
  187. "bounce": "none",
  188. "titleNView": false
  189. }
  190. }
  191. },
  192. {
  193. "path": "searchSelect/index",
  194. "style": {
  195. "navigationBarTitleText": "搜索",
  196. "navigationStyle": "custom",
  197. "enablePullDownRefresh": false,
  198. "app-plus": {
  199. "bounce": "none",
  200. "titleNView": false
  201. }
  202. }
  203. }
  204. ]
  205. },
  206. {
  207. "name": "我的",
  208. "root": "pages/mine",
  209. "pages": [
  210. {
  211. "path": "info/index",
  212. "style": {
  213. "navigationBarTitleText": "我的信息",
  214. "navigationStyle": "custom",
  215. "enablePullDownRefresh": false,
  216. "app-plus": {
  217. "bounce": "none",
  218. "titleNView": false
  219. }
  220. }
  221. },
  222. {
  223. "path": "msg/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": "secure/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/loginLog/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/fingerprint/index",
  260. "style": {
  261. "navigationBarTitleText": "",
  262. "navigationBarTextStyle": "black",
  263. "navigationBarBackgroundColor": "#FFFFFF"
  264. }
  265. },
  266. {
  267. "path": "avatar/index",
  268. "style": {
  269. "navigationBarTitleText": "修改头像",
  270. "navigationStyle": "custom",
  271. "enablePullDownRefresh": false,
  272. "app-plus": {
  273. "bounce": "none",
  274. "titleNView": false
  275. }
  276. }
  277. },
  278. {
  279. "path": "help/index",
  280. "style": {
  281. "navigationBarTitleText": "常见问题",
  282. "navigationStyle": "custom",
  283. "app-plus": {
  284. "bounce": "none",
  285. "titleNView": false
  286. }
  287. }
  288. },
  289. {
  290. "path": "about/index",
  291. "style": {
  292. "navigationBarTitleText": "关于我们",
  293. "navigationStyle": "custom",
  294. "app-plus": {
  295. "bounce": "none",
  296. "titleNView": false
  297. }
  298. }
  299. },
  300. {
  301. "path": "setting/index",
  302. "style": {
  303. "navigationBarTitleText": "设置",
  304. "enablePullDownRefresh": false
  305. }
  306. }
  307. ]
  308. },
  309. {
  310. "name": "智慧安防",
  311. "root": "pages/business/zhaf/",
  312. "pages": [
  313. {
  314. "path": "xunJian/xunJian",
  315. "style": {
  316. "navigationBarTitleText": "巡检",
  317. "enablePullDownRefresh": false,
  318. "navigationStyle": "custom",
  319. "app-plus": {
  320. "bounce": "none",
  321. "titleNView": false
  322. }
  323. }
  324. },
  325. {
  326. "path": "xunJian/plan/index",
  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/components/siteDetails",
  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/content",
  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/report",
  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/record/index",
  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/recordDetail/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/collect/index",
  399. "style": {
  400. "navigationBarTitleText": "点位采集",
  401. "navigationStyle": "custom",
  402. "enablePullDownRefresh": false,
  403. "app-plus": {
  404. "bounce": "none",
  405. "titleNView": false
  406. }
  407. }
  408. },
  409. {
  410. "path": "xunJian/collect/components/collectDetail",
  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/collectRecord",
  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/error/index",
  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/errorList",
  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/errorListDetail",
  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/errorDisposition",
  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": "signIn/index",
  483. "style": {
  484. "navigationBarTitleText": "人员签到",
  485. "navigationStyle": "custom",
  486. "enablePullDownRefresh": false,
  487. "app-plus": {
  488. "bounce": "none",
  489. "titleNView": false
  490. }
  491. }
  492. }
  493. ]
  494. },
  495. {
  496. "name": "闵行消防",
  497. "root": "pages/business/mhxf/",
  498. "pages": [
  499. {
  500. "path": "informationSelect/index",
  501. "style": {
  502. "navigationBarTitleText": "信息查询",
  503. "enablePullDownRefresh": false
  504. }
  505. },
  506. {
  507. "path": "deviceManage/index",
  508. "style": {
  509. "navigationBarTitleText": "设备管理",
  510. "enablePullDownRefresh": false
  511. }
  512. },
  513. {
  514. "path": "coordination/index",
  515. "style": {
  516. "navigationBarTitleText": "协同作战地图",
  517. "enablePullDownRefresh": false
  518. }
  519. },
  520. {
  521. "path": "unitInfoCollection/index",
  522. "style": {
  523. "navigationBarTitleText": "单位信息采集",
  524. "enablePullDownRefresh": false
  525. }
  526. },
  527. {
  528. "path": "fireReport/index",
  529. "style": {
  530. "navigationBarTitleText": "消防报告",
  531. "enablePullDownRefresh": false
  532. }
  533. },
  534. {
  535. "path": "fireReport/components/detailed",
  536. "style": {
  537. "navigationBarTitleText": "消防报告",
  538. "enablePullDownRefresh": false
  539. }
  540. },
  541. {
  542. "path": "fireReport/components/detailedPath",
  543. "style": {
  544. "navigationBarTitleText": "消防报告",
  545. "enablePullDownRefresh": false
  546. }
  547. },
  548. {
  549. "path": "needMatter/index",
  550. "style": {
  551. "navigationBarTitleText": "待办事项",
  552. "enablePullDownRefresh": false
  553. }
  554. }
  555. ]
  556. },
  557. {
  558. "name": "智慧消防",
  559. "root": "pages/business/zhxf/",
  560. "pages": [
  561. {
  562. "path": "messagePush/index",
  563. "style": {
  564. "navigationBarTitleText": "消息推送设置",
  565. "enablePullDownRefresh": false
  566. }
  567. },
  568. {
  569. "path": "building/index",
  570. "style": {
  571. "navigationBarTitleText": "建筑管理",
  572. "enablePullDownRefresh": false
  573. }
  574. },
  575. {
  576. "path": "fireInspect/index",
  577. "style": {
  578. "navigationBarTitleText": "消防督察单",
  579. "enablePullDownRefresh": false
  580. }
  581. },
  582. {
  583. "path": "fireInspect/inspectDetailsList/index",
  584. "style": {
  585. "navigationBarTitleText": "",
  586. "enablePullDownRefresh": false
  587. }
  588. },
  589. {
  590. "path": "fireInspect/inspectDetails/index",
  591. "style": {
  592. "navigationBarTitleText": "消防督察单处理",
  593. "enablePullDownRefresh": false
  594. }
  595. },
  596. {
  597. "path": "funReport/index",
  598. "style": {
  599. "navigationBarTitleText": "功能报备",
  600. "enablePullDownRefresh": false,
  601. "onReachBottomDistance": 100
  602. }
  603. },
  604. {
  605. "path": "funReport/funcAdd/index",
  606. "style": {
  607. "navigationBarTitleText": "功能报备新增",
  608. "enablePullDownRefresh": false
  609. }
  610. }
  611. ]
  612. },
  613. {
  614. "name": "消防物联网",
  615. "root": "pages/business/fireIot/",
  616. "pages": [
  617. {
  618. "path": "deviceManage/index",
  619. "style": {
  620. "navigationBarTitleText": "设备管理",
  621. "enablePullDownRefresh": false
  622. }
  623. },
  624. {
  625. "path": "deviceManage/components/deviceDetailsList",
  626. "style": {
  627. "navigationBarTitleText": "设备列表",
  628. "enablePullDownRefresh": false,
  629. "navigationStyle": "custom",
  630. "app-plus": {
  631. "bounce": "none",
  632. "titleNView": false
  633. }
  634. }
  635. },
  636. {
  637. "path": "deviceManage/components/deviceDetails",
  638. "style": {
  639. "navigationBarTitleText": "设备详情",
  640. "enablePullDownRefresh": false
  641. }
  642. },
  643. {
  644. "path": "deviceManage/components/goAction",
  645. "style": {
  646. "navigationBarTitleText": "执行动作",
  647. "enablePullDownRefresh": false
  648. }
  649. },
  650. {
  651. "path": "facilitiesGather/index",
  652. "style": {
  653. "navigationBarTitleText": "设施采集",
  654. "enablePullDownRefresh": false
  655. }
  656. },
  657. {
  658. "path": "facilitiesGather/mapGather",
  659. "style": {
  660. "navigationBarTitleText": "地图采集",
  661. "enablePullDownRefresh": false
  662. }
  663. },
  664. {
  665. "path": "facilitiesManage/index",
  666. "style": {
  667. "navigationBarTitleText": "设施管理",
  668. "enablePullDownRefresh": false
  669. }
  670. },
  671. {
  672. "path": "facilitiesManage/mapFacilitiesView",
  673. "style": {
  674. "navigationBarTitleText": "设施查看",
  675. "enablePullDownRefresh": false
  676. }
  677. },
  678. {
  679. "path": "facilitiesManage/facilitiesDetailsList",
  680. "style": {
  681. "navigationBarTitleText": "设施列表",
  682. "enablePullDownRefresh": false,
  683. "navigationStyle": "custom",
  684. "app-plus": {
  685. "bounce": "none",
  686. "titleNView": false
  687. }
  688. }
  689. },
  690. {
  691. "path": "facilitiesManage/facilitiesDetails",
  692. "style": {
  693. "navigationBarTitleText": "设施详情",
  694. "enablePullDownRefresh": false
  695. }
  696. },
  697. {
  698. "path": "alarmManage/index",
  699. "style": {
  700. "navigationBarTitleText": "告警管理",
  701. "enablePullDownRefresh": false
  702. }
  703. },
  704. {
  705. "path": "alarmManage/alarmDetailsList/index",
  706. "style": {
  707. "navigationBarTitleText": "告警列表",
  708. "enablePullDownRefresh": false,
  709. "navigationStyle": "custom",
  710. "app-plus": {
  711. "bounce": "none",
  712. "titleNView": false
  713. }
  714. }
  715. },
  716. {
  717. "path": "alarmManage/alarmDetails/index",
  718. "style": {
  719. "navigationBarTitleText": "告警处理",
  720. "enablePullDownRefresh": false
  721. }
  722. },
  723. {
  724. "path": "repairManage/repairDetailsList",
  725. "style": {
  726. "navigationBarTitleText": "报修列表",
  727. "enablePullDownRefresh": false,
  728. "navigationStyle": "custom",
  729. "app-plus": {
  730. "bounce": "none",
  731. "titleNView": false
  732. }
  733. }
  734. },
  735. {
  736. "path": "repairManage/repairDetails",
  737. "style": {
  738. "navigationBarTitleText": "报修处理",
  739. "enablePullDownRefresh": false
  740. }
  741. },
  742. {
  743. "path": "customManage/index",
  744. "style": {
  745. "navigationBarTitleText": "客户管理",
  746. "enablePullDownRefresh": false,
  747. "navigationStyle": "custom",
  748. "app-plus": {
  749. "bounce": "none",
  750. "titleNView": false
  751. }
  752. }
  753. },
  754. {
  755. "path": "repairReport/index",
  756. "style": {
  757. "navigationBarTitleText": "报修申请",
  758. "enablePullDownRefresh": false
  759. }
  760. },
  761. {
  762. "path": "repairReport/record",
  763. "style": {
  764. "navigationBarTitleText": "报修历史",
  765. "enablePullDownRefresh": false
  766. }
  767. }
  768. ]
  769. },
  770. {
  771. "name": "业务公共模块",
  772. "root": "pages/business/common/",
  773. "pages": [
  774. {
  775. "path": "fastMail/index",
  776. "style": {
  777. "navigationBarTitleText": "我的快递",
  778. "enablePullDownRefresh": false
  779. }
  780. },
  781. {
  782. "path": "videoMonitor/videoList",
  783. "style": {
  784. "navigationBarTitleText": "视频监测列表",
  785. "enablePullDownRefresh": false
  786. }
  787. },
  788. {
  789. "path": "videoMonitor/videoDetail",
  790. "style": {
  791. "navigationBarTitleText": "实时监控",
  792. "enablePullDownRefresh": false
  793. }
  794. },
  795. {
  796. "path": "projectMange/record/index",
  797. "style": {
  798. "navigationBarTitleText": "工作报告",
  799. "enablePullDownRefresh": false,
  800. "navigationStyle": "custom",
  801. "app-plus": {
  802. "bounce": "none",
  803. "titleNView": false
  804. }
  805. }
  806. },
  807. {
  808. "path": "projectMange/record/details",
  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/overview/index",
  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/timingLog",
  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/write/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/write/insert",
  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/statistics/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/statistics/dailyReport",
  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/list/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/list/addEdit",
  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/mall/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. },
  929. {
  930. "name": "会议预约系统",
  931. "root": "pages/business/meeting/",
  932. "pages": [
  933. {
  934. "path": "index",
  935. "style": {
  936. "navigationBarTitleText": "会议预约",
  937. "enablePullDownRefresh": false,
  938. "navigationStyle": "custom",
  939. "app-plus": {
  940. "bounce": "none",
  941. "titleNView": false
  942. }
  943. }
  944. },
  945. {
  946. "path": "new/index",
  947. "style": {
  948. "navigationBarTitleText": "新建日程",
  949. "enablePullDownRefresh": false,
  950. "navigationStyle": "custom",
  951. "app-plus": {
  952. "bounce": "none",
  953. "titleNView": false
  954. }
  955. }
  956. },
  957. {
  958. "path": "detailed/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": "my/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. },
  983. {
  984. "name": "oa",
  985. "root": "pages/business/oa/",
  986. "pages": [
  987. {
  988. "path": "approval/index",
  989. "style": {
  990. "navigationBarTitleText": "我的申请",
  991. "enablePullDownRefresh": false,
  992. "navigationStyle": "custom",
  993. "app-plus": {
  994. "bounce": "none",
  995. "titleNView": false
  996. }
  997. }
  998. },
  999. {
  1000. "path": "approval/formType",
  1001. "style": {
  1002. "navigationBarTitleText": "...",
  1003. "enablePullDownRefresh": false,
  1004. "navigationStyle": "custom",
  1005. "app-plus": {
  1006. "bounce": "none",
  1007. "titleNView": false
  1008. }
  1009. }
  1010. },
  1011. {
  1012. "path": "toDo/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": "toDo/detail",
  1025. "style": {
  1026. "navigationBarTitleText": "详情",
  1027. "enablePullDownRefresh": false,
  1028. "navigationStyle": "custom",
  1029. "app-plus": {
  1030. "bounce": "none",
  1031. "titleNView": false
  1032. }
  1033. }
  1034. }
  1035. ]
  1036. },
  1037. {
  1038. "name": "门禁管理系统",
  1039. "root": "pages/business/door/",
  1040. "pages": [
  1041. {
  1042. "path": "list/index",
  1043. "style": {
  1044. "navigationBarTitleText": "设备列表",
  1045. "enablePullDownRefresh": false,
  1046. "navigationStyle": "custom",
  1047. "app-plus": {
  1048. "bounce": "none",
  1049. "titleNView": false
  1050. }
  1051. }
  1052. },
  1053. {
  1054. "path": "list/setting",
  1055. "style": {
  1056. "navigationBarTitleText": "设备列表",
  1057. "enablePullDownRefresh": false,
  1058. "navigationStyle": "custom",
  1059. "app-plus": {
  1060. "bounce": "none",
  1061. "titleNView": false
  1062. }
  1063. }
  1064. },
  1065. {
  1066. "path": "record/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. },
  1079. {
  1080. "name": "ai",
  1081. "root": "pages/business/ai/",
  1082. "pages": [
  1083. {
  1084. "path": "conv/index",
  1085. "style": {
  1086. "navigationBarTitleText": "小天ai",
  1087. "enablePullDownRefresh": false,
  1088. "navigationStyle": "custom",
  1089. "app-plus": {
  1090. "bounce": "none",
  1091. "titleNView": false,
  1092. "softinputMode": "adjustResize"
  1093. }
  1094. }
  1095. },
  1096. {
  1097. "path": "conv/record",
  1098. "style": {
  1099. "navigationBarTitleText": "历史会话",
  1100. "enablePullDownRefresh": false,
  1101. "navigationStyle": "custom",
  1102. "app-plus": {
  1103. "bounce": "none",
  1104. "titleNView": false
  1105. }
  1106. }
  1107. }
  1108. ]
  1109. }
  1110. ],
  1111. "globalStyle": {
  1112. "navigationBarTextStyle": "white",
  1113. "navigationBarTitleText": "uni-app",
  1114. "backgroundColor": "#F8F8F8"
  1115. },
  1116. "tabBar": {
  1117. "fontSize": "12px",
  1118. "color": "#a9a9a9",
  1119. "selectedColor": "#000000",
  1120. "borderStyle": "white",
  1121. "backgroundColor": "#ffffff",
  1122. "list": [
  1123. {
  1124. "pagePath": "pages/index",
  1125. "iconPath": "/static/images/tabBar/tab-home.png",
  1126. "selectedIconPath": "/static/images/tabBar/tab-home-blue.png",
  1127. "text": "工作台",
  1128. "visible": false
  1129. },
  1130. {
  1131. "pagePath": "pages/info",
  1132. "iconPath": "/static/images/tabBar/tab-info.png",
  1133. "selectedIconPath": "/static/images/tabBar/tab-info-blue.png",
  1134. "text": "消息",
  1135. "visible": false
  1136. },
  1137. {
  1138. "pagePath": "pages/mine",
  1139. "iconPath": "/static/images/tabBar/tab-my.png",
  1140. "selectedIconPath": "/static/images/tabBar/tab-my-blue.png",
  1141. "text": "我的",
  1142. "visible": false
  1143. }
  1144. ]
  1145. },
  1146. "condition": {
  1147. "current": 0,
  1148. "list": [
  1149. {
  1150. "name": "",
  1151. "path": "pages/login",
  1152. "query": ""
  1153. }
  1154. ]
  1155. }
  1156. }