pages.json 30 KB

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