pages.json 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454
  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. ,{
  535. "path" : "pages/origanization/news/tab_2/all_list/detail/detail",
  536. "style" :
  537. {
  538. "navigationBarTitleText": "",
  539. "enablePullDownRefresh": false
  540. }
  541. }
  542. ,{
  543. "path" : "pages/production/statistical_analysis_table/statistical_analysis_table",
  544. "style" :
  545. {
  546. "navigationBarTitleText": "数据分析"
  547. }
  548. }
  549. ,{
  550. "path" : "pages/origanization/news/tab_3/ranking/ranking",
  551. "style" :
  552. {
  553. "navigationBarTitleText": "排行榜"
  554. }
  555. }
  556. ,{
  557. "path" : "pages/production/video_monitor_app/video_monitor_app",
  558. "style" :
  559. {
  560. "navigationBarTitleText": "视频监控"
  561. }
  562. }
  563. ,{
  564. "path" : "pages/production/video_monitor_app/video-block/video-block",
  565. "style" :
  566. {
  567. "navigationBarTitleText": "",
  568. "enablePullDownRefresh": false
  569. }
  570. }
  571. ,{
  572. "path" : "pages/production/video_monitor_app/video/video",
  573. "style" :
  574. {
  575. "navigationBarTitleText": "",
  576. "enablePullDownRefresh": false
  577. }
  578. }
  579. ,{
  580. "path" : "pages/index/ningMeiXinXiPingTai/ningMeiXinXiPingTai",
  581. "style" :
  582. {
  583. "navigationBarTitleText": ""
  584. }
  585. }
  586. ,{
  587. "path" : "pages/workbench/origanization/origanization",
  588. "style" :
  589. {
  590. "navigationBarTitleText": "组织架构",
  591. "enablePullDownRefresh": false
  592. }
  593. }
  594. ,{
  595. "path" : "pages/production/jinjiaqu/kuang_ya_jian_ce/kuang_ya_jian_ce",
  596. "style" :
  597. {
  598. "navigationBarTitleText": "矿压监测"
  599. }
  600. }
  601. ,{
  602. "path" : "pages/production/zidonghua/detail/detail",
  603. "style" :
  604. {
  605. "navigationBarTitleText": "",
  606. "enablePullDownRefresh": false
  607. }
  608. }
  609. ,{
  610. "path" : "pages/index/xuanchuanzhanban/xuanchuanzhanban",
  611. "style" :
  612. {
  613. "navigationBarTitleText": "宣传展板",
  614. "enablePullDownRefresh": false
  615. }
  616. }
  617. ,{
  618. "path" : "pages/my/personal_information/upload_avatar/upload_avatar",
  619. "style" :
  620. {
  621. "navigationBarTitleText": "更换头像",
  622. "enablePullDownRefresh": false
  623. }
  624. }
  625. ,{
  626. "path" : "pages/origanization/news/tab_1/statistical_chart/statistical_chart",
  627. "style" :
  628. {
  629. "navigationBarTitleText": "",
  630. "enablePullDownRefresh": false
  631. }
  632. }
  633. ,{
  634. "path" : "pages/origanization/news/tab_3/pin_tu/picture_list/picture_list",
  635. "style" :
  636. {
  637. "navigationBarTitleText": "",
  638. "enablePullDownRefresh": false
  639. }
  640. }
  641. ,{
  642. "path" : "pages/origanization/news/tab_3/pin_tu/game_play/game_play",
  643. "style" :
  644. {
  645. "navigationBarTitleText": "",
  646. "enablePullDownRefresh": false
  647. }
  648. }
  649. ,{
  650. "path" : "pages/origanization/news/tab_3/pin_tu/finish/finish",
  651. "style" :
  652. {
  653. "navigationBarTitleText": "",
  654. "enablePullDownRefresh": false
  655. }
  656. }
  657. ,{
  658. "path" : "pages/origanization/news/tab_3/pin_tu/personal_rank/personal_rank",
  659. "style" :
  660. {
  661. "navigationBarTitleText": "",
  662. "enablePullDownRefresh": false
  663. }
  664. }
  665. ,{
  666. "path" : "pages/production/unified_automation_system/ventilation/ventilation",
  667. "style" :
  668. {
  669. "navigationBarTitleText": "",
  670. "navigationBarBackgroundColor": "#0B163B"
  671. }
  672. }
  673. ,{
  674. "path" : "pages/production/jinjiaqu/zidonghua_list/zidonghua_list",
  675. "style" :
  676. {
  677. "navigationBarTitleText": "",
  678. "enablePullDownRefresh": false
  679. }
  680. }
  681. ,{
  682. "path" : "pages/production/unified_automation_system/drainage/drainage",
  683. "style" :
  684. {
  685. "navigationBarTitleText": "",
  686. "navigationBarBackgroundColor": "#0B163B"
  687. }
  688. }
  689. ,{
  690. "path" : "pages/workbench/closed_loop_management/closed_loop_management",
  691. "style" :
  692. {
  693. "navigationBarTitleText": "闭环管理",
  694. "enablePullDownRefresh": false
  695. }
  696. }
  697. ,{
  698. "path" : "pages/index/weather/weather",
  699. "style" :
  700. {
  701. "navigationBarTitleText": "天气预报",
  702. "enablePullDownRefresh": false,
  703. "navigationBarBackgroundColor": "#51AEE8"
  704. }
  705. }
  706. ,{
  707. "path" : "pages/production/unified_automation_system/compressed_air/compressed_air",
  708. "style" :
  709. {
  710. "navigationBarTitleText": "",
  711. "enablePullDownRefresh": false,
  712. "navigationBarBackgroundColor": "#0B163B"
  713. }
  714. }
  715. ,{
  716. "path" : "pages/production/unified_automation_system/belt_conveyor/belt_conveyor",
  717. "style" :
  718. {
  719. "navigationBarTitleText": "",
  720. "enablePullDownRefresh": false,
  721. "navigationBarBackgroundColor": "#0B163B"
  722. }
  723. }
  724. ,{
  725. "path" : "pages/production/unified_automation_system/hoist/hoist",
  726. "style" :
  727. {
  728. "navigationBarTitleText": "",
  729. "enablePullDownRefresh": false,
  730. "navigationBarBackgroundColor": "#0B163B"
  731. }
  732. },
  733. {
  734. "path" : "pages/index/safetyManagementSystem/safetyManagementSystem",
  735. "style" :
  736. {
  737. "navigationStyle":"custom"
  738. }
  739. }
  740. ,{
  741. "path" : "pages/index/record/detail_list/detail_list",
  742. "style" :
  743. {
  744. "navigationBarTitleText": "",
  745. "enablePullDownRefresh": false
  746. }
  747. }
  748. ,{
  749. "path" : "pages/production/shicaocun/zidonghua_list/zidonghua_list",
  750. "style" :
  751. {
  752. "navigationBarTitleText": "",
  753. "enablePullDownRefresh": false
  754. }
  755. }
  756. ,{
  757. "path" : "pages/production/shicaocun/zidonghua_list/detail/detail",
  758. "style" :
  759. {
  760. "navigationBarTitleText": "",
  761. "enablePullDownRefresh": false
  762. }
  763. }
  764. ,{
  765. "path" : "pages/index/record/detail_list/detail/detail",
  766. "style" :
  767. {
  768. "navigationBarTitleText": "",
  769. "enablePullDownRefresh": false
  770. }
  771. }
  772. ,{
  773. "path" : "pages/production/unified_automation_system/nitrogen_production_system/nitrogen_production_system",
  774. "style" :
  775. {
  776. "navigationBarTitleText": "",
  777. "enablePullDownRefresh": false,
  778. "navigationBarBackgroundColor": "#0B163B"
  779. }
  780. }
  781. ,{
  782. "path" : "pages/production/unified_automation_system/north_hoist/north_hoist",
  783. "style" :
  784. {
  785. "navigationBarTitleText": "",
  786. "enablePullDownRefresh": false,
  787. "navigationBarBackgroundColor": "#0B163B"
  788. }
  789. }
  790. ,{
  791. "path" : "pages/production/unified_automation_system/hoist_13/hoist_13",
  792. "style" :
  793. {
  794. "navigationBarTitleText": "",
  795. "enablePullDownRefresh": false,
  796. "navigationBarBackgroundColor": "#0B163B"
  797. }
  798. }
  799. ,{
  800. "path" : "pages/production/unified_automation_system/boiler_room/boiler_room",
  801. "style" :
  802. {
  803. "navigationBarTitleText": "",
  804. "enablePullDownRefresh": false,
  805. "navigationBarBackgroundColor": "#0B163B"
  806. }
  807. }
  808. ,{
  809. "path" : "pages/production/unified_automation_system/man_car/man_car",
  810. "style" :
  811. {
  812. "navigationBarTitleText": "",
  813. "enablePullDownRefresh": false,
  814. "navigationBarBackgroundColor": "#0B163B"
  815. }
  816. }
  817. ,{
  818. "path" : "pages/origanization/communication/origanization/personnel_statistics/personnel_statistics",
  819. "style" :
  820. {
  821. "navigationBarTitleText": "人力资源分析",
  822. "enablePullDownRefresh": false
  823. }
  824. }
  825. ,{
  826. "path" : "pages/origanization/communication/origanization/personnel_statistics/screen/screen",
  827. "style" :
  828. {
  829. "navigationBarTitleText": "部门信息",
  830. "enablePullDownRefresh": false
  831. }
  832. }
  833. ,{
  834. "path" : "pages/production/video_monitor_app/playback/playback",
  835. "style" :
  836. {
  837. "navigationBarTitleText": "视频回放",
  838. "enablePullDownRefresh": false
  839. }
  840. }
  841. ,{
  842. "path" : "pages/ningdongyunying/real_time_alarm/real_time_alarm",
  843. "style" :
  844. {
  845. "navigationBarTitleText": "实时预警",
  846. "enablePullDownRefresh": false
  847. }
  848. }
  849. ,{
  850. "path" : "pages/production/water_affairs/water_affairs",
  851. "style" :
  852. {
  853. "navigationBarTitleText": "智慧水务",
  854. "enablePullDownRefresh": false
  855. }
  856. }, {
  857. "path": "pages/production/renjiazhuang/zidonghua_list/zidonghua_list",
  858. "style": {
  859. "navigationBarTitleText": ""
  860. }
  861. }
  862. ,{
  863. "path" : "pages/production/renjiazhuang/life_water/life_water",
  864. "style" :
  865. {
  866. "navigationBarTitleText": "",
  867. "enablePullDownRefresh": false,
  868. "navigationBarBackgroundColor": "#0B163B"
  869. }
  870. }
  871. ,{
  872. "path" : "pages/production/renjiazhuang/water_point/water_point",
  873. "style" :
  874. {
  875. "navigationBarTitleText": "",
  876. "enablePullDownRefresh": false,
  877. "navigationBarBackgroundColor": "#0B163B"
  878. }
  879. }
  880. ,{
  881. "path" : "pages/my/scan/scan",
  882. "style" :
  883. {
  884. "navigationBarTitleText": "二维码",
  885. "enablePullDownRefresh": false
  886. }
  887. }
  888. ,{
  889. "path" : "pages/my/scan/scan_result/scan_result",
  890. "style" :
  891. {
  892. "navigationBarTitleText": "扫码结果",
  893. "enablePullDownRefresh": false,
  894. "navigationStyle": "custom"
  895. }
  896. }
  897. ,{
  898. "path" : "pages/workbench/free_car/free_car",
  899. "style" :
  900. {
  901. "navigationBarTitleText": "",
  902. "enablePullDownRefresh": false
  903. }
  904. }
  905. ,{
  906. "path" : "pages/production/jinjiaqu/kuang_ya_jian_ce/list",
  907. "style" :
  908. {
  909. "navigationBarTitleText": "",
  910. "enablePullDownRefresh": false
  911. }
  912. }
  913. ,{
  914. "path" : "pages/production/unified_automation_system/support/support",
  915. "style" :
  916. {
  917. "navigationBarTitleText": "",
  918. "enablePullDownRefresh": false
  919. }
  920. }
  921. ,{
  922. "path" : "pages/production/unified_automation_system/hydrological_monitoring/hydrological_monitoring",
  923. "style" :
  924. {
  925. "navigationBarTitleText": "实时数据",
  926. "enablePullDownRefresh": false
  927. }
  928. }
  929. ,{
  930. "path" : "pages/production/unified_automation_system/hydrological_monitoring/query/query",
  931. "style" :
  932. {
  933. "navigationBarTitleText": "实时数据查询",
  934. "enablePullDownRefresh": false
  935. }
  936. }
  937. ,{
  938. "path" : "pages/production/unified_automation_system/hydrological_monitoring/query_detail/query_detail",
  939. "style" :
  940. {
  941. "navigationBarTitleText": "实时数据查询",
  942. "enablePullDownRefresh": false
  943. }
  944. }
  945. ,{
  946. "path" : "pages/production/jinfeng/zidonghua_list/zidonghua_list",
  947. "style" :
  948. {
  949. "navigationBarTitleText": "",
  950. "enablePullDownRefresh": false
  951. }
  952. }
  953. ,{
  954. "path" : "pages/production/jinfeng/substation/substation",
  955. "style" :
  956. {
  957. "navigationBarTitleText": "",
  958. "enablePullDownRefresh": false
  959. }
  960. }
  961. ,{
  962. "path" : "pages/production/zaoquan/h5/h5",
  963. "style" :
  964. {
  965. "navigationBarTitleText": "",
  966. "enablePullDownRefresh": false
  967. }
  968. }
  969. ,{
  970. "path" : "pages/production/zaoquan/vehicle_monitoring/vehicle_monitoring",
  971. "style" :
  972. {
  973. "navigationBarTitleText": "无轨胶轮车运行管理监测平台",
  974. "enablePullDownRefresh": false,
  975. "navigationBarBackgroundColor": "#4166E2"
  976. }
  977. }
  978. ,{
  979. "path" : "pages/production/zaoquan/vehicle_monitoring/speed_alarm/speed_alarm",
  980. "style" :
  981. {
  982. "navigationBarTitleText": "",
  983. "enablePullDownRefresh": false,
  984. "navigationBarBackgroundColor": "#CED7EA"
  985. }
  986. }
  987. ,{
  988. "path" : "pages/production/zaoquan/intelligent_speed_measurement/intelligent_speed_measurement",
  989. "style" :
  990. {
  991. "navigationBarTitleText": "智能测速",
  992. "enablePullDownRefresh": false
  993. }
  994. }
  995. ,{
  996. "path" : "pages/production/zaoquan/vehicle_monitoring/vehicle_list/vehicle_list",
  997. "style" :
  998. {
  999. "navigationBarTitleText": "车辆信息",
  1000. "enablePullDownRefresh": false,
  1001. "navigationBarBackgroundColor": "#0B1E6A"
  1002. }
  1003. }
  1004. ,{
  1005. "path" : "pages/production/zaoquan/vehicle_monitoring/signal_lamp/signal_lamp",
  1006. "style" :
  1007. {
  1008. "navigationBarTitleText": "信号灯信息",
  1009. "enablePullDownRefresh": false,
  1010. "navigationBarBackgroundColor": "#0B1E6A"
  1011. }
  1012. }
  1013. ,{
  1014. "path" : "pages/production/zaoquan/vehicle_monitoring/substation/substation",
  1015. "style" :
  1016. {
  1017. "navigationBarTitleText": "分站信息",
  1018. "enablePullDownRefresh": false,
  1019. "navigationBarBackgroundColor": "#133EAB"
  1020. }
  1021. }
  1022. ,{
  1023. "path" : "pages/production/zaoquan/vehicle_monitoring/red_light/red_light",
  1024. "style" :
  1025. {
  1026. "navigationBarTitleText": "闯红灯报警",
  1027. "enablePullDownRefresh": false,
  1028. "navigationBarBackgroundColor": "#346CA7"
  1029. }
  1030. }
  1031. ,{
  1032. "path" : "pages/production/zaoquan/vehicle_monitoring/Violation/Violation",
  1033. "style" :
  1034. {
  1035. "navigationBarTitleText": "车辆违章报警",
  1036. "enablePullDownRefresh": false,
  1037. "navigationBarBackgroundColor": "#5FA0E7"
  1038. }
  1039. },
  1040. {
  1041. "path" : "pages/production/zaoquan/vehicle_monitoring/driver_information/driver_information",
  1042. "style" :
  1043. {
  1044. "navigationBarTitleText" : "驾驶员信息",
  1045. "enablePullDownRefresh" : false,
  1046. "navigationBarBackgroundColor": "#275AD9"
  1047. }
  1048. },
  1049. {
  1050. "path" : "pages/production/zaoquan/vehicle_monitoring/underground_tasks/underground_tasks",
  1051. "style" :
  1052. {
  1053. "navigationBarTitleText" : "井下任务",
  1054. "enablePullDownRefresh" : false,
  1055. "navigationBarBackgroundColor": "#E4ECFE"
  1056. }
  1057. },
  1058. {
  1059. "path" : "pages/index/news/news_type/news_type",
  1060. "style" :
  1061. {
  1062. "navigationBarTitleText" : "新闻列表",
  1063. "enablePullDownRefresh" : false
  1064. }
  1065. },
  1066. {
  1067. "path" : "pages/index/news/news_type/detail/detail",
  1068. "style" :
  1069. {
  1070. "navigationBarTitleText" : "",
  1071. "enablePullDownRefresh" : false
  1072. }
  1073. },
  1074. {
  1075. "path" : "pages/production/zaoquan/control_platform/coal_mining/coal_mining",
  1076. "style" :
  1077. {
  1078. "navigationBarTitleText" : "智能采煤",
  1079. "enablePullDownRefresh" : false,
  1080. "navigationBarBackgroundColor": "#1662DF"
  1081. }
  1082. },
  1083. {
  1084. "path" : "pages/production/zaoquan/control_platform/coal_mining/shearer/shearer",
  1085. "style" :
  1086. {
  1087. "navigationBarTitleText" : "采煤机",
  1088. "enablePullDownRefresh" : false,
  1089. "navigationBarBackgroundColor": "#1662DF"
  1090. }
  1091. },
  1092. {
  1093. "path" : "pages/production/zaoquan/control_platform/coal_mining/emulsion_pump/emulsion_pump",
  1094. "style" :
  1095. {
  1096. "navigationBarTitleText" : "乳化泵",
  1097. "enablePullDownRefresh" : false,
  1098. "navigationBarBackgroundColor": "#1662DF"
  1099. }
  1100. },
  1101. {
  1102. "path" : "pages/production/zaoquan/control_platform/ventilate/ventilate",
  1103. "style" :
  1104. {
  1105. "navigationBarTitleText" : "智能通风",
  1106. "enablePullDownRefresh" : false,
  1107. "navigationBarBackgroundColor": "#1662DF"
  1108. }
  1109. },
  1110. {
  1111. "path" : "pages/production/zaoquan/control_platform/ventilate/main_ventilation/main_ventilation",
  1112. "style" :
  1113. {
  1114. "navigationBarTitleText" : "",
  1115. "enablePullDownRefresh" : false,
  1116. "navigationBarBackgroundColor": "#1662DF"
  1117. }
  1118. },
  1119. {
  1120. "path" : "pages/production/zaoquan/control_platform/ventilate/local_ventilation/local_ventilation",
  1121. "style" :
  1122. {
  1123. "navigationBarTitleText" : "",
  1124. "enablePullDownRefresh" : false,
  1125. "navigationBarBackgroundColor": "#1662DF"
  1126. }
  1127. },
  1128. {
  1129. "path" : "pages/production/zaoquan/control_platform/drainage/drainage",
  1130. "style" :
  1131. {
  1132. "navigationBarTitleText" : "智能排水",
  1133. "enablePullDownRefresh" : false,
  1134. "navigationBarBackgroundColor": "#1662DF"
  1135. }
  1136. },
  1137. {
  1138. "path" : "pages/production/zaoquan/control_platform/drainage/pump_house/pump_house",
  1139. "style" :
  1140. {
  1141. "navigationBarTitleText" : "水泵房",
  1142. "enablePullDownRefresh" : false,
  1143. "navigationBarBackgroundColor": "#1662DF"
  1144. }
  1145. },
  1146. {
  1147. "path" : "pages/production/zaoquan/control_platform/coal_mining/sanji/sanji",
  1148. "style" :
  1149. {
  1150. "navigationBarTitleText" : "三机信息",
  1151. "enablePullDownRefresh" : false,
  1152. "navigationBarBackgroundColor": "#1662DF"
  1153. }
  1154. },
  1155. {
  1156. "path" : "pages/production/zaoquan/control_platform/air_nitrogen/air_nitrogen",
  1157. "style" :
  1158. {
  1159. "navigationBarTitleText" : "压风制氮",
  1160. "enablePullDownRefresh" : false,
  1161. "navigationBarBackgroundColor": "#1662DF"
  1162. }
  1163. },
  1164. {
  1165. "path" : "pages/production/zaoquan/control_platform/substation/substation",
  1166. "style" :
  1167. {
  1168. "navigationBarTitleText" : "供电所总图",
  1169. "enablePullDownRefresh" : false,
  1170. "navigationBarBackgroundColor": "#1662DF"
  1171. }
  1172. },
  1173. {
  1174. "path" : "pages/production/zaoquan/control_platform/substation/detail/detail",
  1175. "style" :
  1176. {
  1177. "navigationBarTitleText" : "变电所",
  1178. "enablePullDownRefresh" : false,
  1179. "navigationBarBackgroundColor": "#2395F6"
  1180. }
  1181. },
  1182. {
  1183. "path" : "pages/production/zaoquan/control_platform/transport/transport",
  1184. "style" :
  1185. {
  1186. "navigationBarTitleText" : "主运输系统",
  1187. "enablePullDownRefresh" : false,
  1188. "navigationBarBackgroundColor": "#1662DF"
  1189. }
  1190. },
  1191. {
  1192. "path" : "pages/production/zaoquan/control_platform/transport/detail/detail",
  1193. "style" :
  1194. {
  1195. "navigationBarTitleText" : "运输皮带",
  1196. "enablePullDownRefresh" : false,
  1197. "navigationBarBackgroundColor": "#1662DF"
  1198. }
  1199. },
  1200. {
  1201. "path" : "pages/production/zaoquan/control_platform/driving/driving",
  1202. "style" :
  1203. {
  1204. "navigationBarTitleText" : "智能综掘",
  1205. "enablePullDownRefresh" : false,
  1206. "navigationBarBackgroundColor": "#1662DF"
  1207. }
  1208. },
  1209. {
  1210. "path" : "pages/production/zaoquan/control_platform/drainage/pool/pool",
  1211. "style" :
  1212. {
  1213. "navigationBarTitleText" : "水池",
  1214. "enablePullDownRefresh" : false,
  1215. "navigationBarBackgroundColor": "#1662DF"
  1216. }
  1217. },
  1218. {
  1219. "path" : "pages/production/zaoquan/control_platform/aerial/aerial",
  1220. "style" :
  1221. {
  1222. "navigationBarTitleText" : "架空乘人器",
  1223. "enablePullDownRefresh" : false,
  1224. "navigationBarBackgroundColor": "#1662DF"
  1225. }
  1226. },
  1227. {
  1228. "path" : "pages/production/zaoquan/control_platform/dust_emission/dust_emission",
  1229. "style" :
  1230. {
  1231. "navigationBarTitleText" : "扬尘监测",
  1232. "enablePullDownRefresh" : false,
  1233. "navigationBarBackgroundColor": "#1662DF"
  1234. }
  1235. },
  1236. {
  1237. "path" : "pages/production/zaoquan/control_platform/charging_station/charging_station",
  1238. "style" :
  1239. {
  1240. "navigationBarTitleText" : "智能充电桩",
  1241. "enablePullDownRefresh" : false,
  1242. "navigationBarBackgroundColor": "#1662DF"
  1243. }
  1244. }
  1245. ],
  1246. "globalStyle": {
  1247. // "navigationStyle":"custom",
  1248. "navigationBarTextStyle": "white",
  1249. "navigationBarTitleText": " ",
  1250. "navigationBarBackgroundColor": "#009FE8",
  1251. "backgroundColor": "#FFFFFF"
  1252. },
  1253. "tabBar": {
  1254. "selectedColor": "#44A0DE",
  1255. "list": [{
  1256. "text": "首页",
  1257. "pagePath": "pages/tabbar/index/index",
  1258. "iconPath": "static/tabbar/home.png",
  1259. "selectedIconPath": "static/tabbar/home_active.png"
  1260. },
  1261. // {
  1262. // "text": "通讯录",
  1263. // // "text": "发现",
  1264. // "pagePath": "pages/tabbar/origanization/origanization",
  1265. // "iconPath": "static/tabbar/origanization.png",
  1266. // "selectedIconPath": "static/tabbar/origanization_active.png"
  1267. // },
  1268. {
  1269. "text": "工作台",
  1270. "pagePath": "pages/tabbar/workbench/workbench",
  1271. "iconPath": "static/tabbar/work.png",
  1272. "selectedIconPath": "static/tabbar/work_active.png"
  1273. },
  1274. {
  1275. "text": "生产数据",
  1276. "pagePath": "pages/tabbar/production/production",
  1277. "iconPath": "static/tabbar/production.png",
  1278. "selectedIconPath": "static/tabbar/production_active.png"
  1279. },
  1280. {
  1281. "text": "个人中心",
  1282. "pagePath": "pages/tabbar/my/my",
  1283. "iconPath": "static/tabbar/my.png",
  1284. "selectedIconPath": "static/tabbar/my_active.png"
  1285. }
  1286. ]
  1287. }
  1288. }