pages.json 23 KB

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