pages.json 24 KB

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