pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  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/accountLogin", //账号密码登录
  50. // "style": {
  51. // "navigationBarTitleText": "账号密码登录",
  52. // "navigationBarTextStyle": "white", //导航文字颜色
  53. // "navigationBarBackgroundColor": "#0183FA" //导航背景色
  54. // }
  55. // },
  56. {
  57. "path": "pages/views/login/ssoLogin", //统一认证页面
  58. "style": {
  59. "navigationBarTitleText": "统一身份认证",
  60. "navigationBarTextStyle": "white", //导航文字颜色
  61. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  62. }
  63. },
  64. {
  65. "path": "pages/views/login/ssoLoginH5", //统一认证页面
  66. "style": {
  67. "navigationBarTitleText": "统一身份认证",
  68. "navigationBarTextStyle": "white", //导航文字颜色
  69. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  70. }
  71. },
  72. {
  73. "path": "pages/views/login/ssoCertification", //统一认证后跳转登录页面
  74. "style": {
  75. "navigationBarTitleText": "身份认证",
  76. "navigationBarTextStyle": "white", //导航文字颜色
  77. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  78. }
  79. },
  80. {
  81. "path": "pages/views/scanCodePage", //扫码页面
  82. "style": {
  83. "navigationBarTitleText": "",
  84. "navigationBarTextStyle": "white", //导航文字颜色
  85. "navigationStyle": "custom" //关闭原生导航
  86. }
  87. },
  88. {
  89. "path": "pages/views/saoCode/saoCode", //扫码中转
  90. "style": {
  91. "navigationBarTitleText": "",
  92. "navigationBarTextStyle": "white", //导航文字颜色
  93. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  94. }
  95. },
  96. {
  97. "path": "pages/views/saoCode/chemicalsInstructionsVideo", //操作教程
  98. "style": {
  99. "navigationBarTitleText": "操作教程",
  100. "navigationBarTextStyle": "white", //导航文字颜色
  101. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  102. }
  103. },
  104. {
  105. "path": "pages/views/pages_patrolInspector/courseQRcode",
  106. "style": {
  107. "navigationBarTitleText": "课程详情",
  108. "navigationBarTextStyle": "white", //导航文字颜色
  109. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  110. }
  111. },
  112. {
  113. "path": "pages/views/pages_patrolInspector/chemicalCabinetQRcode",
  114. "style": {
  115. "navigationBarTitleText": "化学品柜详情",
  116. "navigationBarTextStyle": "white", //导航文字颜色
  117. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  118. }
  119. },
  120. {
  121. "path": "pages/views/pages_patrolInspector/chemicalDetail",
  122. "style": {
  123. "navigationBarTitleText": "化学品详情",
  124. "navigationBarTextStyle": "white", //导航文字颜色
  125. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  126. }
  127. },
  128. {
  129. "path": "pages/views/demo/index", //测试页面
  130. "style": {
  131. "navigationBarTitleText": "测试页面",
  132. "navigationBarTextStyle": "white", //导航文字颜色
  133. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  134. }
  135. },
  136. {
  137. "path": "pages/views/demo/mqttDemo", //mqtt测试
  138. "style": {
  139. "navigationBarTitleText": "mqtt测试",
  140. "navigationBarTextStyle": "white", //导航文字颜色
  141. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  142. }
  143. },
  144. {
  145. "path": "pages/views/videoPlayer", //视频监控测试
  146. "style": {
  147. "navigationBarTitleText": "",
  148. "navigationBarTextStyle": "white", //导航文字颜色
  149. "navigationStyle": "custom" //关闭原生导航
  150. }
  151. }
  152. ],
  153. "subPackages": [
  154. // {
  155. // "root": "devTools/page",
  156. // "name": "devToolsPage",
  157. // "pages": [
  158. // {
  159. // "path": "index",
  160. // "style": {
  161. // "navigationStyle": "custom"
  162. // // #ifdef APP-PLUS
  163. // ,
  164. // "softinputMode": "adjustResize",
  165. // "backgroundColor": "transparent",
  166. // "animationDuration": 1,
  167. // "animationType": "none",
  168. // "popGesture": "none",
  169. // "bounce": "none",
  170. // "titleNView": false
  171. // // #endif
  172. // }
  173. // }
  174. // ]
  175. // },
  176. {
  177. /* 基础分包 */
  178. "root": "pages_basics", //分包根路径
  179. "name": "basics", //分包名字可写可不写
  180. "pages": [{
  181. "path": "views/forgotPassword/forgotPassword", //忘记密码
  182. "style": {
  183. "navigationBarTitleText": "忘记密码",
  184. "navigationBarTextStyle": "white", //导航文字颜色
  185. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  186. }
  187. },
  188. {
  189. "path": "views/editPassword/editPassword", //忘记密码
  190. "style": {
  191. "navigationBarTitleText": "修改密码",
  192. "navigationBarTextStyle": "white", //导航文字颜色
  193. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  194. }
  195. },
  196. {
  197. "path": "views/completeInformation/completeInformation", //忘记密码
  198. "style": {
  199. "navigationBarTitleText": "完善个人信息",
  200. "navigationBarTextStyle": "white", //导航文字颜色
  201. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  202. }
  203. },
  204. /* 修改头像 */
  205. {
  206. "path": "views/avatar",
  207. "style": {
  208. "navigationBarTitleText": "身份验证"
  209. }
  210. },
  211. {
  212. "path": "views/faceImage", //身份验证
  213. "style": {
  214. "navigationBarTitleText": "身份验证"
  215. }
  216. },
  217. {
  218. "path": "views/signature/signature",
  219. "style": {
  220. "navigationBarTitleText": "电子签名"
  221. }
  222. },
  223. {
  224. "path": "views/signature/signatureImg",
  225. "style": {
  226. "navigationBarTitleText": "电子签名"
  227. }
  228. },
  229. /* 离开检查 */
  230. {
  231. "path": "views/photoInspection",
  232. "style": {
  233. "navigationBarTitleText": "离开检查"
  234. }
  235. },
  236. /* 预警信息 */
  237. {
  238. "path": "views/earlyWarningManage/earlyWarningDetail",
  239. "style": {
  240. "navigationBarTitleText": "预案预警信息"
  241. }
  242. },
  243. {
  244. "path": "views/earlyWarningManage/earlyWarningList",
  245. "style": {
  246. "navigationBarTitleText": "预警记录"
  247. }
  248. },
  249. {
  250. "path": "views/earlyWarningManage/videoMonitoring",
  251. "style": {
  252. "navigationBarTitleText": "监控信息"
  253. }
  254. },
  255. {
  256. "path": "views/earlyWarningManage/warningVideo",
  257. "style": {
  258. "navigationBarTitleText": "报警抓拍"
  259. }
  260. },
  261. /* 进出记录 */
  262. {
  263. "path": "views/record/index",
  264. "style": {
  265. "navigationBarTitleText": "进出记录"
  266. }
  267. },
  268. {
  269. "path": "views/record/infoPage",
  270. "style": {
  271. "navigationBarTitleText": "进出详情"
  272. }
  273. },
  274. /* 分级管控 */
  275. {
  276. "path": "views/gradingControl/gradingControl", //分级管控
  277. "style": {
  278. "navigationBarTitleText": "管控工作"
  279. }
  280. },
  281. {
  282. "path": "views/gradingControl/gradingControlFinish", //分级管控-完成列表
  283. "style": {
  284. "navigationBarTitleText": "分级管控"
  285. }
  286. },
  287. {
  288. "path": "views/gradingControl/gradingControlAdd", //分级管控-添加
  289. "style": {
  290. "navigationBarTitleText": "分级管控"
  291. }
  292. },
  293. {
  294. "path": "views/gradingControl/gradingControlDetail", //分级管控-详情
  295. "style": {
  296. "navigationBarTitleText": "分级管控"
  297. }
  298. }
  299. ]
  300. },
  301. {
  302. /* 学生端分包 */
  303. "root": "pages_student", //分包根路径
  304. "name": "student", //分包名字可写可不写
  305. "pages": [
  306. /*准入申请*/
  307. {
  308. "path": "views/accessApplication/accessApplication", //准入申请
  309. "style": {
  310. "navigationBarTitleText": "安全准入"
  311. }
  312. },
  313. {
  314. "path": "views/accessApplication/applicationDetails", //申请详情
  315. "style": {
  316. "navigationBarTitleText": ""
  317. }
  318. },
  319. {
  320. "path": "views/accessApplication/chooseALaboratory", //选择实验室
  321. "style": {
  322. "navigationBarTitleText": "安全准入"
  323. }
  324. },
  325. {
  326. "path": "views/accessApplication/newApplication", //选择实验室
  327. "style": {
  328. "navigationBarTitleText": "准入申请"
  329. }
  330. },
  331. {
  332. "path": "views/accessApplication/safeAccess", //安全准入
  333. "style": {
  334. "navigationBarTitleText": "我的准入"
  335. }
  336. },
  337. // 我的进出记录
  338. {
  339. "path": "views/myRecord/index",
  340. "style": {
  341. "navigationBarTitleText": "进出记录"
  342. }
  343. },
  344. {
  345. "path": "views/myRecord/infoPage",
  346. "style": {
  347. "navigationBarTitleText": "进出详情"
  348. }
  349. }
  350. ]
  351. },
  352. {
  353. /* 管理端分包 */
  354. "root": "pages_manage", //分包根路径
  355. "name": "manage", //分包名字可写可不写
  356. "pages": [
  357. //门禁授权
  358. {
  359. "path": "views/accessControl/empowerOpen",
  360. "style": {
  361. "navigationBarTitleText": "授权开门"
  362. }
  363. },
  364. {
  365. "path": "views/accessControl/remoteOpen",
  366. "style": {
  367. "navigationBarTitleText": "远程开门"
  368. }
  369. },
  370. {
  371. "path": "views/accessControl/authorizationRecord",
  372. "style": {
  373. "navigationBarTitleText": "授权记录"
  374. }
  375. },
  376. {
  377. "path": "views/accessControl/searchSub",
  378. "style": {
  379. "navigationBarTitleText": "实验室"
  380. }
  381. },
  382. /* 准入审核 */
  383. {
  384. "path": "views/accessQualification/accessQualification",
  385. "style": {
  386. "navigationBarTitleText": "准入审核"
  387. }
  388. },
  389. {
  390. "path": "views/accessQualification/accessQualificationInfo", //准入资格证书申请详情
  391. "style": {
  392. "navigationBarTitleText": ""
  393. }
  394. },
  395. {
  396. "path": "views/accessQualification/approve", //不通过原因
  397. "style": {
  398. "navigationBarTitleText": "审核未通过"
  399. }
  400. },
  401. //应急处置-实验室列表
  402. {
  403. "path": "views/emergencyEvacuationSubList", //应急疏散
  404. "style": {
  405. "navigationBarTitleText": "应急处置"
  406. }
  407. },
  408. //应急处置
  409. {
  410. "path": "views/emergencyEvacuationBig", //应急疏散
  411. "style": {
  412. "navigationBarTitleText": "应急处置"
  413. }
  414. },
  415. {
  416. "path": "views/emergencyEvacuationBigFullScreen", //应急疏散
  417. "style": {
  418. "navigationBarTitleText": "应急处置",
  419. "pageOrientation": "landscape"
  420. }
  421. },
  422. //实验室
  423. {
  424. "path": "views/laboratory/safetyCardScan",
  425. "style": {
  426. "navigationBarTitleText": "实验室"
  427. }
  428. },
  429. {
  430. "path": "views/laboratory/videoPlayer", //视频监控
  431. "style": {
  432. "navigationBarTitleText": "视频监控",
  433. "enablePullDownRefresh": true
  434. }
  435. }
  436. ]
  437. },
  438. {
  439. /* 安全检查分包 */
  440. "root": "pages_safetyCheck", //分包根路径
  441. "name": "safetyCheck", //分包名字可写可不写
  442. "pages": [
  443. {
  444. "path": "views/demo/index",
  445. "style": {
  446. "navigationBarTitleText": "安全检查分包",
  447. "navigationBarTextStyle": "white", //导航文字颜色
  448. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  449. }
  450. }
  451. ]
  452. }
  453. ],
  454. "globalStyle": {
  455. "navigationBarTextStyle": "white", //导航文字颜色
  456. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  457. }
  458. }