pages.json 19 KB

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