pages.json 20 KB

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