pages.json 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. // tabbar
  4. {
  5. "path": "pages/tabbar/index/index",
  6. "style": {
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true
  9. // "navigationBarTitleText": "智慧矿山"
  10. }
  11. },
  12. {
  13. "path": "pages/tabbar/origanization/origanization",
  14. "style": {
  15. "navigationBarTitleText": "通讯录"
  16. // 宁东运营 显示消息
  17. // "navigationBarTitleText": "发现"
  18. }
  19. }, {
  20. "path": "pages/tabbar/workbench/workbench",
  21. "style": {
  22. "navigationBarTitleText": "工作台"
  23. }
  24. }, {
  25. "path": "pages/tabbar/production/production",
  26. "style": {
  27. "navigationBarTitleText": "生产数据"
  28. }
  29. }, {
  30. "path": "pages/tabbar/my/my",
  31. "style": {
  32. "navigationBarTitleText": "个人中心"
  33. }
  34. },
  35. // ……其他页面配置
  36. {
  37. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  38. "style": {
  39. "disableScroll": true,
  40. "app-plus": {
  41. "backgroundColorTop": "transparent",
  42. "background": "transparent",
  43. "titleNView": false,
  44. "scrollIndicator": false,
  45. "popGesture": "none",
  46. "animationType": "fade-in",
  47. "animationDuration": 200
  48. }
  49. }
  50. },
  51. {
  52. "path": "pages/production/production_report/production_report",
  53. "style": {
  54. "navigationBarTitleText": "生产报表"
  55. }
  56. }, {
  57. "path": "pages/production/production_report/detail/detail",
  58. "style": {
  59. "navigationBarTitleText": " "
  60. }
  61. }, {
  62. "path": "pages/production/safety_monitoring/safety_monitoring",
  63. "style": {
  64. "navigationStyle": "custom"
  65. }
  66. }, {
  67. "path": "pages/production/safety_monitoring/safety_monitoring_name_detail/safety_monitoring_name_detail",
  68. "style": {
  69. "navigationBarTitleText": ""
  70. }
  71. }, {
  72. "path": "pages/production/safety_monitoring/safety_monitoring_status_detail/safety_monitoring_status_detail",
  73. "style": {
  74. "navigationBarTitleText": ""
  75. }
  76. }, {
  77. "path": "pages/production/safety_monitoring/safety_monitoring_search/safety_monitoring_search",
  78. "style": {
  79. "navigationStyle": "custom"
  80. }
  81. }, {
  82. "path": "pages/production/personnel_orientation/personnel_orientation",
  83. "style": {
  84. "navigationStyle": "custom"
  85. }
  86. }, {
  87. "path": "pages/production/personnel_orientation/search/search",
  88. "style": {
  89. "navigationStyle": "custom"
  90. }
  91. }, {
  92. "path": "pages/production/personnel_orientation/depart-people/depart-people",
  93. "style": {
  94. "navigationBarTitleText": ""
  95. }
  96. }, {
  97. "path": "pages/production/personnel_orientation/depart-people-2/depart-people-2",
  98. "style": {
  99. "navigationBarTitleText": ""
  100. }
  101. }, {
  102. "path": "pages/production/personnel_orientation/downhole_statistics/downhole_statistics",
  103. "style": {
  104. "navigationBarTitleText": "下井记录"
  105. }
  106. }, {
  107. "path": "pages/production/personnel_orientation/people_track/people_track",
  108. "style": {
  109. "navigationBarTitleText": "下井轨迹"
  110. }
  111. }, {
  112. "path": "pages/ningdongyunying/production_statistics/production_statistics",
  113. "style": {
  114. "navigationBarTitleText": "生产统计"
  115. }
  116. }, {
  117. "path": "pages/ningdongyunying/personnel_orientation/personnel_orientation",
  118. "style": {
  119. "navigationBarTitleText": "人员定位"
  120. }
  121. }, {
  122. "path": "pages/ningdongyunying/safety_monitoring/safety_monitoring",
  123. "style": {
  124. "navigationBarTitleText": "安全监测"
  125. }
  126. }, {
  127. "path": "pages/production/video_monitor/video_monitor",
  128. "style": {
  129. "navigationBarTitleText": ""
  130. }
  131. }, {
  132. "path": "pages/production/zidonghua/zidonghua",
  133. "style": {
  134. "navigationBarTitleText": ""
  135. }
  136. }, {
  137. "path": "pages/ningdongyunying/risk_precontrol/risk_precontrol",
  138. "style": {
  139. "navigationBarTitleText": "风险预控"
  140. }
  141. }, {
  142. "path": "pages/ningdongyunying/risk_precontrol/detail/detail",
  143. "style": {
  144. "navigationBarTitleText": "隐患详情"
  145. }
  146. }
  147. , {
  148. "path": "pages/index/news/news",
  149. "style": {
  150. "navigationBarTitleText": ""
  151. }
  152. }, {
  153. "path": "pages/index/news/news_list/news_list",
  154. "style": {
  155. "navigationBarTitleText": " "
  156. }
  157. }, {
  158. "path": "pages/my/login/login",
  159. "style": {
  160. "navigationStyle": "custom"
  161. }
  162. }, {
  163. "path": "pages/my/repassword/repassword",
  164. "style": {
  165. "navigationBarTitleText": "修改密码"
  166. }
  167. }, {
  168. "path": "pages/my/setPhone/setPhone",
  169. "style": {
  170. "navigationBarTitleText": "绑定手机"
  171. }
  172. }, {
  173. "path": "pages/my/download/download",
  174. "style": {
  175. "navigationBarTitleText": "下载二维码"
  176. }
  177. }, {
  178. "path": "pages/index/switch-kuang/switch-kuang",
  179. "style": {
  180. "navigationBarTitleText": "单位选择"
  181. }
  182. }, {
  183. "path": "pages/index/record/record",
  184. "style": {
  185. // "navigationBarTitleText": "",
  186. "navigationStyle": "custom"
  187. }
  188. }, {
  189. "path": "pages/index/record/record-video/record-video",
  190. "style": {
  191. "navigationBarTitleText": ""
  192. }
  193. }, {
  194. "path": "pages/my/message-reminder/message-reminder",
  195. "style": {
  196. "navigationBarTitleText": "消息提醒"
  197. }
  198. }, {
  199. "path": "pages/my/message-reminder/message-detail/message-detail",
  200. "style": {
  201. "navigationBarTitleText": ""
  202. }
  203. }, {
  204. "path": "pages/my/forget-password/forget-password",
  205. "style": {
  206. "navigationStyle": "custom"
  207. }
  208. }, {
  209. "path": "pages/workbench/h5/h5",
  210. "style": {
  211. // "navigationStyle": "custom"
  212. "navigationBarTitleText": " "
  213. }
  214. }, {
  215. "path": "pages/production/zaoquan/power_monitoring/power_monitoring",
  216. "style": {
  217. "navigationBarTitleText": "电力监控"
  218. }
  219. }, {
  220. "path": "pages/production/zaoquan/mine_water_treatment/mine_water_treatment",
  221. "style": {
  222. "navigationBarTitleText": "矿井水处理"
  223. }
  224. }, {
  225. "path": "pages/index/record/h5/h5",
  226. "style": {
  227. "navigationBarTitleText": " "
  228. }
  229. }, {
  230. "path": "pages/origanization/communication/origanization/origanization",
  231. "style": {
  232. "navigationBarTitleText": "组织架构"
  233. }
  234. }, {
  235. "path": "pages/workbench/invoice_assistant/invoice_assistant",
  236. "style": {
  237. "navigationBarTitleText": "发票助手"
  238. }
  239. }, {
  240. "path": "pages/workbench/duty_information/duty_information",
  241. "style": {
  242. "navigationBarTitleText": "值班信息"
  243. }
  244. }, {
  245. "path": "pages/index/search/search",
  246. "style": {
  247. "navigationStyle": "custom"
  248. }
  249. }, {
  250. "path": "pages/origanization/communication/origanization/search/search",
  251. "style": {
  252. "navigationBarTitleText": "组织架构"
  253. }
  254. }, {
  255. "path": "pages/origanization/communication/origanization/my_department/my_department",
  256. "style": {
  257. "navigationBarTitleText": "我的部门"
  258. }
  259. }, {
  260. "path": "pages/index/integral/integral",
  261. "style": {
  262. "navigationBarTitleText": "积分"
  263. }
  264. }, {
  265. "path": "pages/index/integral/detail/detail",
  266. "style": {
  267. "navigationBarTitleText": "积分明细"
  268. }
  269. }, {
  270. "path": "pages/workbench/gridding/gridding",
  271. "style": {
  272. "navigationBarTitleText": "网格化管理"
  273. }
  274. }
  275. , {
  276. "path": "pages/my/business-audit/business-audit",
  277. "style": {
  278. "navigationBarTitleText": "工单审核"
  279. }
  280. }, {
  281. "path": "pages/my/business-audit/chakan/chakan",
  282. "style": {
  283. "navigationBarTitleText": ""
  284. }
  285. }, {
  286. "path": "pages/my/business-audit/shenhe/shenhe",
  287. "style": {
  288. "navigationBarTitleText": ""
  289. }
  290. }, {
  291. "path": "pages/my/business-my/business-my",
  292. "style": {
  293. "navigationBarTitleText": "我的工单"
  294. }
  295. }, {
  296. "path": "pages/my/business-my/chakan/chakan",
  297. "style": {
  298. "navigationBarTitleText": ""
  299. }
  300. }, {
  301. "path": "pages/workbench/business_classfication/business_classfication",
  302. "style": {
  303. "navigationBarTitleText": ""
  304. }
  305. }, {
  306. "path": "pages/workbench/business_classfication/apply/apply",
  307. "style": {
  308. "navigationBarTitleText": " "
  309. }
  310. }, {
  311. "path": "pages/my/signature/signature",
  312. "style": {
  313. "navigationBarTitleText": "手写签名"
  314. }
  315. }, {
  316. "path": "pages/my/personal_information/personal_information_info",
  317. "style": {
  318. "navigationBarTitleText": "个人信息"
  319. }
  320. }, {
  321. "path": "pages/my/personal_information/personal_information_peixun",
  322. "style": {
  323. "navigationBarTitleText": "个人信息"
  324. }
  325. }, {
  326. "path": "pages/production/zaoquan/zidonghua_list/zidonghua_list",
  327. "style": {
  328. "navigationBarTitleText": ""
  329. }
  330. }, {
  331. "path": "pages/production/zaoquan/zidonghua_list/detail/detail",
  332. "style": {
  333. "navigationBarTitleText": ""
  334. }
  335. }, {
  336. "path": "pages/workbench/downhole_statistics_user/downhole_statistics_user",
  337. "style": {
  338. "navigationBarTitleText": "下井记录"
  339. }
  340. }, {
  341. "path": "pages/index/record/record-browse/record-browse",
  342. "style": {
  343. "navigationBarTitleText": "浏览记录"
  344. }
  345. }, {
  346. "path": "pages/ningdongyunying/production_map/production_map",
  347. "style": {
  348. "navigationBarTitleText": "",
  349. "enablePullDownRefresh": false
  350. }
  351. }, {
  352. "path": "pages/index/bars_sort/bars_sort",
  353. "style": {
  354. "navigationBarTitleText": "常用功能排序"
  355. }
  356. }, {
  357. "path": "pages/my/cloud_disk/cloud_disk",
  358. "style": {
  359. "navigationBarTitleText": "我的云盘"
  360. }
  361. }, {
  362. "path": "pages/ningdongyunying/h5/h5",
  363. "style": {
  364. "navigationBarTitleText": " "
  365. }
  366. }, {
  367. "path": "pages/origanization/communication/origanization/personal_information/personal_information_info",
  368. "style": {
  369. "navigationBarTitleText": "个人信息"
  370. }
  371. }, {
  372. "path": "pages/origanization/communication/origanization/personal_information/personal_information_peixun",
  373. "style": {
  374. "navigationBarTitleText": "个人培训档案"
  375. }
  376. }, {
  377. "path": "pages/workbench/meeting_arrangements/meeting_arrangements",
  378. "style": {
  379. "navigationBarTitleText": "会议安排"
  380. }
  381. }, {
  382. "path": "pages/workbench/meeting_arrangements/detail/detail",
  383. "style": {
  384. "navigationBarTitleText": "",
  385. "enablePullDownRefresh": false
  386. }
  387. }, {
  388. "path": "pages/workbench/meeting_arrangements/detail/should_list/should_list",
  389. "style": {
  390. "navigationBarTitleText": "签到详情"
  391. }
  392. }
  393. , {
  394. "path": "pages/origanization/news/tab_1/all_list/all_list",
  395. "style": {
  396. "navigationBarTitleText": "五定表"
  397. }
  398. }, {
  399. "path": "pages/origanization/news/tab_2/all_list/all_list",
  400. "style": {
  401. "navigationBarTitleText": "车辆管理"
  402. }
  403. }, {
  404. "path": "pages/origanization/news/tab_3/h5/h5",
  405. "style": {
  406. "navigationBarBackgroundColor": "#3399FF"
  407. }
  408. }, {
  409. "path": "pages/index/h5/h5",
  410. "style": {
  411. "navigationBarTitleText": "",
  412. "enablePullDownRefresh": false
  413. }
  414. }, {
  415. "path": "pages/index/business_approval/business_approval",
  416. "style": {
  417. "navigationBarTitleText": "业务审批"
  418. }
  419. }, {
  420. "path": "pages/index/business_approval/apply/apply",
  421. "style": {
  422. "navigationBarTitleText": "",
  423. "enablePullDownRefresh": false
  424. }
  425. }, {
  426. "path": "pages/workbench/vehicle_approval/apply_vehicle/apply_vehicle",
  427. "style": {
  428. "navigationBarTitleText": "申请用车"
  429. }
  430. }, {
  431. "path": "pages/workbench/vehicle_approval/vehicle_history/vehicle_history",
  432. "style": {
  433. "navigationBarTitleText": "用车历史"
  434. }
  435. }, {
  436. "path": "pages/origanization/OA/approval_list/approval_list",
  437. "style": {
  438. "navigationBarTitleText": "流程待办"
  439. }
  440. }, {
  441. "path": "pages/origanization/OA/approval_list/detail/detail",
  442. "style": {
  443. "navigationBarTitleText": ""
  444. }
  445. }, {
  446. "path": "pages/origanization/OA/approval_list/approval/approval",
  447. "style": {
  448. "navigationBarTitleText": ""
  449. }
  450. }, {
  451. "path": "pages/origanization/OA/application_list/application_list",
  452. "style": {
  453. "navigationBarTitleText": "OA审批"
  454. }
  455. }, {
  456. "path": "pages/origanization/OA/application_list/search/search",
  457. "style": {
  458. "navigationBarTitleText": "OA审批"
  459. }
  460. }, {
  461. "path": "pages/origanization/OA/application_list/detail_apply/detail_apply",
  462. "style": {
  463. "navigationBarTitleText": ""
  464. }
  465. }, {
  466. "path": "pages/my/personal_information/job_record/job_record",
  467. "style": {
  468. "navigationBarTitleText": "工作经历"
  469. }
  470. }, {
  471. "path": "pages/my/personal_information/honor/honor",
  472. "style": {
  473. "navigationBarTitleText": "荣誉及证书"
  474. }
  475. }, {
  476. "path": "pages/workbench/gridding/timeline_details/timeline_details",
  477. "style": {
  478. "navigationBarTitleText": "网格化时间线"
  479. }
  480. }, {
  481. "path": "pages/workbench/gridding/timeline_details/detail/detail",
  482. "style": {
  483. "navigationBarTitleText": "记录详情"
  484. }
  485. }, {
  486. "path": "pages/workbench/gridding/chart_statistics/chart_statistics",
  487. "style": {
  488. "navigationBarTitleText": "网格化图表统计"
  489. }
  490. }, {
  491. "path": "pages/workbench/gridding/grid_query/grid_query",
  492. "style": {
  493. "navigationBarTitleText": "网格化巡查记录"
  494. }
  495. }, {
  496. "path": "pages/workbench/gridding/grid_query/detail/detail",
  497. "style": {
  498. "navigationBarTitleText": "巡检详情"
  499. }
  500. }, {
  501. "path": "pages/production/qingshuiying/zidonghua_list/zidonghua_list",
  502. "style": {
  503. "navigationBarTitleText": ""
  504. }
  505. }, {
  506. "path": "pages/production/qingshuiying/zidonghua_list/detail/detail",
  507. "style": {
  508. "navigationBarTitleText": "",
  509. "navigationBarBackgroundColor": "#397CCA"
  510. }
  511. }, {
  512. "path": "pages/origanization/OA/apply_list/apply_list",
  513. "style": {
  514. "navigationBarTitleText": "流程申请"
  515. }
  516. }, {
  517. "path": "pages/origanization/OA/h5/h5",
  518. "style": {
  519. "navigationBarTitleText": "",
  520. "enablePullDownRefresh": false
  521. }
  522. }, {
  523. "path": "pages/production/shangtang/shangtang",
  524. "style": {
  525. "navigationBarTitleText": "视频分析",
  526. "navigationBarBackgroundColor": "#596ED5"
  527. }
  528. }, {
  529. "path": "pages/my/version_record/version_record",
  530. "style": {
  531. "navigationBarTitleText": "更新日志"
  532. }
  533. }, {
  534. "path": "pages/origanization/news/tab_2/all_list/detail/detail",
  535. "style": {
  536. "navigationBarTitleText": "",
  537. "enablePullDownRefresh": false
  538. }
  539. }, {
  540. "path": "pages/production/statistical_analysis_table/statistical_analysis_table",
  541. "style": {
  542. "navigationBarTitleText": "数据分析"
  543. }
  544. }, {
  545. "path": "pages/origanization/news/tab_3/ranking/ranking",
  546. "style": {
  547. "navigationBarTitleText": "排行榜"
  548. }
  549. }, {
  550. "path": "pages/production/video_monitor_app/video_monitor_app",
  551. "style": {
  552. "navigationBarTitleText": "视频监控"
  553. }
  554. }, {
  555. "path": "pages/production/video_monitor_app/video-block/video-block",
  556. "style": {
  557. "navigationBarTitleText": "",
  558. "enablePullDownRefresh": false
  559. }
  560. }, {
  561. "path": "pages/production/video_monitor_app/video/video",
  562. "style": {
  563. "navigationBarTitleText": "",
  564. "enablePullDownRefresh": false
  565. }
  566. }, {
  567. "path": "pages/index/ningMeiXinXiPingTai/ningMeiXinXiPingTai",
  568. "style": {
  569. "navigationBarTitleText": ""
  570. }
  571. }, {
  572. "path": "pages/workbench/origanization/origanization",
  573. "style": {
  574. "navigationBarTitleText": "组织架构",
  575. "enablePullDownRefresh": false
  576. }
  577. }, {
  578. "path": "pages/production/jinjiaqu/kuang_ya_jian_ce/kuang_ya_jian_ce",
  579. "style": {
  580. "navigationBarTitleText": "矿压监测"
  581. }
  582. }, {
  583. "path": "pages/production/zidonghua/detail/detail",
  584. "style": {
  585. "navigationBarTitleText": "",
  586. "enablePullDownRefresh": false
  587. }
  588. }, {
  589. "path": "pages/index/xuanchuanzhanban/xuanchuanzhanban",
  590. "style": {
  591. "navigationBarTitleText": "宣传展板",
  592. "enablePullDownRefresh": false
  593. }
  594. }, {
  595. "path": "pages/my/personal_information/upload_avatar/upload_avatar",
  596. "style": {
  597. "navigationBarTitleText": "更换头像",
  598. "enablePullDownRefresh": false
  599. }
  600. }, {
  601. "path": "pages/origanization/news/tab_1/statistical_chart/statistical_chart",
  602. "style": {
  603. "navigationBarTitleText": "",
  604. "enablePullDownRefresh": false
  605. }
  606. }, {
  607. "path": "pages/origanization/news/tab_3/pin_tu/picture_list/picture_list",
  608. "style": {
  609. "navigationBarTitleText": "",
  610. "enablePullDownRefresh": false
  611. }
  612. }, {
  613. "path": "pages/origanization/news/tab_3/pin_tu/game_play/game_play",
  614. "style": {
  615. "navigationBarTitleText": "",
  616. "enablePullDownRefresh": false
  617. }
  618. }, {
  619. "path": "pages/origanization/news/tab_3/pin_tu/finish/finish",
  620. "style": {
  621. "navigationBarTitleText": "",
  622. "enablePullDownRefresh": false
  623. }
  624. }, {
  625. "path": "pages/origanization/news/tab_3/pin_tu/personal_rank/personal_rank",
  626. "style": {
  627. "navigationBarTitleText": "",
  628. "enablePullDownRefresh": false
  629. }
  630. }, {
  631. "path": "pages/production/unified_automation_system/ventilation/ventilation",
  632. "style": {
  633. "navigationBarTitleText": "",
  634. "navigationBarBackgroundColor": "#0B163B"
  635. }
  636. }, {
  637. "path": "pages/production/jinjiaqu/zidonghua_list/zidonghua_list",
  638. "style": {
  639. "navigationBarTitleText": "",
  640. "enablePullDownRefresh": false
  641. }
  642. }, {
  643. "path": "pages/production/unified_automation_system/drainage/drainage",
  644. "style": {
  645. "navigationBarTitleText": "",
  646. "navigationBarBackgroundColor": "#0B163B"
  647. }
  648. }, {
  649. "path": "pages/workbench/closed_loop_management/closed_loop_management",
  650. "style": {
  651. "navigationBarTitleText": "闭环管理",
  652. "enablePullDownRefresh": false
  653. }
  654. }, {
  655. "path": "pages/index/weather/weather",
  656. "style": {
  657. "navigationBarTitleText": "天气预报",
  658. "enablePullDownRefresh": false,
  659. "navigationBarBackgroundColor": "#51AEE8"
  660. }
  661. }, {
  662. "path": "pages/production/unified_automation_system/compressed_air/compressed_air",
  663. "style": {
  664. "navigationBarTitleText": "",
  665. "enablePullDownRefresh": false,
  666. "navigationBarBackgroundColor": "#0B163B"
  667. }
  668. }, {
  669. "path": "pages/production/unified_automation_system/belt_conveyor/belt_conveyor",
  670. "style": {
  671. "navigationBarTitleText": "",
  672. "enablePullDownRefresh": false,
  673. "navigationBarBackgroundColor": "#0B163B"
  674. }
  675. }, {
  676. "path": "pages/production/unified_automation_system/hoist/hoist",
  677. "style": {
  678. "navigationBarTitleText": "",
  679. "enablePullDownRefresh": false,
  680. "navigationBarBackgroundColor": "#0B163B"
  681. }
  682. },
  683. {
  684. "path": "pages/index/safetyManagementSystem/safetyManagementSystem",
  685. "style": {
  686. "navigationStyle": "custom"
  687. }
  688. }
  689. , {
  690. "path": "pages/index/record/detail_list/detail_list",
  691. "style": {
  692. "navigationBarTitleText": "",
  693. "enablePullDownRefresh": false
  694. }
  695. }, {
  696. "path": "pages/production/shicaocun/zidonghua_list/zidonghua_list",
  697. "style": {
  698. "navigationBarTitleText": "",
  699. "enablePullDownRefresh": false
  700. }
  701. }, {
  702. "path": "pages/production/shicaocun/zidonghua_list/detail/detail",
  703. "style": {
  704. "navigationBarTitleText": "",
  705. "enablePullDownRefresh": false
  706. }
  707. }, {
  708. "path": "pages/index/record/detail_list/detail/detail",
  709. "style": {
  710. "navigationBarTitleText": "",
  711. "enablePullDownRefresh": false
  712. }
  713. }, {
  714. "path": "pages/production/unified_automation_system/nitrogen_production_system/nitrogen_production_system",
  715. "style": {
  716. "navigationBarTitleText": "",
  717. "enablePullDownRefresh": false,
  718. "navigationBarBackgroundColor": "#0B163B"
  719. }
  720. }, {
  721. "path": "pages/production/unified_automation_system/north_hoist/north_hoist",
  722. "style": {
  723. "navigationBarTitleText": "",
  724. "enablePullDownRefresh": false,
  725. "navigationBarBackgroundColor": "#0B163B"
  726. }
  727. }, {
  728. "path": "pages/production/unified_automation_system/hoist_13/hoist_13",
  729. "style": {
  730. "navigationBarTitleText": "",
  731. "enablePullDownRefresh": false,
  732. "navigationBarBackgroundColor": "#0B163B"
  733. }
  734. }, {
  735. "path": "pages/production/unified_automation_system/boiler_room/boiler_room",
  736. "style": {
  737. "navigationBarTitleText": "",
  738. "enablePullDownRefresh": false,
  739. "navigationBarBackgroundColor": "#0B163B"
  740. }
  741. }, {
  742. "path": "pages/production/unified_automation_system/man_car/man_car",
  743. "style": {
  744. "navigationBarTitleText": "",
  745. "enablePullDownRefresh": false,
  746. "navigationBarBackgroundColor": "#0B163B"
  747. }
  748. }, {
  749. "path": "pages/origanization/communication/origanization/personnel_statistics/personnel_statistics",
  750. "style": {
  751. "navigationBarTitleText": "人力资源分析",
  752. "enablePullDownRefresh": false
  753. }
  754. }, {
  755. "path": "pages/origanization/communication/origanization/personnel_statistics/screen/screen",
  756. "style": {
  757. "navigationBarTitleText": "部门信息",
  758. "enablePullDownRefresh": false
  759. }
  760. }, {
  761. "path": "pages/production/video_monitor_app/playback/playback",
  762. "style": {
  763. "navigationBarTitleText": "视频回放",
  764. "enablePullDownRefresh": false
  765. }
  766. }, {
  767. "path": "pages/ningdongyunying/real_time_alarm/real_time_alarm",
  768. "style": {
  769. "navigationBarTitleText": "实时预警",
  770. "enablePullDownRefresh": false
  771. }
  772. }, {
  773. "path": "pages/production/water_affairs/water_affairs",
  774. "style": {
  775. "navigationBarTitleText": "智慧水务",
  776. "enablePullDownRefresh": false
  777. }
  778. }, {
  779. "path": "pages/production/renjiazhuang/zidonghua_list/zidonghua_list",
  780. "style": {
  781. "navigationBarTitleText": ""
  782. }
  783. }, {
  784. "path": "pages/production/renjiazhuang/life_water/life_water",
  785. "style": {
  786. "navigationBarTitleText": "",
  787. "enablePullDownRefresh": false,
  788. "navigationBarBackgroundColor": "#0B163B"
  789. }
  790. }, {
  791. "path": "pages/production/renjiazhuang/water_point/water_point",
  792. "style": {
  793. "navigationBarTitleText": "",
  794. "enablePullDownRefresh": false,
  795. "navigationBarBackgroundColor": "#0B163B"
  796. }
  797. }, {
  798. "path": "pages/my/scan/scan",
  799. "style": {
  800. "navigationBarTitleText": "二维码",
  801. "enablePullDownRefresh": false
  802. }
  803. }, {
  804. "path": "pages/my/scan/scan_result/scan_result",
  805. "style": {
  806. "navigationBarTitleText": "扫码结果",
  807. "enablePullDownRefresh": false,
  808. "navigationStyle": "custom"
  809. }
  810. }, {
  811. "path": "pages/workbench/free_car/free_car",
  812. "style": {
  813. "navigationBarTitleText": "",
  814. "enablePullDownRefresh": false
  815. }
  816. }, {
  817. "path": "pages/production/jinjiaqu/kuang_ya_jian_ce/list",
  818. "style": {
  819. "navigationBarTitleText": "",
  820. "enablePullDownRefresh": false
  821. }
  822. }, {
  823. "path": "pages/production/unified_automation_system/support/support",
  824. "style": {
  825. "navigationBarTitleText": "",
  826. "enablePullDownRefresh": false
  827. }
  828. }, {
  829. "path": "pages/production/unified_automation_system/hydrological_monitoring/hydrological_monitoring",
  830. "style": {
  831. "navigationBarTitleText": "实时数据",
  832. "enablePullDownRefresh": false
  833. }
  834. }, {
  835. "path": "pages/production/unified_automation_system/hydrological_monitoring/query/query",
  836. "style": {
  837. "navigationBarTitleText": "实时数据查询",
  838. "enablePullDownRefresh": false
  839. }
  840. }, {
  841. "path": "pages/production/unified_automation_system/hydrological_monitoring/query_detail/query_detail",
  842. "style": {
  843. "navigationBarTitleText": "实时数据查询",
  844. "enablePullDownRefresh": false
  845. }
  846. }, {
  847. "path": "pages/production/jinfeng/zidonghua_list/zidonghua_list",
  848. "style": {
  849. "navigationBarTitleText": "",
  850. "enablePullDownRefresh": false
  851. }
  852. }, {
  853. "path": "pages/production/jinfeng/substation/substation",
  854. "style": {
  855. "navigationBarTitleText": "",
  856. "enablePullDownRefresh": false
  857. }
  858. }, {
  859. "path": "pages/production/zaoquan/h5/h5",
  860. "style": {
  861. "navigationBarTitleText": "",
  862. "enablePullDownRefresh": false
  863. }
  864. }, {
  865. "path": "pages/production/zaoquan/vehicle_monitoring/vehicle_monitoring",
  866. "style": {
  867. "navigationBarTitleText": "无轨胶轮车运行管理监测平台",
  868. "enablePullDownRefresh": false,
  869. "navigationBarBackgroundColor": "#4166E2"
  870. }
  871. }, {
  872. "path": "pages/production/zaoquan/vehicle_monitoring/speed_alarm/speed_alarm",
  873. "style": {
  874. "navigationBarTitleText": "",
  875. "enablePullDownRefresh": false,
  876. "navigationBarBackgroundColor": "#CED7EA"
  877. }
  878. }, {
  879. "path": "pages/production/zaoquan/intelligent_speed_measurement/intelligent_speed_measurement",
  880. "style": {
  881. "navigationBarTitleText": "智能测速",
  882. "enablePullDownRefresh": false
  883. }
  884. }, {
  885. "path": "pages/production/zaoquan/vehicle_monitoring/vehicle_list/vehicle_list",
  886. "style": {
  887. "navigationBarTitleText": "车辆信息",
  888. "enablePullDownRefresh": false,
  889. "navigationBarBackgroundColor": "#0B1E6A"
  890. }
  891. }, {
  892. "path": "pages/production/zaoquan/vehicle_monitoring/signal_lamp/signal_lamp",
  893. "style": {
  894. "navigationBarTitleText": "信号灯信息",
  895. "enablePullDownRefresh": false,
  896. "navigationBarBackgroundColor": "#0B1E6A"
  897. }
  898. }, {
  899. "path": "pages/production/zaoquan/vehicle_monitoring/substation/substation",
  900. "style": {
  901. "navigationBarTitleText": "分站信息",
  902. "enablePullDownRefresh": false,
  903. "navigationBarBackgroundColor": "#133EAB"
  904. }
  905. }, {
  906. "path": "pages/production/zaoquan/vehicle_monitoring/red_light/red_light",
  907. "style": {
  908. "navigationBarTitleText": "闯红灯报警",
  909. "enablePullDownRefresh": false,
  910. "navigationBarBackgroundColor": "#346CA7"
  911. }
  912. }, {
  913. "path": "pages/production/zaoquan/vehicle_monitoring/Violation/Violation",
  914. "style": {
  915. "navigationBarTitleText": "车辆违章报警",
  916. "enablePullDownRefresh": false,
  917. "navigationBarBackgroundColor": "#5FA0E7"
  918. }
  919. },
  920. {
  921. "path": "pages/production/zaoquan/vehicle_monitoring/driver_information/driver_information",
  922. "style": {
  923. "navigationBarTitleText": "驾驶员信息",
  924. "enablePullDownRefresh": false,
  925. "navigationBarBackgroundColor": "#275AD9"
  926. }
  927. },
  928. {
  929. "path": "pages/production/zaoquan/vehicle_monitoring/underground_tasks/underground_tasks",
  930. "style": {
  931. "navigationBarTitleText": "井下任务",
  932. "enablePullDownRefresh": false,
  933. "navigationBarBackgroundColor": "#E4ECFE"
  934. }
  935. },
  936. {
  937. "path": "pages/index/news/news_type/news_type",
  938. "style": {
  939. "navigationBarTitleText": "新闻列表",
  940. "enablePullDownRefresh": false
  941. }
  942. },
  943. {
  944. "path": "pages/index/news/news_type/detail/detail",
  945. "style": {
  946. "navigationBarTitleText": "",
  947. "enablePullDownRefresh": false
  948. }
  949. },
  950. {
  951. "path": "pages/production/zaoquan/control_platform/coal_mining/coal_mining",
  952. "style": {
  953. "navigationBarTitleText": "智能采煤",
  954. "enablePullDownRefresh": false,
  955. "navigationBarBackgroundColor": "#1662DF"
  956. }
  957. },
  958. {
  959. "path": "pages/production/zaoquan/control_platform/coal_mining/shearer/shearer",
  960. "style": {
  961. "navigationBarTitleText": "采煤机",
  962. "enablePullDownRefresh": false,
  963. "navigationBarBackgroundColor": "#1662DF"
  964. }
  965. },
  966. {
  967. "path": "pages/production/zaoquan/control_platform/coal_mining/emulsion_pump/emulsion_pump",
  968. "style": {
  969. "navigationBarTitleText": "乳化泵",
  970. "enablePullDownRefresh": false,
  971. "navigationBarBackgroundColor": "#1662DF"
  972. }
  973. },
  974. {
  975. "path": "pages/production/zaoquan/control_platform/ventilate/ventilate",
  976. "style": {
  977. "navigationBarTitleText": "智能通风",
  978. "enablePullDownRefresh": false,
  979. "navigationBarBackgroundColor": "#1662DF"
  980. }
  981. },
  982. {
  983. "path": "pages/production/zaoquan/control_platform/ventilate/main_ventilation/main_ventilation",
  984. "style": {
  985. "navigationBarTitleText": "",
  986. "enablePullDownRefresh": false,
  987. "navigationBarBackgroundColor": "#1662DF"
  988. }
  989. },
  990. {
  991. "path": "pages/production/zaoquan/control_platform/ventilate/local_ventilation/local_ventilation",
  992. "style": {
  993. "navigationBarTitleText": "",
  994. "enablePullDownRefresh": false,
  995. "navigationBarBackgroundColor": "#1662DF"
  996. }
  997. },
  998. {
  999. "path": "pages/production/zaoquan/control_platform/drainage/drainage",
  1000. "style": {
  1001. "navigationBarTitleText": "智能排水",
  1002. "enablePullDownRefresh": false,
  1003. "navigationBarBackgroundColor": "#1662DF"
  1004. }
  1005. },
  1006. {
  1007. "path": "pages/production/zaoquan/control_platform/drainage/pump_house/pump_house",
  1008. "style": {
  1009. "navigationBarTitleText": "水泵房",
  1010. "enablePullDownRefresh": false,
  1011. "navigationBarBackgroundColor": "#1662DF"
  1012. }
  1013. },
  1014. {
  1015. "path": "pages/production/zaoquan/control_platform/coal_mining/sanji/sanji",
  1016. "style": {
  1017. "navigationBarTitleText": "三机信息",
  1018. "enablePullDownRefresh": false,
  1019. "navigationBarBackgroundColor": "#1662DF"
  1020. }
  1021. },
  1022. {
  1023. "path": "pages/production/zaoquan/control_platform/air_nitrogen/air_nitrogen",
  1024. "style": {
  1025. "navigationBarTitleText": "压风制氮",
  1026. "enablePullDownRefresh": false,
  1027. "navigationBarBackgroundColor": "#1662DF"
  1028. }
  1029. },
  1030. {
  1031. "path": "pages/production/zaoquan/control_platform/substation/substation",
  1032. "style": {
  1033. "navigationBarTitleText": "供电所总图",
  1034. "enablePullDownRefresh": false,
  1035. "navigationBarBackgroundColor": "#1662DF"
  1036. }
  1037. },
  1038. {
  1039. "path": "pages/production/zaoquan/control_platform/substation/detail/detail",
  1040. "style": {
  1041. "navigationBarTitleText": "变电所",
  1042. "enablePullDownRefresh": false,
  1043. "navigationBarBackgroundColor": "#2395F6"
  1044. }
  1045. },
  1046. {
  1047. "path": "pages/production/zaoquan/control_platform/transport/transport",
  1048. "style": {
  1049. "navigationBarTitleText": "主运输系统",
  1050. "enablePullDownRefresh": false,
  1051. "navigationBarBackgroundColor": "#1662DF"
  1052. }
  1053. },
  1054. {
  1055. "path": "pages/production/zaoquan/control_platform/transport/detail/detail",
  1056. "style": {
  1057. "navigationBarTitleText": "运输皮带",
  1058. "enablePullDownRefresh": false,
  1059. "navigationBarBackgroundColor": "#1662DF"
  1060. }
  1061. },
  1062. {
  1063. "path": "pages/production/zaoquan/control_platform/driving/driving",
  1064. "style": {
  1065. "navigationBarTitleText": "智能综掘",
  1066. "enablePullDownRefresh": false,
  1067. "navigationBarBackgroundColor": "#1662DF"
  1068. }
  1069. },
  1070. {
  1071. "path": "pages/production/zaoquan/control_platform/drainage/pool/pool",
  1072. "style": {
  1073. "navigationBarTitleText": "水池",
  1074. "enablePullDownRefresh": false,
  1075. "navigationBarBackgroundColor": "#1662DF"
  1076. }
  1077. },
  1078. {
  1079. "path": "pages/production/zaoquan/control_platform/aerial/aerial",
  1080. "style": {
  1081. "navigationBarTitleText": "架空乘人器",
  1082. "enablePullDownRefresh": false,
  1083. "navigationBarBackgroundColor": "#1662DF"
  1084. }
  1085. },
  1086. {
  1087. "path": "pages/production/zaoquan/control_platform/dust_emission/dust_emission",
  1088. "style": {
  1089. "navigationBarTitleText": "扬尘监测",
  1090. "enablePullDownRefresh": false,
  1091. "navigationBarBackgroundColor": "#1662DF"
  1092. }
  1093. },
  1094. {
  1095. "path": "pages/production/zaoquan/control_platform/charging_station/charging_station",
  1096. "style": {
  1097. "navigationBarTitleText": "智能充电桩",
  1098. "enablePullDownRefresh": false,
  1099. "navigationBarBackgroundColor": "#1662DF"
  1100. }
  1101. },
  1102. {
  1103. "path": "pages/production/zaoquan/control_platform/hydrology/hydrology",
  1104. "style": {
  1105. "navigationBarTitleText": "水文监测",
  1106. "enablePullDownRefresh": false,
  1107. "navigationBarBackgroundColor": "#1662DF"
  1108. }
  1109. },
  1110. {
  1111. "path": "pages/production/zaoquan/control_platform/mineral_pressure/mineral_pressure",
  1112. "style": {
  1113. "navigationBarTitleText": "矿压监测",
  1114. "enablePullDownRefresh": false,
  1115. "navigationBarBackgroundColor": "#1662DF"
  1116. }
  1117. },
  1118. {
  1119. "path" : "pages/production/zaoquan/control_platform/emergency_broadcasting/emergency_broadcasting",
  1120. "style" :
  1121. {
  1122. "navigationBarTitleText" : "应急广播",
  1123. "enablePullDownRefresh": false,
  1124. "navigationBarBackgroundColor": "#1662DF"
  1125. }
  1126. }
  1127. ],
  1128. "globalStyle": {
  1129. // "navigationStyle":"custom",
  1130. "navigationBarTextStyle": "white",
  1131. "navigationBarTitleText": " ",
  1132. "navigationBarBackgroundColor": "#009FE8",
  1133. "backgroundColor": "#FFFFFF"
  1134. },
  1135. "tabBar": {
  1136. "selectedColor": "#44A0DE",
  1137. "list": [{
  1138. "text": "首页",
  1139. "pagePath": "pages/tabbar/index/index",
  1140. "iconPath": "static/tabbar/home.png",
  1141. "selectedIconPath": "static/tabbar/home_active.png"
  1142. },
  1143. // {
  1144. // "text": "通讯录",
  1145. // // "text": "发现",
  1146. // "pagePath": "pages/tabbar/origanization/origanization",
  1147. // "iconPath": "static/tabbar/origanization.png",
  1148. // "selectedIconPath": "static/tabbar/origanization_active.png"
  1149. // },
  1150. {
  1151. "text": "工作台",
  1152. "pagePath": "pages/tabbar/workbench/workbench",
  1153. "iconPath": "static/tabbar/work.png",
  1154. "selectedIconPath": "static/tabbar/work_active.png"
  1155. },
  1156. {
  1157. "text": "生产数据",
  1158. "pagePath": "pages/tabbar/production/production",
  1159. "iconPath": "static/tabbar/production.png",
  1160. "selectedIconPath": "static/tabbar/production_active.png"
  1161. },
  1162. {
  1163. "text": "个人中心",
  1164. "pagePath": "pages/tabbar/my/my",
  1165. "iconPath": "static/tabbar/my.png",
  1166. "selectedIconPath": "static/tabbar/my_active.png"
  1167. }
  1168. ]
  1169. }
  1170. }