pages.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368
  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. /* 安全教育考试分包 */
  1233. "root": "pages_safetyEducationExamination", //分包根路径
  1234. "name": "safetyEducationExamination", //分包名字可写可不写
  1235. "pages": [
  1236. {
  1237. "path": "views/home/index",
  1238. "style": {
  1239. "navigationBarTitleText": "安全教育考试"
  1240. }
  1241. },
  1242. {
  1243. "path": "views/exam/index",
  1244. "style": {
  1245. "navigationBarTitleText": "在线考试"
  1246. }
  1247. },
  1248. {
  1249. "path": "views/exam/onlineExamInfo",
  1250. "style": {
  1251. "navigationBarTitleText": "考试详情"
  1252. }
  1253. },
  1254. {
  1255. "path": "views/exam/onlineExamPlay",
  1256. "style": {
  1257. "navigationBarTitleText": "考试中"
  1258. }
  1259. },
  1260. {
  1261. "path": "views/exam/mockExamInfo",
  1262. "style": {
  1263. "navigationBarTitleText": "模拟考试"
  1264. }
  1265. },
  1266. {
  1267. "path": "views/exam/mockExamPlay",
  1268. "style": {
  1269. "navigationBarTitleText": "模拟考试中"
  1270. }
  1271. },
  1272. {
  1273. "path": "views/exam/incorrectQuestionsList",
  1274. "style": {
  1275. "navigationBarTitleText": "历史错题"
  1276. }
  1277. },
  1278. {
  1279. "path": "views/exam/scoresList",
  1280. "style": {
  1281. "navigationBarTitleText": "考试记录"
  1282. }
  1283. },
  1284. {
  1285. "path": "views/exam/scoreDetail",
  1286. "style": {
  1287. "navigationBarTitleText": "答题详情"
  1288. }
  1289. },
  1290. {
  1291. "path": "views/study/index",
  1292. "style": {
  1293. "navigationBarTitleText": "知识学习"
  1294. }
  1295. },
  1296. {
  1297. "path": "views/studyHourTask/index",
  1298. "style": {
  1299. "navigationBarTitleText": "学时任务"
  1300. }
  1301. },
  1302. {
  1303. "path": "views/practice/index",
  1304. "style": {
  1305. "navigationBarTitleText": "刷题练习"
  1306. }
  1307. },
  1308. {
  1309. "path": "views/practice/practicePlay",
  1310. "style": {
  1311. "navigationBarTitleText": "刷题练习",
  1312. "navigationBarButtons": [
  1313. {
  1314. "type": "text",
  1315. "text": "题号",
  1316. "color": "#1857d4"
  1317. }
  1318. ]
  1319. }
  1320. },
  1321. {
  1322. "path": "views/approval/index",
  1323. "style": {
  1324. "navigationBarTitleText": "实验室审批"
  1325. }
  1326. },
  1327. {
  1328. "path": "views/learning/index",
  1329. "style": {
  1330. "navigationBarTitleText": "学习任务详情"
  1331. }
  1332. },
  1333. {
  1334. "path": "views/webViewPage/courseLearning",
  1335. "style": {
  1336. "navigationBarTitleText": "学习任务"
  1337. }
  1338. },
  1339. {
  1340. "path": "views/webViewPage/coursewareLearning",
  1341. "style": {
  1342. "navigationBarTitleText": "知识学习"
  1343. }
  1344. }
  1345. ]
  1346. }
  1347. ],
  1348. "globalStyle": {
  1349. "navigationBarTextStyle": "white", //导航文字颜色
  1350. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  1351. }
  1352. }