pages.json 26 KB

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