pages.json 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059
  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. "path": "pages/door/index",
  79. "style": {
  80. "navigationBarTitleText": "门禁识别",
  81. "enablePullDownRefresh": false,
  82. "navigationStyle": "custom",
  83. "app-plus": {
  84. "bounce": "none",
  85. "titleNView": false
  86. }
  87. }
  88. },
  89. {
  90. "path": "pages/face/index",
  91. "style": {
  92. "navigationBarTitleText": "人脸识别",
  93. "enablePullDownRefresh": false,
  94. "navigationStyle": "custom",
  95. "app-plus": {
  96. "bounce": "none",
  97. "titleNView": false
  98. }
  99. }
  100. }
  101. ],
  102. "subPackages": [
  103. {
  104. "name": "公共模块",
  105. "root": "pages/common",
  106. "pages": [
  107. {
  108. "path": "webview/index",
  109. "style": {
  110. "navigationBarTitleText": "浏览网页",
  111. "navigationStyle": "custom",
  112. "enablePullDownRefresh": false,
  113. "app-plus": {
  114. "bounce": "none",
  115. "titleNView": false
  116. }
  117. }
  118. },
  119. {
  120. "path": "textview/index",
  121. "style": {
  122. "navigationBarTitleText": "浏览文本",
  123. "navigationStyle": "custom",
  124. "enablePullDownRefresh": false,
  125. "app-plus": {
  126. "bounce": "none",
  127. "titleNView": false
  128. }
  129. }
  130. },
  131. {
  132. "path": "square/index",
  133. "style": {
  134. "navigationBarTitleText": "",
  135. "enablePullDownRefresh": false
  136. }
  137. },
  138. {
  139. "path": "invoicing/index",
  140. "style": {
  141. "navigationBarTitleText": "续费提醒",
  142. "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path": "phoneVerify/index",
  147. "style": {
  148. "navigationBarTitleText": "",
  149. "navigationBarTextStyle": "black",
  150. "navigationBarBackgroundColor": "#FFFFFF"
  151. }
  152. },
  153. {
  154. "path": "success/index",
  155. "style": {
  156. "navigationBarTitleText": "提交成功",
  157. "navigationStyle": "custom",
  158. "enablePullDownRefresh": false
  159. }
  160. },
  161. {
  162. "path": "appMessage/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": "appMessage/details",
  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": "alarmMessage/index",
  187. "style": {
  188. "navigationBarTitleText": "告警通知",
  189. "navigationStyle": "custom",
  190. "enablePullDownRefresh": false,
  191. "app-plus": {
  192. "bounce": "none",
  193. "titleNView": false
  194. }
  195. }
  196. },
  197. {
  198. "path": "evaluate/index",
  199. "style": {
  200. "navigationBarTitleText": "服务评价",
  201. "enablePullDownRefresh": false
  202. }
  203. },
  204. {
  205. "path": "nfc/index",
  206. "style": {
  207. "navigationBarTitleText": "NFC读取",
  208. "navigationStyle": "custom",
  209. "enablePullDownRefresh": false,
  210. "app-plus": {
  211. "bounce": "none",
  212. "titleNView": false
  213. }
  214. }
  215. },
  216. {
  217. "path": "searchSelect/index",
  218. "style": {
  219. "navigationBarTitleText": "搜索",
  220. "navigationStyle": "custom",
  221. "enablePullDownRefresh": false,
  222. "app-plus": {
  223. "bounce": "none",
  224. "titleNView": false
  225. }
  226. }
  227. }
  228. ]
  229. },
  230. {
  231. "name": "我的",
  232. "root": "pages/mine",
  233. "pages": [
  234. {
  235. "path": "info/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": "msg/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/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/loginLog/index",
  272. "style": {
  273. "navigationBarTitleText": "登录日志",
  274. "navigationStyle": "custom",
  275. "enablePullDownRefresh": false,
  276. "app-plus": {
  277. "bounce": "none",
  278. "titleNView": false
  279. }
  280. }
  281. },
  282. {
  283. "path": "secure/fingerprint/index",
  284. "style": {
  285. "navigationBarTitleText": "",
  286. "navigationBarTextStyle": "black",
  287. "navigationBarBackgroundColor": "#FFFFFF"
  288. }
  289. },
  290. {
  291. "path": "avatar/index",
  292. "style": {
  293. "navigationBarTitleText": "修改头像",
  294. "navigationStyle": "custom",
  295. "enablePullDownRefresh": false,
  296. "app-plus": {
  297. "bounce": "none",
  298. "titleNView": false
  299. }
  300. }
  301. },
  302. {
  303. "path": "help/index",
  304. "style": {
  305. "navigationBarTitleText": "常见问题",
  306. "navigationStyle": "custom",
  307. "app-plus": {
  308. "bounce": "none",
  309. "titleNView": false
  310. }
  311. }
  312. },
  313. {
  314. "path": "about/index",
  315. "style": {
  316. "navigationBarTitleText": "关于我们",
  317. "navigationStyle": "custom",
  318. "app-plus": {
  319. "bounce": "none",
  320. "titleNView": false
  321. }
  322. }
  323. },
  324. {
  325. "path": "setting/index",
  326. "style": {
  327. "navigationBarTitleText": "设置",
  328. "enablePullDownRefresh": false
  329. }
  330. }
  331. ]
  332. },
  333. {
  334. "name": "智慧安防",
  335. "root": "pages/business/zhaf/",
  336. "pages": [
  337. {
  338. "path": "xunJian/xunJian",
  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/index",
  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/siteDetails",
  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/content",
  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/plan/components/report",
  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/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/record/recordDetail/index",
  411. "style": {
  412. "navigationBarTitleText": "巡检记录详情",
  413. "enablePullDownRefresh": false,
  414. "navigationStyle": "custom",
  415. "app-plus": {
  416. "bounce": "none",
  417. "titleNView": false
  418. }
  419. }
  420. },
  421. {
  422. "path": "xunJian/collect/index",
  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/collectDetail",
  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/collect/components/collectRecord",
  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/index",
  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/errorList",
  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/errorListDetail",
  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": "xunJian/error/errorDisposition",
  495. "style": {
  496. "navigationBarTitleText": "处置内容",
  497. "navigationStyle": "custom",
  498. "enablePullDownRefresh": false,
  499. "app-plus": {
  500. "bounce": "none",
  501. "titleNView": false
  502. }
  503. }
  504. },
  505. {
  506. "path": "signIn/index",
  507. "style": {
  508. "navigationBarTitleText": "人员签到",
  509. "navigationStyle": "custom",
  510. "enablePullDownRefresh": false,
  511. "app-plus": {
  512. "bounce": "none",
  513. "titleNView": false
  514. }
  515. }
  516. }
  517. ]
  518. },
  519. {
  520. "name": "闵行消防",
  521. "root": "pages/business/mhxf/",
  522. "pages": [
  523. {
  524. "path": "informationSelect/index",
  525. "style": {
  526. "navigationBarTitleText": "信息查询",
  527. "enablePullDownRefresh": false
  528. }
  529. },
  530. {
  531. "path": "deviceManage/index",
  532. "style": {
  533. "navigationBarTitleText": "设备管理",
  534. "enablePullDownRefresh": false
  535. }
  536. },
  537. {
  538. "path": "coordination/index",
  539. "style": {
  540. "navigationBarTitleText": "协同作战地图",
  541. "enablePullDownRefresh": false
  542. }
  543. },
  544. {
  545. "path": "unitInfoCollection/index",
  546. "style": {
  547. "navigationBarTitleText": "单位信息采集",
  548. "enablePullDownRefresh": false
  549. }
  550. },
  551. {
  552. "path": "fireReport/index",
  553. "style": {
  554. "navigationBarTitleText": "消防报告",
  555. "enablePullDownRefresh": false
  556. }
  557. },
  558. {
  559. "path": "fireReport/components/detailed",
  560. "style": {
  561. "navigationBarTitleText": "消防报告",
  562. "enablePullDownRefresh": false
  563. }
  564. },
  565. {
  566. "path": "fireReport/components/detailedPath",
  567. "style": {
  568. "navigationBarTitleText": "消防报告",
  569. "enablePullDownRefresh": false
  570. }
  571. },
  572. {
  573. "path": "needMatter/index",
  574. "style": {
  575. "navigationBarTitleText": "待办事项",
  576. "enablePullDownRefresh": false
  577. }
  578. }
  579. ]
  580. },
  581. {
  582. "name": "智慧消防",
  583. "root": "pages/business/zhxf/",
  584. "pages": [
  585. {
  586. "path": "messagePush/index",
  587. "style": {
  588. "navigationBarTitleText": "消息推送设置",
  589. "enablePullDownRefresh": false
  590. }
  591. },
  592. {
  593. "path": "building/index",
  594. "style": {
  595. "navigationBarTitleText": "建筑管理",
  596. "enablePullDownRefresh": false
  597. }
  598. },
  599. {
  600. "path": "fireInspect/index",
  601. "style": {
  602. "navigationBarTitleText": "消防督察单",
  603. "enablePullDownRefresh": false
  604. }
  605. },
  606. {
  607. "path": "fireInspect/inspectDetailsList/index",
  608. "style": {
  609. "navigationBarTitleText": "",
  610. "enablePullDownRefresh": false
  611. }
  612. },
  613. {
  614. "path": "fireInspect/inspectDetails/index",
  615. "style": {
  616. "navigationBarTitleText": "消防督察单处理",
  617. "enablePullDownRefresh": false
  618. }
  619. },
  620. {
  621. "path": "funReport/index",
  622. "style": {
  623. "navigationBarTitleText": "功能报备",
  624. "enablePullDownRefresh": false,
  625. "onReachBottomDistance": 100
  626. }
  627. },
  628. {
  629. "path": "funReport/funcAdd/index",
  630. "style": {
  631. "navigationBarTitleText": "功能报备新增",
  632. "enablePullDownRefresh": false
  633. }
  634. }
  635. ]
  636. },
  637. {
  638. "name": "消防物联网",
  639. "root": "pages/business/fireIot/",
  640. "pages": [
  641. {
  642. "path": "deviceManage/index",
  643. "style": {
  644. "navigationBarTitleText": "设备管理",
  645. "enablePullDownRefresh": false
  646. }
  647. },
  648. {
  649. "path": "deviceManage/components/deviceDetailsList",
  650. "style": {
  651. "navigationBarTitleText": "设备列表",
  652. "enablePullDownRefresh": false,
  653. "navigationStyle": "custom",
  654. "app-plus": {
  655. "bounce": "none",
  656. "titleNView": false
  657. }
  658. }
  659. },
  660. {
  661. "path": "deviceManage/components/deviceDetails",
  662. "style": {
  663. "navigationBarTitleText": "设备详情",
  664. "enablePullDownRefresh": false
  665. }
  666. },
  667. {
  668. "path": "deviceManage/components/goAction",
  669. "style": {
  670. "navigationBarTitleText": "执行动作",
  671. "enablePullDownRefresh": false
  672. }
  673. },
  674. {
  675. "path": "facilitiesGather/index",
  676. "style": {
  677. "navigationBarTitleText": "设施采集",
  678. "enablePullDownRefresh": false
  679. }
  680. },
  681. {
  682. "path": "facilitiesGather/mapGather",
  683. "style": {
  684. "navigationBarTitleText": "地图采集",
  685. "enablePullDownRefresh": false
  686. }
  687. },
  688. {
  689. "path": "facilitiesManage/index",
  690. "style": {
  691. "navigationBarTitleText": "设施管理",
  692. "enablePullDownRefresh": false
  693. }
  694. },
  695. {
  696. "path": "facilitiesManage/mapFacilitiesView",
  697. "style": {
  698. "navigationBarTitleText": "设施查看",
  699. "enablePullDownRefresh": false
  700. }
  701. },
  702. {
  703. "path": "facilitiesManage/facilitiesDetailsList",
  704. "style": {
  705. "navigationBarTitleText": "设施列表",
  706. "enablePullDownRefresh": false,
  707. "navigationStyle": "custom",
  708. "app-plus": {
  709. "bounce": "none",
  710. "titleNView": false
  711. }
  712. }
  713. },
  714. {
  715. "path": "facilitiesManage/facilitiesDetails",
  716. "style": {
  717. "navigationBarTitleText": "设施详情",
  718. "enablePullDownRefresh": false
  719. }
  720. },
  721. {
  722. "path": "alarmManage/index",
  723. "style": {
  724. "navigationBarTitleText": "告警管理",
  725. "enablePullDownRefresh": false
  726. }
  727. },
  728. {
  729. "path": "alarmManage/alarmDetailsList/index",
  730. "style": {
  731. "navigationBarTitleText": "告警列表",
  732. "enablePullDownRefresh": false,
  733. "navigationStyle": "custom",
  734. "app-plus": {
  735. "bounce": "none",
  736. "titleNView": false
  737. }
  738. }
  739. },
  740. {
  741. "path": "alarmManage/alarmDetails/index",
  742. "style": {
  743. "navigationBarTitleText": "告警处理",
  744. "enablePullDownRefresh": false
  745. }
  746. },
  747. {
  748. "path": "repairManage/repairDetailsList",
  749. "style": {
  750. "navigationBarTitleText": "报修列表",
  751. "enablePullDownRefresh": false,
  752. "navigationStyle": "custom",
  753. "app-plus": {
  754. "bounce": "none",
  755. "titleNView": false
  756. }
  757. }
  758. },
  759. {
  760. "path": "repairManage/repairDetails",
  761. "style": {
  762. "navigationBarTitleText": "报修处理",
  763. "enablePullDownRefresh": false
  764. }
  765. },
  766. {
  767. "path": "customManage/index",
  768. "style": {
  769. "navigationBarTitleText": "客户管理",
  770. "enablePullDownRefresh": false,
  771. "navigationStyle": "custom",
  772. "app-plus": {
  773. "bounce": "none",
  774. "titleNView": false
  775. }
  776. }
  777. },
  778. {
  779. "path": "repairReport/index",
  780. "style": {
  781. "navigationBarTitleText": "报修申请",
  782. "enablePullDownRefresh": false
  783. }
  784. },
  785. {
  786. "path": "repairReport/record",
  787. "style": {
  788. "navigationBarTitleText": "报修历史",
  789. "enablePullDownRefresh": false
  790. }
  791. }
  792. ]
  793. },
  794. {
  795. "name": "业务公共模块",
  796. "root": "pages/business/common/",
  797. "pages": [
  798. {
  799. "path": "fastMail/index",
  800. "style": {
  801. "navigationBarTitleText": "我的快递",
  802. "enablePullDownRefresh": false
  803. }
  804. },
  805. {
  806. "path": "videoMonitor/videoList",
  807. "style": {
  808. "navigationBarTitleText": "视频监测列表",
  809. "enablePullDownRefresh": false
  810. }
  811. },
  812. {
  813. "path": "videoMonitor/videoDetail",
  814. "style": {
  815. "navigationBarTitleText": "实时监控",
  816. "enablePullDownRefresh": false
  817. }
  818. },
  819. {
  820. "path": "projectMange/record/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/details",
  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/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": "门禁管理系统",
  985. "root": "pages/business/doorManage/",
  986. "pages": [
  987. {
  988. "path": "list/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": "record/index",
  1001. "style": {
  1002. "navigationBarTitleText": "通行记录",
  1003. "enablePullDownRefresh": false,
  1004. "navigationStyle": "custom",
  1005. "app-plus": {
  1006. "bounce": "none",
  1007. "titleNView": false
  1008. }
  1009. }
  1010. }
  1011. ]
  1012. }
  1013. ],
  1014. "globalStyle": {
  1015. "navigationBarTextStyle": "white",
  1016. "navigationBarTitleText": "uni-app",
  1017. "backgroundColor": "#F8F8F8"
  1018. },
  1019. "tabBar": {
  1020. "fontSize": "12px",
  1021. "color": "#a9a9a9",
  1022. "selectedColor": "#000000",
  1023. "borderStyle": "white",
  1024. "backgroundColor": "#ffffff",
  1025. "list": [
  1026. {
  1027. "pagePath": "pages/index",
  1028. "iconPath": "/static/images/tabBar/tab-home.png",
  1029. "selectedIconPath": "/static/images/tabBar/tab-home-blue.png",
  1030. "text": "工作台",
  1031. "visible": false
  1032. },
  1033. {
  1034. "pagePath": "pages/info",
  1035. "iconPath": "/static/images/tabBar/tab-info.png",
  1036. "selectedIconPath": "/static/images/tabBar/tab-info-blue.png",
  1037. "text": "消息",
  1038. "visible": false
  1039. },
  1040. {
  1041. "pagePath": "pages/mine",
  1042. "iconPath": "/static/images/tabBar/tab-my.png",
  1043. "selectedIconPath": "/static/images/tabBar/tab-my-blue.png",
  1044. "text": "我的",
  1045. "visible": false
  1046. }
  1047. ]
  1048. },
  1049. "condition": {
  1050. "current": 0,
  1051. "list": [
  1052. {
  1053. "name": "",
  1054. "path": "pages/login",
  1055. "query": ""
  1056. }
  1057. ]
  1058. }
  1059. }