pages.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/views/login/login", //登录
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationBarTextStyle": "white", //导航文字颜色
  8. "navigationStyle": "custom" //关闭原生导航
  9. }
  10. },
  11. {
  12. "path": "pages/views/home/home", //首页
  13. "style": {
  14. "navigationBarTitleText": "实验室安全智慧化管控系统",
  15. "navigationBarTextStyle": "white", //导航文字颜色
  16. "navigationBarBackgroundColor": "#0183FA", //导航背景色
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/views/dataBoard/dataBoard",
  22. "style": {
  23. "navigationBarTitleText": "",
  24. "navigationBarTextStyle": "white", //导航文字颜色
  25. "navigationStyle": "custom" //关闭原生导航
  26. }
  27. },
  28. {
  29. "path": "pages/views/dataBoard/equipmentControlOverdue",
  30. "style": {
  31. "navigationBarTitleText": "超期服役排行",
  32. "navigationBarTextStyle": "#FFFFFF", //导航文字颜色
  33. "navigationBarBackgroundColor": "#363744" //导航背景色
  34. }
  35. },
  36. {
  37. "path": "pages/views/teacherPage/laboratoryList", //实验室列表
  38. "style": {
  39. "navigationBarTitleText": "实验室安全智慧化管控系统",
  40. "navigationBarTextStyle": "white", //导航文字颜色
  41. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  42. }
  43. },
  44. {
  45. "path": "pages/views/information/information", //消息
  46. "style": {
  47. "navigationBarTitleText": "消息"
  48. }
  49. },
  50. {
  51. "path": "pages/views/mine/mine", //我的
  52. "style": {
  53. "navigationBarTitleText": "我的",
  54. "navigationBarTextStyle": "white", //导航文字颜色
  55. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  56. }
  57. },
  58. {
  59. "path": "pages/views/information/informationInfo", //消息
  60. "style": {
  61. "navigationBarTitleText": "消息详情"
  62. }
  63. },
  64. {
  65. "path": "pages/views/pages_patrolInspector/chemicalDetail",
  66. "style": {
  67. "navigationBarTitleText": "化学品详情",
  68. "navigationBarTextStyle": "white", //导航文字颜色
  69. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  70. }
  71. },
  72. {
  73. "path": "pages/views/pages_patrolInspector/chemicalCabinetQRcode",
  74. "style": {
  75. "navigationBarTitleText": "化学品柜详情",
  76. "navigationBarTextStyle": "white", //导航文字颜色
  77. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  78. }
  79. },
  80. {
  81. "path": "pages/views/pages_patrolInspector/chemicalCatalogue",
  82. "style": {
  83. "navigationBarTitleText": "化学品柜详情",
  84. "navigationBarTextStyle": "white", //导航文字颜色
  85. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  86. }
  87. },
  88. {
  89. "path": "pages/views/pages_patrolInspector/courseQRcode",
  90. "style": {
  91. "navigationBarTitleText": "课程详情",
  92. "navigationBarTextStyle": "white", //导航文字颜色
  93. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  94. }
  95. },
  96. {
  97. "path": "pages/views/pages_patrolInspector/identityVerify",
  98. "style": {
  99. "navigationBarTitleText": "提示",
  100. "navigationBarTextStyle": "white", //导航文字颜色
  101. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  102. }
  103. },
  104. /*供应商*/
  105. {
  106. "path": "pages/views/supplier/forbidden",
  107. "style": {
  108. "navigationBarTitleText": "供应商管理平台"
  109. }
  110. },
  111. {
  112. "path": "pages/views/supplier/reject",
  113. "style": {
  114. "navigationBarTitleText": "驳回"
  115. }
  116. },
  117. {
  118. "path": "pages/views/supplier/hasten",
  119. "style": {
  120. "navigationBarTitleText": "立即催办"
  121. }
  122. },
  123. {
  124. "path": "pages/views/saoCode/saoCode", //扫码中转
  125. "style": {
  126. "navigationBarTitleText": "",
  127. "navigationBarTextStyle": "white", //导航文字颜色
  128. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  129. }
  130. }
  131. ],
  132. "subPackages": [
  133. {
  134. /* 基础分包 */
  135. "root": "pages_basics", //分包根路径
  136. "name": "basics", //分包名字可写可不写
  137. "pages": [
  138. /* 设备管理和笼位管理页面 */
  139. {
  140. "path": "views/deviceCageSitePage",
  141. "style": {
  142. "navigationBarTitleText": ""
  143. }
  144. },
  145. /* 离开检查 */
  146. {
  147. "path": "views/photoInspection",
  148. "style": {
  149. "navigationBarTitleText": "离开检查"
  150. }
  151. },
  152. /* 修改头像 */
  153. {
  154. "path": "views/avatar",
  155. "style": {
  156. "navigationBarTitleText": "身份验证"
  157. }
  158. },
  159. {
  160. "path": "views/faceImage", //身份验证
  161. "style": {
  162. "navigationBarTitleText": "身份验证"
  163. }
  164. },
  165. /* 预警信息 */
  166. {
  167. "path": "views/earlyWarningManage/earlyWarningDetail",
  168. "style": {
  169. "navigationBarTitleText": "预案预警信息"
  170. }
  171. },
  172. {
  173. "path": "views/earlyWarningManage/earlyWarningList",
  174. "style": {
  175. "navigationBarTitleText": "预警记录"
  176. }
  177. },
  178. {
  179. "path": "views/earlyWarningManage/videoMonitoring",
  180. "style": {
  181. "navigationBarTitleText": "监控信息"
  182. }
  183. },
  184. {
  185. "path": "views/record/index",
  186. "style": {
  187. "navigationBarTitleText": "进出记录"
  188. }
  189. },
  190. {
  191. "path": "views/record/infoPage",
  192. "style": {
  193. "navigationBarTitleText": "进出详情"
  194. }
  195. },
  196. {
  197. "path": "views/signature/signature",
  198. "style": {
  199. "navigationBarTitleText": "电子签名"
  200. }
  201. },
  202. {
  203. "path": "views/signature/signatureImg",
  204. "style": {
  205. "navigationBarTitleText": "电子签名"
  206. }
  207. }
  208. ]
  209. },
  210. {
  211. /* 供应商端分包 */
  212. "root": "pages_supplier", //分包根路径
  213. "name": "supplier", //分包名字可写可不写
  214. "pages": [
  215. /* 待办事项 */
  216. {
  217. "path": "views/backlogManage/backlogManage",
  218. "style": {
  219. "navigationBarTitleText": "待办清单"
  220. }
  221. },
  222. {
  223. "path": "views/backlogManage/backlogManageAirDetail",
  224. "style": {
  225. "navigationBarTitleText": "配送申请"
  226. }
  227. },
  228. {
  229. "path": "views/backlogManage/backlogManageRecycleDetail",
  230. "style": {
  231. "navigationBarTitleText": "回收申请"
  232. }
  233. },
  234. {
  235. "path": "views/backlogManage/backlogManageIssueDetail",
  236. "style": {
  237. "navigationBarTitleText": "货品问题"
  238. }
  239. },
  240. /* 气瓶管理 */
  241. {
  242. "path": "views/gasManage/gasManageDetail",
  243. "style": {
  244. "navigationBarTitleText": "气瓶详情"
  245. }
  246. },
  247. {
  248. "path": "views/gasManage/gasManageAdd",
  249. "style": {
  250. "navigationBarTitleText": "新增气瓶"
  251. }
  252. },
  253. {
  254. "path": "views/gasManage/gasManage",
  255. "style": {
  256. "navigationBarTitleText": "气瓶管理"
  257. }
  258. },
  259. /* 运输车辆 */
  260. {
  261. "path": "views/transportCar/transportCar",
  262. "style": {
  263. "navigationBarTitleText": "运输车辆管理"
  264. }
  265. },
  266. {
  267. "path": "views/transportCar/transportCarDetail",
  268. "style": {
  269. "navigationBarTitleText": "查看运输车辆"
  270. }
  271. },
  272. {
  273. "path": "views/transportCar/transportCarAdd",
  274. "style": {
  275. "navigationBarTitleText": "新增运输车辆"
  276. }
  277. },
  278. /* 运输人员 */
  279. {
  280. "path": "views/transportPerson/transportPersonDetail",
  281. "style": {
  282. "navigationBarTitleText": "查看运输人员"
  283. }
  284. },
  285. {
  286. "path": "views/transportPerson/transportPersonAdd",
  287. "style": {
  288. "navigationBarTitleText": "新增运输人员"
  289. }
  290. },
  291. {
  292. "path": "views/transportPerson/transportPerson",
  293. "style": {
  294. "navigationBarTitleText": "运输人员管理"
  295. }
  296. },
  297. /* 供气回收记录 */
  298. {
  299. "path": "views/gasRecycle/gasRecycleAirDetail",
  300. "style": {
  301. "navigationBarTitleText": "配送申请"
  302. }
  303. },
  304. {
  305. "path": "views/gasRecycle/gasRecycleRecycleDetail",
  306. "style": {
  307. "navigationBarTitleText": "回收申请"
  308. }
  309. },
  310. {
  311. "path": "views/gasRecycle/gasRecycleIssueDetail",
  312. "style": {
  313. "navigationBarTitleText": "货品问题"
  314. }
  315. },
  316. {
  317. "path": "views/gasRecycle/gasRecycle",
  318. "style": {
  319. "navigationBarTitleText": "供气回收记录"
  320. }
  321. },
  322. /* 个人中心 */
  323. {
  324. "path": "views/mine/changePassword",
  325. "style": {
  326. "navigationBarTitleText": "修改密码"
  327. }
  328. },
  329. {
  330. "path": "views/mine/mine",
  331. "style": {
  332. "navigationBarTitleText": "资料信息"
  333. }
  334. },
  335. /* 注册 */
  336. {
  337. "path": "views/register/forgotPassword", //忘记密码
  338. "style": {
  339. "navigationBarTitleText": "密码重置申请"
  340. }
  341. },
  342. {
  343. "path": "views/register/registerSuccess", //注册
  344. "style": {
  345. "navigationBarTitleText": "申请入驻"
  346. }
  347. },
  348. {
  349. "path": "views/register/register", //注册
  350. "style": {
  351. "navigationBarTitleText": "注册"
  352. }
  353. },
  354. {
  355. "path": "views/register/registerTow", //注册
  356. "style": {
  357. "navigationBarTitleText": "注册"
  358. }
  359. }
  360. ]
  361. },
  362. {
  363. /* 学生端分包 */
  364. "root": "pages_student", //分包根路径
  365. "name": "student", //分包名字可写可不写
  366. "pages": [{
  367. "path": "views/meCertificate",
  368. "style": {
  369. "navigationBarTitleText": "我的证书"
  370. }
  371. },
  372. /* 积分管理 */
  373. {
  374. "path": "views/integralManage/codeSuccess", //扫码成功
  375. "style": {
  376. "navigationBarTitleText": "扫码成功"
  377. }
  378. },
  379. {
  380. "path": "views/integralManage/creditPoints", //信用分记录
  381. "style": {
  382. "navigationBarTitleText": "信用分记录",
  383. "enablePullDownRefresh": true
  384. }
  385. },
  386. {
  387. "path": "views/integralManage/rewardPoints", //奖励分记录
  388. "style": {
  389. "navigationBarTitleText": "奖励分记录",
  390. "enablePullDownRefresh": true
  391. }
  392. },
  393. {
  394. "path": "views/integralManage/pointsRecord", //积分记录
  395. "style": {
  396. "navigationBarTitleText": "积分记录"
  397. }
  398. },
  399. /*准入申请*/
  400. {
  401. "path": "views/accessApplication/accessApplication", //准入申请
  402. "style": {
  403. "navigationBarTitleText": "安全准入"
  404. }
  405. },
  406. {
  407. "path": "views/accessApplication/applicationDetails", //申请详情
  408. "style": {
  409. "navigationBarTitleText": ""
  410. }
  411. },
  412. {
  413. "path": "views/accessApplication/chooseALaboratory", //选择实验室
  414. "style": {
  415. "navigationBarTitleText": "安全准入"
  416. }
  417. },
  418. {
  419. "path": "views/accessApplication/newApplication", //选择实验室
  420. "style": {
  421. "navigationBarTitleText": "准入申请"
  422. }
  423. },
  424. {
  425. "path": "views/accessApplication/safeAccess", //安全准入
  426. "style": {
  427. "navigationBarTitleText": "我的准入"
  428. }
  429. },
  430. {
  431. "path": "views/meViolation/meViolation", //安全准入
  432. "style": {
  433. "navigationBarTitleText": "违规记录"
  434. }
  435. },
  436. /* 气瓶管理 */
  437. {
  438. "path": "views/gasBottle/leaveConfirm/amendAir",
  439. "style": {
  440. "navigationBarTitleText": "修改气压"
  441. }
  442. },
  443. {
  444. "path": "views/gasBottle/leaveConfirm/leaveConfirm",
  445. "style": {
  446. "navigationBarTitleText": "出库确认"
  447. }
  448. },
  449. {
  450. "path": "views/gasBottle/useRegister/giveRegister",
  451. "style": {
  452. "navigationBarTitleText": "归还登记"
  453. }
  454. },
  455. {
  456. "path": "views/gasBottle/useRegister/useRegister",
  457. "style": {
  458. "navigationBarTitleText": "使用登记"
  459. }
  460. },
  461. {
  462. "path": "views/gasBottle/useRecord/useRecordDetail",
  463. "style": {
  464. "navigationBarTitleText": "使用详情"
  465. }
  466. },
  467. {
  468. "path": "views/gasBottle/useRecord/useRecord",
  469. "style": {
  470. "navigationBarTitleText": "使用记录"
  471. }
  472. },
  473. {
  474. "path": "views/gasBottle/gasList/gasListBinding",
  475. "style": {
  476. "navigationBarTitleText": "气瓶详情"
  477. }
  478. },
  479. {
  480. "path": "views/gasBottle/gasList/gasUseDetail",
  481. "style": {
  482. "navigationBarTitleText": "使用详情"
  483. }
  484. },
  485. {
  486. "path": "views/gasBottle/gasList/gasListDetail",
  487. "style": {
  488. "navigationBarTitleText": "气瓶详情"
  489. }
  490. },
  491. {
  492. "path": "views/gasBottle/gasList/gasList",
  493. "style": {
  494. "navigationBarTitleText": "气瓶列表"
  495. }
  496. },
  497. {
  498. "path": "views/gasBottle/gasApply/awaitStorage",
  499. "style": {
  500. "navigationBarTitleText": "待入库"
  501. }
  502. },
  503. {
  504. "path": "views/gasBottle/gasApply/gasApplyReject",
  505. "style": {
  506. "navigationBarTitleText": "拒收气瓶"
  507. }
  508. },
  509. {
  510. "path": "views/gasBottle/gasApply/gasApplyList",
  511. "style": {
  512. "navigationBarTitleText": "申请详情"
  513. }
  514. },
  515. {
  516. "path": "views/gasBottle/gasApply/gasApplyAdd", //添加
  517. "style": {
  518. "navigationBarTitleText": "申请气瓶"
  519. }
  520. },
  521. {
  522. "path": "views/gasBottle/gasApply/gasApply",
  523. "style": {
  524. "navigationBarTitleText": "气瓶申请"
  525. }
  526. },
  527. {
  528. "path": "views/gasBottle/examination/examinationSelect", //添加
  529. "style": {
  530. "navigationBarTitleText": "选择气瓶"
  531. }
  532. },
  533. {
  534. "path": "views/gasBottle/examination/examinationDetail", //详情
  535. "style": {
  536. "navigationBarTitleText": "资格申请"
  537. }
  538. },
  539. {
  540. "path": "views/gasBottle/examination/examinationAdd", //添加
  541. "style": {
  542. "navigationBarTitleText": "资格申请"
  543. }
  544. },
  545. {
  546. "path": "views/gasBottle/examination/examinationSucceed",
  547. "style": {
  548. "navigationBarTitleText": "资格申请"
  549. }
  550. },
  551. {
  552. "path": "views/gasBottle/examination/examination",
  553. "style": {
  554. "navigationBarTitleText": "资格申请"
  555. }
  556. },
  557. {
  558. "path": "views/gasBottle/gasManage/gasManage",
  559. "style": {
  560. "navigationBarTitleText": "用气管理"
  561. }
  562. },
  563. {
  564. "path": "views/gasBottle/useGasApply/useGasApply",
  565. "style": {
  566. "navigationBarTitleText": "用气申请"
  567. }
  568. },
  569. {
  570. "path": "views/gasBottle/useGasApply/useGasApplyAdd",
  571. "style": {
  572. "navigationBarTitleText": "申请用气"
  573. }
  574. },
  575. {
  576. "path": "views/gasBottle/useGasApply/useGasApplyDetail",
  577. "style": {
  578. "navigationBarTitleText": "申请详情"
  579. }
  580. },
  581. {
  582. "path": "views/myRecord/index",
  583. "style": {
  584. "navigationBarTitleText": "进出记录"
  585. }
  586. },
  587. {
  588. "path": "views/myRecord/infoPage",
  589. "style": {
  590. "navigationBarTitleText": "进出详情"
  591. }
  592. }
  593. ]
  594. },
  595. {
  596. /* 管理端分包 */
  597. "root": "pages_manage", //分包根路径
  598. "name": "manage", //分包名字可写可不写
  599. "pages": [
  600. //门禁授权
  601. {
  602. "path": "views/accessControl/empowerOpen",
  603. "style": {
  604. "navigationBarTitleText": "授权开门"
  605. }
  606. },
  607. {
  608. "path": "views/accessControl/remoteOpen",
  609. "style": {
  610. "navigationBarTitleText": "远程开门"
  611. }
  612. },
  613. //应急处置
  614. {
  615. "path": "views/emergencyEvacuationBig", //应急疏散
  616. "style": {
  617. "navigationBarTitleText": "应急处置"
  618. }
  619. },
  620. {
  621. "path": "views/emergencyEvacuationBigFullScreen", //应急疏散
  622. "style": {
  623. "navigationBarTitleText": "应急处置",
  624. "pageOrientation": "landscape"
  625. }
  626. },
  627. /* 准入审核 */
  628. {
  629. "path": "views/accessQualification/accessQualification",
  630. "style": {
  631. "navigationBarTitleText": "准入审核"
  632. }
  633. },
  634. {
  635. "path": "views/accessQualification/accessQualificationInfo", //准入资格证书申请详情
  636. "style": {
  637. "navigationBarTitleText": ""
  638. }
  639. },
  640. {
  641. "path": "views/accessQualification/approve", //不通过原因
  642. "style": {
  643. "navigationBarTitleText": "审核未通过"
  644. }
  645. },
  646. /* 我的实验室 */
  647. // {
  648. // "path": "views/laboratory/meLaboratory",//我的实验室
  649. // "style": {
  650. // "navigationBarTitleText": "我的实验室"
  651. // }
  652. // },
  653. /* 安全检查扫一扫进入实验室详情 */
  654. {
  655. "path": "views/laboratory/safetyCardScan",
  656. "style": {
  657. "navigationBarTitleText": "实验室"
  658. }
  659. },
  660. /* 实验室详情 */
  661. {
  662. "path": "views/laboratory/infoPage", //详情
  663. "style": {
  664. "navigationBarTitleText": "实验室详情",
  665. "enablePullDownRefresh": true
  666. }
  667. },
  668. {
  669. "path": "views/laboratory/videoPlayer", //视频监控
  670. "style": {
  671. "navigationBarTitleText": "视频监控",
  672. "enablePullDownRefresh": true
  673. }
  674. },
  675. /* 实验室详情-进出记录 */
  676. {
  677. "path": "views/laboratory/accessRecord",
  678. "style": {
  679. "navigationBarTitleText": "进出记录",
  680. "enablePullDownRefresh": true
  681. }
  682. },
  683. {
  684. "path": "views/laboratory/word", //播放文字
  685. "style": {
  686. "navigationBarTitleText": "播放文字"
  687. }
  688. },
  689. {
  690. "path": "views/laboratory/monitor", //查看监控
  691. "style": {
  692. "navigationBarTitleText": "查看监控"
  693. }
  694. },
  695. {
  696. "path": "views/laboratory/safetyCard", //安全信息牌
  697. "style": {
  698. "navigationBarTitleText": "安全信息牌"
  699. }
  700. },
  701. /* 预案执行记录 */
  702. {
  703. "path": "views/plan/planList", //预案执行记录
  704. "style": {
  705. "navigationBarTitleText": "预案执行记录"
  706. }
  707. },
  708. {
  709. "path": "views/plan/planInfo", //预案详情
  710. "style": {
  711. "navigationBarTitleText": "预案详情"
  712. }
  713. },
  714. /* 分级管控 */
  715. {
  716. "path": "views/gradingControl/gradingControl", //分级管控
  717. "style": {
  718. "navigationBarTitleText": "分级管控"
  719. }
  720. },
  721. {
  722. "path": "views/gradingControl/infoPage", //分级管控
  723. "style": {
  724. "navigationBarTitleText": "分级管控详情"
  725. }
  726. },
  727. /* 用气申请 */
  728. {
  729. "path": "views/gasBottle/useGasApply/useGasApply",
  730. "style": {
  731. "navigationBarTitleText": "用气申请"
  732. }
  733. },
  734. {
  735. "path": "views/gasBottle/useGasApply/useGasApplyAdd",
  736. "style": {
  737. "navigationBarTitleText": "申请用气"
  738. }
  739. },
  740. {
  741. "path": "views/gasBottle/useGasApply/useGasApplyDetail",
  742. "style": {
  743. "navigationBarTitleText": "申请详情"
  744. }
  745. },
  746. /* 资质审核 */
  747. {
  748. "path": "views/gasBottle/aptitudeAudit/aptitudeAudit",
  749. "style": {
  750. "navigationBarTitleText": "资格审核"
  751. }
  752. },
  753. {
  754. "path": "views/gasBottle/aptitudeAudit/aptitudeAuditDetail",
  755. "style": {
  756. "navigationBarTitleText": "资格审核"
  757. }
  758. },
  759. {
  760. "path": "views/gasBottle/aptitudeAudit/aptitudeAuditCheck",
  761. "style": {
  762. "navigationBarTitleText": "资格审核"
  763. }
  764. },
  765. /* 气瓶归还登记 */
  766. {
  767. "path": "views/gasBottle/leaveConfirm/amendAir",
  768. "style": {
  769. "navigationBarTitleText": "修改气压"
  770. }
  771. },
  772. {
  773. "path": "views/gasBottle/leaveConfirm/leaveConfirm",
  774. "style": {
  775. "navigationBarTitleText": "出库确认"
  776. }
  777. },
  778. /* 气瓶归还登记 */
  779. {
  780. "path": "views/gasBottle/useRegister/giveRegister",
  781. "style": {
  782. "navigationBarTitleText": "归还登记"
  783. }
  784. },
  785. /* 气瓶使用登记 */
  786. {
  787. "path": "views/gasBottle/useRegister/useRegister",
  788. "style": {
  789. "navigationBarTitleText": "使用登记"
  790. }
  791. },
  792. /* 气瓶使用记录 */
  793. {
  794. "path": "views/gasBottle/useRecord/useRecordDetail",
  795. "style": {
  796. "navigationBarTitleText": "使用详情"
  797. }
  798. },
  799. {
  800. "path": "views/gasBottle/useRecord/useRecord",
  801. "style": {
  802. "navigationBarTitleText": "使用记录"
  803. }
  804. },
  805. /* 气瓶列表 */
  806. {
  807. "path": "views/gasBottle/gasList/gasListBinding",
  808. "style": {
  809. "navigationBarTitleText": "气瓶详情"
  810. }
  811. },
  812. {
  813. "path": "views/gasBottle/gasList/gasUseDetail",
  814. "style": {
  815. "navigationBarTitleText": "使用详情"
  816. }
  817. },
  818. {
  819. "path": "views/gasBottle/gasList/gasListDetail",
  820. "style": {
  821. "navigationBarTitleText": "气瓶详情"
  822. }
  823. },
  824. {
  825. "path": "views/gasBottle/gasList/gasList",
  826. "style": {
  827. "navigationBarTitleText": "气瓶列表"
  828. }
  829. },
  830. /* 气瓶申请 */
  831. {
  832. "path": "views/gasBottle/gasApply/awaitStorage",
  833. "style": {
  834. "navigationBarTitleText": "待入库"
  835. }
  836. },
  837. {
  838. "path": "views/gasBottle/gasApply/gasApplyReject",
  839. "style": {
  840. "navigationBarTitleText": "拒收气瓶"
  841. }
  842. },
  843. {
  844. "path": "views/gasBottle/gasApply/gasApplyList",
  845. "style": {
  846. "navigationBarTitleText": "申请详情"
  847. }
  848. },
  849. {
  850. "path": "views/gasBottle/gasApply/gasApplyAdd", //添加
  851. "style": {
  852. "navigationBarTitleText": "申请气瓶"
  853. }
  854. },
  855. {
  856. "path": "views/gasBottle/gasApply/gasApply",
  857. "style": {
  858. "navigationBarTitleText": "气瓶申请"
  859. }
  860. },
  861. /* 资格申请 */
  862. {
  863. "path": "views/gasBottle/examination/examinationSelect", //添加
  864. "style": {
  865. "navigationBarTitleText": "选择气瓶"
  866. }
  867. },
  868. {
  869. "path": "views/gasBottle/examination/examinationAdd", //添加
  870. "style": {
  871. "navigationBarTitleText": "资格申请"
  872. }
  873. },
  874. {
  875. "path": "views/gasBottle/examination/examinationDetail",
  876. "style": {
  877. "navigationBarTitleText": "资格申请"
  878. }
  879. },
  880. {
  881. "path": "views/gasBottle/examination/examination",
  882. "style": {
  883. "navigationBarTitleText": "资格申请"
  884. }
  885. },
  886. {
  887. "path": "views/gasBottle/gasManage/gasManage",
  888. "style": {
  889. "navigationBarTitleText": "用气管理"
  890. }
  891. }
  892. ]
  893. },
  894. {
  895. /* 安全检查分包 */
  896. "root": "pages_safetyCheck", //分包根路径
  897. "name": "safetyCheck", //分包名字可写可不写
  898. "pages": [
  899. {
  900. "path": "views/safetyCheck",
  901. "style": {
  902. "navigationBarTitleText": "安全检查"
  903. }
  904. },
  905. {
  906. "path": "views/itemsManage/snapshotRectification",
  907. "style": {
  908. "navigationBarTitleText": "整改"
  909. }
  910. },
  911. {
  912. "path": "views/inspectManage/inspectAdd",
  913. "style": {
  914. "navigationBarTitleText": "开始检查"
  915. }
  916. },
  917. {
  918. "path": "views/inspectManage/hiddenDangerRecord",
  919. "style": {
  920. "navigationBarTitleText": "隐患记录"
  921. }
  922. },
  923. {
  924. "path": "views/inspectManage/inspectList",
  925. "style": {
  926. "navigationBarTitleText": "检查"
  927. }
  928. },
  929. {
  930. "path": "views/itemsManage/hiddenDangerItemsSearch",
  931. "style": {
  932. "navigationBarTitleText": "隐患项搜索"
  933. }
  934. },
  935. {
  936. "path": "views/itemsManage/hiddenDangerItems",
  937. "style": {
  938. "navigationBarTitleText": "隐患项"
  939. }
  940. },
  941. {
  942. "path": "views/snapshotManage/snapshotDetail",
  943. "style": {
  944. "navigationBarTitleText": "随手拍详情"
  945. }
  946. },
  947. {
  948. "path": "views/snapshotManage/snapshotList",
  949. "style": {
  950. "navigationBarTitleText": "随手拍"
  951. }
  952. },
  953. {
  954. "path": "views/materialAttachments",
  955. "style": {
  956. "navigationBarTitleText": "材料附件"
  957. }
  958. },
  959. {
  960. "path": "views/planDetail",
  961. "style": {
  962. "navigationBarTitleText": "计划详情"
  963. }
  964. }
  965. ]
  966. }
  967. ],
  968. "globalStyle": {
  969. "navigationBarTextStyle": "white", //导航文字颜色
  970. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  971. }
  972. }