pages.json 27 KB

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