pages.json 21 KB

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