pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/views/home/home", //首页
  5. "style": {
  6. "navigationBarTitleText": "实验室安全智慧化管控系统",
  7. "navigationBarTextStyle": "white", //导航文字颜色
  8. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  9. // "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/views/teacherPage/laboratoryList", //实验室列表
  14. "style": {
  15. "navigationBarTitleText": "实验室安全智慧化管控系统",
  16. "navigationBarTextStyle": "white", //导航文字颜色
  17. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  18. }
  19. },
  20. {
  21. "path": "pages/views/information/information", //消息
  22. "style": {
  23. "navigationBarTitleText": "消息"
  24. }
  25. },
  26. {
  27. "path": "pages/views/information/informationInfo", //消息
  28. "style": {
  29. "navigationBarTitleText": "消息详情"
  30. }
  31. },
  32. {
  33. "path": "pages/views/mine/mine", //我的
  34. "style": {
  35. "navigationBarTitleText": "我的",
  36. "navigationBarTextStyle": "white", //导航文字颜色
  37. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  38. }
  39. },
  40. {
  41. "path": "pages/views/login/login", //登录
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "navigationBarTextStyle": "white", //导航文字颜色
  45. "navigationStyle": "custom" //关闭原生导航
  46. }
  47. },
  48. {
  49. "path": "pages/views/login/patrolLogin", //登录
  50. "style": {
  51. "navigationBarTitleText": "",
  52. "navigationBarTextStyle": "white", //导航文字颜色
  53. "navigationStyle": "custom" //关闭原生导航
  54. }
  55. },
  56. // {
  57. // "path": "pages/views/login/accountLogin", //账号密码登录
  58. // "style": {
  59. // "navigationBarTitleText": "账号密码登录",
  60. // "navigationBarTextStyle": "white", //导航文字颜色
  61. // "navigationBarBackgroundColor": "#0183FA" //导航背景色
  62. // }
  63. // },
  64. {
  65. "path": "pages/views/login/ssoLogin", //统一认证页面
  66. "style": {
  67. "navigationBarTitleText": "统一身份认证",
  68. "navigationBarTextStyle": "white", //导航文字颜色
  69. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  70. }
  71. },
  72. {
  73. "path": "pages/views/login/ssoLoginH5", //统一认证页面
  74. "style": {
  75. "navigationBarTitleText": "统一身份认证",
  76. "navigationBarTextStyle": "white", //导航文字颜色
  77. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  78. }
  79. },
  80. {
  81. "path": "pages/views/login/ssoCertification", //统一认证后跳转登录页面
  82. "style": {
  83. "navigationBarTitleText": "身份认证",
  84. "navigationBarTextStyle": "white", //导航文字颜色
  85. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  86. }
  87. },
  88. {
  89. "path": "pages/views/scanCodePage", //扫码页面
  90. "style": {
  91. "navigationBarTitleText": "",
  92. "navigationBarTextStyle": "white", //导航文字颜色
  93. "navigationStyle": "custom" //关闭原生导航
  94. }
  95. },
  96. {
  97. "path": "pages/views/pageScanCodePage", //内部扫码页面
  98. "style": {
  99. "navigationBarTitleText": "",
  100. "navigationBarTextStyle": "white", //导航文字颜色
  101. "navigationStyle": "custom" //关闭原生导航
  102. }
  103. },
  104. {
  105. "path": "pages/views/saoCode/saoCode", //扫码中转
  106. "style": {
  107. "navigationBarTitleText": "",
  108. "navigationBarTextStyle": "white", //导航文字颜色
  109. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  110. }
  111. },
  112. {
  113. "path": "pages/views/saoCode/chemicalsInstructionsVideo", //操作教程
  114. "style": {
  115. "navigationBarTitleText": "操作教程",
  116. "navigationBarTextStyle": "white", //导航文字颜色
  117. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  118. }
  119. },
  120. {
  121. "path": "pages/views/pages_patrolInspector/courseQRcode",
  122. "style": {
  123. "navigationBarTitleText": "课程详情",
  124. "navigationBarTextStyle": "white", //导航文字颜色
  125. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  126. }
  127. },
  128. {
  129. "path": "pages/views/pages_patrolInspector/chemicalCabinetQRcode",
  130. "style": {
  131. "navigationBarTitleText": "化学品柜详情",
  132. "navigationBarTextStyle": "white", //导航文字颜色
  133. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  134. }
  135. },
  136. {
  137. "path": "pages/views/pages_patrolInspector/chemicalDetail",
  138. "style": {
  139. "navigationBarTitleText": "化学品详情",
  140. "navigationBarTextStyle": "white", //导航文字颜色
  141. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  142. }
  143. },
  144. {
  145. "path": "pages/views/demo/index", //测试页面
  146. "style": {
  147. "navigationBarTitleText": "测试页面",
  148. "navigationBarTextStyle": "white", //导航文字颜色
  149. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  150. }
  151. },
  152. {
  153. "path": "pages/views/demo/mqttDemo", //mqtt测试
  154. "style": {
  155. "navigationBarTitleText": "mqtt测试",
  156. "navigationBarTextStyle": "white", //导航文字颜色
  157. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  158. }
  159. },
  160. {
  161. "path": "pages/views/videoPlayer", //视频监控测试
  162. "style": {
  163. "navigationBarTitleText": "",
  164. "navigationBarTextStyle": "white", //导航文字颜色
  165. "navigationStyle": "custom" //关闭原生导航
  166. }
  167. }
  168. ],
  169. "subPackages": [
  170. // {
  171. // "root": "devTools/page",
  172. // "name": "devToolsPage",
  173. // "pages": [
  174. // {
  175. // "path": "index",
  176. // "style": {
  177. // "navigationStyle": "custom"
  178. // // #ifdef APP-PLUS
  179. // ,
  180. // "softinputMode": "adjustResize",
  181. // "backgroundColor": "transparent",
  182. // "animationDuration": 1,
  183. // "animationType": "none",
  184. // "popGesture": "none",
  185. // "bounce": "none",
  186. // "titleNView": false
  187. // // #endif
  188. // }
  189. // }
  190. // ]
  191. // },
  192. {
  193. /* 基础分包 */
  194. "root": "pages_basics", //分包根路径
  195. "name": "basics", //分包名字可写可不写
  196. "pages": [{
  197. "path": "views/forgotPassword/forgotPassword", //忘记密码
  198. "style": {
  199. "navigationBarTitleText": "忘记密码",
  200. "navigationBarTextStyle": "white", //导航文字颜色
  201. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  202. }
  203. },
  204. {
  205. "path": "views/editPassword/editPassword", //忘记密码
  206. "style": {
  207. "navigationBarTitleText": "修改密码",
  208. "navigationBarTextStyle": "white", //导航文字颜色
  209. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  210. }
  211. },
  212. {
  213. "path": "views/completeInformation/completeInformation", //忘记密码
  214. "style": {
  215. "navigationBarTitleText": "完善个人信息",
  216. "navigationBarTextStyle": "white", //导航文字颜色
  217. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  218. }
  219. },
  220. /* 设备管理和笼位管理页面 */
  221. {
  222. "path": "views/deviceCageSitePage",
  223. "style": {
  224. "navigationBarTitleText": ""
  225. }
  226. },
  227. /* 修改头像 */
  228. {
  229. "path": "views/avatar",
  230. "style": {
  231. "navigationBarTitleText": "身份验证"
  232. }
  233. },
  234. {
  235. "path": "views/faceImage", //身份验证
  236. "style": {
  237. "navigationBarTitleText": "身份验证"
  238. }
  239. },
  240. {
  241. "path": "views/signature/signature",
  242. "style": {
  243. "navigationBarTitleText": "电子签名"
  244. }
  245. },
  246. {
  247. "path": "views/signature/signatureImg",
  248. "style": {
  249. "navigationBarTitleText": "电子签名"
  250. }
  251. },
  252. /* 离开检查 */
  253. {
  254. "path": "views/photoInspection",
  255. "style": {
  256. "navigationBarTitleText": "离开检查"
  257. }
  258. },
  259. /* 预警信息 */
  260. {
  261. "path": "views/earlyWarningManage/earlyWarningDetail",
  262. "style": {
  263. "navigationBarTitleText": "预案预警信息"
  264. }
  265. },
  266. {
  267. "path": "views/earlyWarningManage/earlyWarningList",
  268. "style": {
  269. "navigationBarTitleText": "预警记录"
  270. }
  271. },
  272. {
  273. "path": "views/earlyWarningManage/videoMonitoring",
  274. "style": {
  275. "navigationBarTitleText": "监控信息"
  276. }
  277. },
  278. {
  279. "path": "views/earlyWarningManage/warningVideo",
  280. "style": {
  281. "navigationBarTitleText": "报警抓拍"
  282. }
  283. },
  284. /* 进出记录 */
  285. {
  286. "path": "views/record/index",
  287. "style": {
  288. "navigationBarTitleText": "进出记录"
  289. }
  290. },
  291. {
  292. "path": "views/record/infoPage",
  293. "style": {
  294. "navigationBarTitleText": "进出详情"
  295. }
  296. },
  297. /* 分级管控 */
  298. {
  299. "path": "views/gradingControl/gradingControl", //分级管控
  300. "style": {
  301. "navigationBarTitleText": "管控工作"
  302. }
  303. },
  304. {
  305. "path": "views/gradingControl/gradingControlFinish", //分级管控-完成列表
  306. "style": {
  307. "navigationBarTitleText": "分级管控"
  308. }
  309. },
  310. {
  311. "path": "views/gradingControl/gradingControlAdd", //分级管控-添加
  312. "style": {
  313. "navigationBarTitleText": "分级管控"
  314. }
  315. },
  316. {
  317. "path": "views/gradingControl/gradingControlDetail", //分级管控-详情
  318. "style": {
  319. "navigationBarTitleText": "分级管控"
  320. }
  321. },
  322. /* 积分管理 */
  323. {
  324. "path": "views/integralManage/codeSuccess", //扫码成功
  325. "style": {
  326. "navigationBarTitleText": "扫码成功"
  327. }
  328. }
  329. ]
  330. },
  331. {
  332. /* 学生端分包 */
  333. "root": "pages_student", //分包根路径
  334. "name": "student", //分包名字可写可不写
  335. "pages": [
  336. /*准入申请*/
  337. {
  338. "path": "views/accessApplication/accessApplication", //准入申请
  339. "style": {
  340. "navigationBarTitleText": "安全准入"
  341. }
  342. },
  343. {
  344. "path": "views/accessApplication/applicationDetails", //申请详情
  345. "style": {
  346. "navigationBarTitleText": ""
  347. }
  348. },
  349. {
  350. "path": "views/accessApplication/chooseALaboratory", //选择实验室
  351. "style": {
  352. "navigationBarTitleText": "安全准入"
  353. }
  354. },
  355. {
  356. "path": "views/accessApplication/newApplication", //选择实验室
  357. "style": {
  358. "navigationBarTitleText": "准入申请"
  359. }
  360. },
  361. {
  362. "path": "views/accessApplication/safeAccess", //安全准入
  363. "style": {
  364. "navigationBarTitleText": "我的准入"
  365. }
  366. },
  367. // 我的进出记录
  368. {
  369. "path": "views/myRecord/index",
  370. "style": {
  371. "navigationBarTitleText": "进出记录"
  372. }
  373. },
  374. {
  375. "path": "views/myRecord/infoPage",
  376. "style": {
  377. "navigationBarTitleText": "进出详情"
  378. }
  379. }
  380. ]
  381. },
  382. {
  383. /* 管理端分包 */
  384. "root": "pages_manage", //分包根路径
  385. "name": "manage", //分包名字可写可不写
  386. "pages": [
  387. //门禁授权
  388. {
  389. "path": "views/accessControl/empowerOpen",
  390. "style": {
  391. "navigationBarTitleText": "授权开门"
  392. }
  393. },
  394. {
  395. "path": "views/accessControl/remoteOpen",
  396. "style": {
  397. "navigationBarTitleText": "远程开门"
  398. }
  399. },
  400. {
  401. "path": "views/accessControl/authorizationRecord",
  402. "style": {
  403. "navigationBarTitleText": "授权记录"
  404. }
  405. },
  406. {
  407. "path": "views/accessControl/searchSub",
  408. "style": {
  409. "navigationBarTitleText": "实验室"
  410. }
  411. },
  412. /* 准入审核 */
  413. {
  414. "path": "views/accessQualification/accessQualification",
  415. "style": {
  416. "navigationBarTitleText": "准入审核"
  417. }
  418. },
  419. {
  420. "path": "views/accessQualification/accessQualificationInfo", //准入资格证书申请详情
  421. "style": {
  422. "navigationBarTitleText": ""
  423. }
  424. },
  425. {
  426. "path": "views/accessQualification/approve", //不通过原因
  427. "style": {
  428. "navigationBarTitleText": "审核未通过"
  429. }
  430. },
  431. //应急处置-实验室列表
  432. {
  433. "path": "views/emergencyEvacuationSubList", //应急疏散
  434. "style": {
  435. "navigationBarTitleText": "应急处置"
  436. }
  437. },
  438. //应急处置
  439. {
  440. "path": "views/emergencyEvacuationBig", //应急疏散
  441. "style": {
  442. "navigationBarTitleText": "应急处置"
  443. }
  444. },
  445. {
  446. "path": "views/emergencyEvacuationBigFullScreen", //应急疏散
  447. "style": {
  448. "navigationBarTitleText": "应急处置",
  449. "pageOrientation": "landscape"
  450. }
  451. },
  452. //实验室
  453. {
  454. "path": "views/laboratory/safetyCardScan",
  455. "style": {
  456. "navigationBarTitleText": "实验室"
  457. }
  458. },
  459. {
  460. "path": "views/laboratory/videoPlayer", //视频监控
  461. "style": {
  462. "navigationBarTitleText": "视频监控",
  463. "enablePullDownRefresh": true
  464. }
  465. }
  466. ]
  467. },
  468. {
  469. /* 安全检查分包 */
  470. "root": "pages_safetyCheck", //分包根路径
  471. "name": "safetyCheck", //分包名字可写可不写
  472. "pages": [{
  473. "path": "views/safetyCheck",
  474. "style": {
  475. "navigationBarTitleText": "安全检查"
  476. }
  477. },
  478. {
  479. "path": "views/inspectManage/inspectAdd",
  480. "style": {
  481. "navigationBarTitleText": "开始检查"
  482. }
  483. },
  484. {
  485. "path": "views/inspectManage/conductInspections",
  486. "style": {
  487. "navigationBarTitleText": "开展检查"
  488. }
  489. },
  490. {
  491. "path": "views/inspectManage/hiddenDangerRecord",
  492. "style": {
  493. "navigationBarTitleText": "隐患记录"
  494. }
  495. },
  496. {
  497. "path": "views/inspectManage/inspectList",
  498. "style": {
  499. "navigationBarTitleText": "检查"
  500. }
  501. },
  502. {
  503. "path": "views/itemsManage/hiddenDangerItemsSearch",
  504. "style": {
  505. "navigationBarTitleText": "隐患项搜索"
  506. }
  507. },
  508. {
  509. "path": "views/itemsManage/hiddenDangerItems",
  510. "style": {
  511. "navigationBarTitleText": "隐患项"
  512. }
  513. },
  514. {
  515. "path": "views/itemsManage/hiddenDangerRectification",
  516. "style": {
  517. "navigationBarTitleText": "隐患项整改"
  518. }
  519. },
  520. {
  521. "path": "views/itemsManage/hiddenDangerItemsDetail",
  522. "style": {
  523. "navigationBarTitleText": "检查详情"
  524. }
  525. },
  526. {
  527. "path": "views/snapshotManage/snapshotDetail",
  528. "style": {
  529. "navigationBarTitleText": "随手拍详情"
  530. }
  531. },
  532. {
  533. "path": "views/snapshotManage/snapshotList",
  534. "style": {
  535. "navigationBarTitleText": "随手拍"
  536. }
  537. },
  538. {
  539. "path": "views/snapshotManage/snapshotItems",
  540. "style": {
  541. "navigationBarTitleText": "随手拍整改项"
  542. }
  543. },
  544. {
  545. "path": "views/snapshotManage/laboratorySearch",
  546. "style": {
  547. "navigationBarTitleText": "搜索实验室"
  548. }
  549. },
  550. {
  551. "path": "views/snapshotManage/snapshotRectification",
  552. "style": {
  553. "navigationBarTitleText": "整改"
  554. }
  555. },
  556. {
  557. "path": "views/materialAttachments",
  558. "style": {
  559. "navigationBarTitleText": "材料附件"
  560. }
  561. },
  562. {
  563. "path": "views/planDetail",
  564. "style": {
  565. "navigationBarTitleText": "计划详情"
  566. }
  567. }
  568. ]
  569. },
  570. {
  571. /* 设备使用 */
  572. "root": "pages_equipmentUtilization", //分包根路径
  573. "name": "equipmentUtilization", //分包名字可写可不写
  574. "pages": [
  575. {
  576. "path": "views/equipmentInformation/index",
  577. "style": {
  578. "navigationBarTitleText": "设备使用系统"
  579. }
  580. }
  581. ]
  582. }
  583. ],
  584. "globalStyle": {
  585. "navigationBarTextStyle": "white", //导航文字颜色
  586. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  587. }
  588. }