pages.json 20 KB

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