pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  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. "root": "devTools/page",
  155. "name": "devToolsPage",
  156. "pages": [
  157. {
  158. "path": "index",
  159. "style": {
  160. "navigationStyle": "custom"
  161. // #ifdef APP-PLUS
  162. ,
  163. "softinputMode": "adjustResize",
  164. "backgroundColor": "transparent",
  165. "animationDuration": 1,
  166. "animationType": "none",
  167. "popGesture": "none",
  168. "bounce": "none",
  169. "titleNView": false
  170. // #endif
  171. }
  172. }
  173. ]
  174. },
  175. {
  176. /* 基础分包 */
  177. "root": "pages_basics", //分包根路径
  178. "name": "basics", //分包名字可写可不写
  179. "pages": [{
  180. "path": "views/forgotPassword/forgotPassword", //忘记密码
  181. "style": {
  182. "navigationBarTitleText": "忘记密码",
  183. "navigationBarTextStyle": "white", //导航文字颜色
  184. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  185. }
  186. },
  187. {
  188. "path": "views/editPassword/editPassword", //忘记密码
  189. "style": {
  190. "navigationBarTitleText": "修改密码",
  191. "navigationBarTextStyle": "white", //导航文字颜色
  192. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  193. }
  194. },
  195. {
  196. "path": "views/completeInformation/completeInformation", //忘记密码
  197. "style": {
  198. "navigationBarTitleText": "完善个人信息",
  199. "navigationBarTextStyle": "white", //导航文字颜色
  200. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  201. }
  202. },
  203. /* 修改头像 */
  204. {
  205. "path": "views/avatar",
  206. "style": {
  207. "navigationBarTitleText": "身份验证"
  208. }
  209. },
  210. {
  211. "path": "views/faceImage", //身份验证
  212. "style": {
  213. "navigationBarTitleText": "身份验证"
  214. }
  215. },
  216. {
  217. "path": "views/signature/signature",
  218. "style": {
  219. "navigationBarTitleText": "电子签名"
  220. }
  221. },
  222. {
  223. "path": "views/signature/signatureImg",
  224. "style": {
  225. "navigationBarTitleText": "电子签名"
  226. }
  227. },
  228. /* 离开检查 */
  229. {
  230. "path": "views/photoInspection",
  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/videoMonitoring",
  250. "style": {
  251. "navigationBarTitleText": "监控信息"
  252. }
  253. },
  254. {
  255. "path": "views/earlyWarningManage/warningVideo",
  256. "style": {
  257. "navigationBarTitleText": "报警抓拍"
  258. }
  259. },
  260. /* 进出记录 */
  261. {
  262. "path": "views/record/index",
  263. "style": {
  264. "navigationBarTitleText": "进出记录"
  265. }
  266. },
  267. {
  268. "path": "views/record/infoPage",
  269. "style": {
  270. "navigationBarTitleText": "进出详情"
  271. }
  272. },
  273. /* 分级管控 */
  274. {
  275. "path": "views/gradingControl/gradingControl", //分级管控
  276. "style": {
  277. "navigationBarTitleText": "管控工作"
  278. }
  279. },
  280. {
  281. "path": "views/gradingControl/gradingControlFinish", //分级管控-完成列表
  282. "style": {
  283. "navigationBarTitleText": "分级管控"
  284. }
  285. },
  286. {
  287. "path": "views/gradingControl/gradingControlAdd", //分级管控-添加
  288. "style": {
  289. "navigationBarTitleText": "分级管控"
  290. }
  291. },
  292. {
  293. "path": "views/gradingControl/gradingControlDetail", //分级管控-详情
  294. "style": {
  295. "navigationBarTitleText": "分级管控"
  296. }
  297. }
  298. ]
  299. },
  300. {
  301. /* 学生端分包 */
  302. "root": "pages_student", //分包根路径
  303. "name": "student", //分包名字可写可不写
  304. "pages": [
  305. /*准入申请*/
  306. {
  307. "path": "views/accessApplication/accessApplication", //准入申请
  308. "style": {
  309. "navigationBarTitleText": "安全准入"
  310. }
  311. },
  312. {
  313. "path": "views/accessApplication/applicationDetails", //申请详情
  314. "style": {
  315. "navigationBarTitleText": ""
  316. }
  317. },
  318. {
  319. "path": "views/accessApplication/chooseALaboratory", //选择实验室
  320. "style": {
  321. "navigationBarTitleText": "安全准入"
  322. }
  323. },
  324. {
  325. "path": "views/accessApplication/newApplication", //选择实验室
  326. "style": {
  327. "navigationBarTitleText": "准入申请"
  328. }
  329. },
  330. {
  331. "path": "views/accessApplication/safeAccess", //安全准入
  332. "style": {
  333. "navigationBarTitleText": "我的准入"
  334. }
  335. },
  336. // 我的进出记录
  337. {
  338. "path": "views/myRecord/index",
  339. "style": {
  340. "navigationBarTitleText": "进出记录"
  341. }
  342. },
  343. {
  344. "path": "views/myRecord/infoPage",
  345. "style": {
  346. "navigationBarTitleText": "进出详情"
  347. }
  348. }
  349. ]
  350. },
  351. {
  352. /* 管理端分包 */
  353. "root": "pages_manage", //分包根路径
  354. "name": "manage", //分包名字可写可不写
  355. "pages": [
  356. //门禁授权
  357. {
  358. "path": "views/accessControl/empowerOpen",
  359. "style": {
  360. "navigationBarTitleText": "授权开门"
  361. }
  362. },
  363. {
  364. "path": "views/accessControl/remoteOpen",
  365. "style": {
  366. "navigationBarTitleText": "远程开门"
  367. }
  368. },
  369. {
  370. "path": "views/accessControl/authorizationRecord",
  371. "style": {
  372. "navigationBarTitleText": "授权记录"
  373. }
  374. },
  375. {
  376. "path": "views/accessControl/searchSub",
  377. "style": {
  378. "navigationBarTitleText": "实验室"
  379. }
  380. },
  381. /* 准入审核 */
  382. {
  383. "path": "views/accessQualification/accessQualification",
  384. "style": {
  385. "navigationBarTitleText": "准入审核"
  386. }
  387. },
  388. {
  389. "path": "views/accessQualification/accessQualificationInfo", //准入资格证书申请详情
  390. "style": {
  391. "navigationBarTitleText": ""
  392. }
  393. },
  394. {
  395. "path": "views/accessQualification/approve", //不通过原因
  396. "style": {
  397. "navigationBarTitleText": "审核未通过"
  398. }
  399. },
  400. //应急处置-实验室列表
  401. {
  402. "path": "views/emergencyEvacuationSubList", //应急疏散
  403. "style": {
  404. "navigationBarTitleText": "应急处置"
  405. }
  406. },
  407. //应急处置
  408. {
  409. "path": "views/emergencyEvacuationBig", //应急疏散
  410. "style": {
  411. "navigationBarTitleText": "应急处置"
  412. }
  413. },
  414. {
  415. "path": "views/emergencyEvacuationBigFullScreen", //应急疏散
  416. "style": {
  417. "navigationBarTitleText": "应急处置",
  418. "pageOrientation": "landscape"
  419. }
  420. },
  421. //实验室
  422. {
  423. "path": "views/laboratory/safetyCardScan",
  424. "style": {
  425. "navigationBarTitleText": "实验室"
  426. }
  427. },
  428. {
  429. "path": "views/laboratory/videoPlayer", //视频监控
  430. "style": {
  431. "navigationBarTitleText": "视频监控",
  432. "enablePullDownRefresh": true
  433. }
  434. }
  435. ]
  436. },
  437. {
  438. /* 安全检查分包 */
  439. "root": "pages_safetyCheck", //分包根路径
  440. "name": "safetyCheck", //分包名字可写可不写
  441. "pages": [
  442. {
  443. "path": "views/demo/index",
  444. "style": {
  445. "navigationBarTitleText": "安全检查分包",
  446. "navigationBarTextStyle": "white", //导航文字颜色
  447. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  448. }
  449. }
  450. ]
  451. }
  452. ],
  453. "globalStyle": {
  454. "navigationBarTextStyle": "white", //导航文字颜色
  455. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  456. }
  457. }