12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- // tabbar
- {
- "path": "pages/tabbar/index/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- // "navigationBarTitleText": "智慧矿山"
- }
- },
- {
- "path": "pages/tabbar/origanization/origanization",
- "style": {
- "navigationBarTitleText": "通讯录"
- // 宁东运营 显示消息
- // "navigationBarTitleText": "发现"
- }
- }, {
- "path": "pages/tabbar/workbench/workbench",
- "style": {
- "navigationBarTitleText": "工作台"
- }
- }, {
- "path": "pages/tabbar/production/production",
- "style": {
- "navigationBarTitleText": "生产数据"
- }
- }, {
- "path": "pages/tabbar/my/my",
- "style": {
- "navigationBarTitleText": "个人中心"
- }
- },
- // ……其他页面配置
- {
- "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
- "style": {
- "disableScroll": true,
- "app-plus": {
- "backgroundColorTop": "transparent",
- "background": "transparent",
- "titleNView": false,
- "scrollIndicator": false,
- "popGesture": "none",
- "animationType": "fade-in",
- "animationDuration": 200
- }
- }
- },
- {
- "path": "pages/production/production_report/production_report",
- "style": {
- "navigationBarTitleText": "生产报表"
- }
- }, {
- "path": "pages/production/production_report/detail/detail",
- "style": {
- "navigationBarTitleText": " "
- }
- }, {
- "path": "pages/production/safety_monitoring/safety_monitoring",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/production/safety_monitoring/safety_monitoring_name_detail/safety_monitoring_name_detail",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/production/safety_monitoring/safety_monitoring_status_detail/safety_monitoring_status_detail",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/production/safety_monitoring/safety_monitoring_search/safety_monitoring_search",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/production/personnel_orientation/personnel_orientation",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/production/personnel_orientation/search/search",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/production/personnel_orientation/depart-people/depart-people",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/production/personnel_orientation/depart-people-2/depart-people-2",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/production/personnel_orientation/downhole_statistics/downhole_statistics",
- "style": {
- "navigationBarTitleText": "下井记录"
- }
- }, {
- "path": "pages/production/personnel_orientation/people_track/people_track",
- "style": {
- "navigationBarTitleText": "下井轨迹"
- }
- }, {
- "path": "pages/ningdongyunying/production_statistics/production_statistics",
- "style": {
- "navigationBarTitleText": "生产统计"
- }
- }, {
- "path": "pages/ningdongyunying/personnel_orientation/personnel_orientation",
- "style": {
- "navigationBarTitleText": "人员定位"
- }
- }, {
- "path": "pages/ningdongyunying/safety_monitoring/safety_monitoring",
- "style": {
- "navigationBarTitleText": "安全监测"
- }
- }, {
- "path": "pages/production/video_monitor/video_monitor",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/production/zidonghua/zidonghua",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/ningdongyunying/risk_precontrol/risk_precontrol",
- "style": {
- "navigationBarTitleText": "风险预控"
- }
- }, {
- "path": "pages/ningdongyunying/risk_precontrol/detail/detail",
- "style": {
- "navigationBarTitleText": "隐患详情"
- }
- }
- , {
- "path": "pages/index/news/news",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/index/news/news_list/news_list",
- "style": {
- "navigationBarTitleText": " "
- }
- }, {
- "path": "pages/my/login/login",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/my/repassword/repassword",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- }, {
- "path": "pages/my/setPhone/setPhone",
- "style": {
- "navigationBarTitleText": "绑定手机"
- }
- }, {
- "path": "pages/my/download/download",
- "style": {
- "navigationBarTitleText": "下载二维码"
- }
- }, {
- "path": "pages/index/switch-kuang/switch-kuang",
- "style": {
- "navigationBarTitleText": "单位选择"
- }
- }, {
- "path": "pages/index/record/record",
- "style": {
- // "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/index/record/record-video/record-video",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/my/message-reminder/message-reminder",
- "style": {
- "navigationBarTitleText": "消息提醒"
- }
- }, {
- "path": "pages/my/message-reminder/message-detail/message-detail",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/my/forget-password/forget-password",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/workbench/h5/h5",
- "style": {
- // "navigationStyle": "custom"
- "navigationBarTitleText": " "
- }
- }, {
- "path": "pages/production/zaoquan/power_monitoring/power_monitoring",
- "style": {
- "navigationBarTitleText": "电力监控"
- }
- }, {
- "path": "pages/production/zaoquan/mine_water_treatment/mine_water_treatment",
- "style": {
- "navigationBarTitleText": "矿井水处理"
- }
- }, {
- "path": "pages/index/record/h5/h5",
- "style": {
- "navigationBarTitleText": " "
- }
- }, {
- "path": "pages/origanization/communication/origanization/origanization",
- "style": {
- "navigationBarTitleText": "组织架构"
- }
- }, {
- "path": "pages/workbench/invoice_assistant/invoice_assistant",
- "style": {
- "navigationBarTitleText": "发票助手"
- }
- }, {
- "path": "pages/workbench/duty_information/duty_information",
- "style": {
- "navigationBarTitleText": "值班信息"
- }
- }, {
- "path": "pages/index/search/search",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/origanization/communication/origanization/search/search",
- "style": {
- "navigationBarTitleText": "组织架构"
- }
- }, {
- "path": "pages/origanization/communication/origanization/my_department/my_department",
- "style": {
- "navigationBarTitleText": "我的部门"
- }
- }, {
- "path": "pages/index/integral/integral",
- "style": {
- "navigationBarTitleText": "积分"
- }
- }, {
- "path": "pages/index/integral/detail/detail",
- "style": {
- "navigationBarTitleText": "积分明细"
- }
- }, {
- "path": "pages/workbench/gridding/gridding",
- "style": {
- "navigationBarTitleText": "网格化管理"
- }
- }
- , {
- "path": "pages/my/business-audit/business-audit",
- "style": {
- "navigationBarTitleText": "工单审核"
- }
- }, {
- "path": "pages/my/business-audit/chakan/chakan",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/my/business-audit/shenhe/shenhe",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/my/business-my/business-my",
- "style": {
- "navigationBarTitleText": "我的工单"
- }
- }, {
- "path": "pages/my/business-my/chakan/chakan",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/workbench/business_classfication/business_classfication",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/workbench/business_classfication/apply/apply",
- "style": {
- "navigationBarTitleText": " "
- }
- }, {
- "path": "pages/my/signature/signature",
- "style": {
- "navigationBarTitleText": "手写签名"
- }
- }, {
- "path": "pages/my/personal_information/personal_information_info",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- }, {
- "path": "pages/my/personal_information/personal_information_peixun",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- }, {
- "path": "pages/production/zaoquan/zidonghua_list/zidonghua_list",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/production/zaoquan/zidonghua_list/detail/detail",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/workbench/downhole_statistics_user/downhole_statistics_user",
- "style": {
- "navigationBarTitleText": "下井记录"
- }
- }, {
- "path": "pages/index/record/record-browse/record-browse",
- "style": {
- "navigationBarTitleText": "浏览记录"
- }
- }, {
- "path": "pages/ningdongyunying/production_map/production_map",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/bars_sort/bars_sort",
- "style": {
- "navigationBarTitleText": "常用功能排序"
- }
- }, {
- "path": "pages/my/cloud_disk/cloud_disk",
- "style": {
- "navigationBarTitleText": "我的云盘"
- }
- }, {
- "path": "pages/ningdongyunying/h5/h5",
- "style": {
- "navigationBarTitleText": " "
- }
- }, {
- "path": "pages/origanization/communication/origanization/personal_information/personal_information_info",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- }, {
- "path": "pages/origanization/communication/origanization/personal_information/personal_information_peixun",
- "style": {
- "navigationBarTitleText": "个人培训档案"
- }
- }, {
- "path": "pages/workbench/meeting_arrangements/meeting_arrangements",
- "style": {
- "navigationBarTitleText": "会议安排"
- }
- }, {
- "path": "pages/workbench/meeting_arrangements/detail/detail",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/workbench/meeting_arrangements/detail/should_list/should_list",
- "style": {
- "navigationBarTitleText": "签到详情"
- }
- }
- , {
- "path": "pages/origanization/news/tab_1/all_list/all_list",
- "style": {
- "navigationBarTitleText": "五定表"
- }
- }, {
- "path": "pages/origanization/news/tab_2/all_list/all_list",
- "style": {
- "navigationBarTitleText": "车辆管理"
- }
- }, {
- "path": "pages/origanization/news/tab_3/h5/h5",
- "style": {
- "navigationBarBackgroundColor": "#3399FF"
- }
- }, {
- "path": "pages/index/h5/h5",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/business_approval/business_approval",
- "style": {
- "navigationBarTitleText": "业务审批"
- }
- }, {
- "path": "pages/index/business_approval/apply/apply",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/workbench/vehicle_approval/apply_vehicle/apply_vehicle",
- "style": {
- "navigationBarTitleText": "申请用车"
- }
- }, {
- "path": "pages/workbench/vehicle_approval/vehicle_history/vehicle_history",
- "style": {
- "navigationBarTitleText": "用车历史"
- }
- }, {
- "path": "pages/origanization/OA/approval_list/approval_list",
- "style": {
- "navigationBarTitleText": "流程待办"
- }
- }, {
- "path": "pages/origanization/OA/approval_list/detail/detail",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/origanization/OA/approval_list/approval/approval",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/origanization/OA/application_list/application_list",
- "style": {
- "navigationBarTitleText": "OA审批"
- }
- }, {
- "path": "pages/origanization/OA/application_list/search/search",
- "style": {
- "navigationBarTitleText": "OA审批"
- }
- }, {
- "path": "pages/origanization/OA/application_list/detail_apply/detail_apply",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/my/personal_information/job_record/job_record",
- "style": {
- "navigationBarTitleText": "工作经历"
- }
- }, {
- "path": "pages/my/personal_information/honor/honor",
- "style": {
- "navigationBarTitleText": "荣誉及证书"
- }
- }, {
- "path": "pages/workbench/gridding/timeline_details/timeline_details",
- "style": {
- "navigationBarTitleText": "网格化时间线"
- }
- }, {
- "path": "pages/workbench/gridding/timeline_details/detail/detail",
- "style": {
- "navigationBarTitleText": "记录详情"
- }
- }, {
- "path": "pages/workbench/gridding/chart_statistics/chart_statistics",
- "style": {
- "navigationBarTitleText": "网格化图表统计"
- }
- }, {
- "path": "pages/workbench/gridding/grid_query/grid_query",
- "style": {
- "navigationBarTitleText": "网格化巡查记录"
- }
- }, {
- "path": "pages/workbench/gridding/grid_query/detail/detail",
- "style": {
- "navigationBarTitleText": "巡检详情"
- }
- }, {
- "path": "pages/production/qingshuiying/zidonghua_list/zidonghua_list",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/production/qingshuiying/zidonghua_list/detail/detail",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#397CCA"
- }
- }, {
- "path": "pages/origanization/OA/apply_list/apply_list",
- "style": {
- "navigationBarTitleText": "流程申请"
- }
- }, {
- "path": "pages/origanization/OA/h5/h5",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/production/shangtang/shangtang",
- "style": {
- "navigationBarTitleText": "视频分析",
- "navigationBarBackgroundColor": "#596ED5"
- }
- }, {
- "path": "pages/my/version_record/version_record",
- "style": {
- "navigationBarTitleText": "更新日志"
- }
- }
- ,{
- "path" : "pages/origanization/news/tab_2/all_list/detail/detail",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/statistical_analysis_table/statistical_analysis_table",
- "style" :
- {
- "navigationBarTitleText": "数据分析"
- }
-
- }
- ,{
- "path" : "pages/origanization/news/tab_3/ranking/ranking",
- "style" :
- {
- "navigationBarTitleText": "排行榜"
- }
-
- }
- ,{
- "path" : "pages/production/video_monitor_app/video_monitor_app",
- "style" :
- {
- "navigationBarTitleText": "视频监控"
- }
-
- }
- ,{
- "path" : "pages/production/video_monitor_app/video-block/video-block",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/video_monitor_app/video/video",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/index/ningMeiXinXiPingTai/ningMeiXinXiPingTai",
- "style" :
- {
- "navigationBarTitleText": ""
- }
-
- }
- ,{
- "path" : "pages/workbench/origanization/origanization",
- "style" :
- {
- "navigationBarTitleText": "组织架构",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/jinjiaqu/kuang_ya_jian_ce/kuang_ya_jian_ce",
- "style" :
- {
- "navigationBarTitleText": "矿压监测"
- }
-
- }
- ,{
- "path" : "pages/production/zidonghua/detail/detail",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/index/xuanchuanzhanban/xuanchuanzhanban",
- "style" :
- {
- "navigationBarTitleText": "宣传展板",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/my/personal_information/upload_avatar/upload_avatar",
- "style" :
- {
- "navigationBarTitleText": "更换头像",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/origanization/news/tab_1/statistical_chart/statistical_chart",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/origanization/news/tab_3/pin_tu/picture_list/picture_list",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/origanization/news/tab_3/pin_tu/game_play/game_play",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/origanization/news/tab_3/pin_tu/finish/finish",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/origanization/news/tab_3/pin_tu/personal_rank/personal_rank",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/ventilation/ventilation",
- "style" :
- {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- }
- ,{
- "path" : "pages/production/jinjiaqu/zidonghua_list/zidonghua_list",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/drainage/drainage",
- "style" :
- {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- }
- ,{
- "path" : "pages/workbench/closed_loop_management/closed_loop_management",
- "style" :
- {
- "navigationBarTitleText": "闭环管理",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/index/weather/weather",
- "style" :
- {
- "navigationBarTitleText": "天气预报",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#51AEE8"
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/compressed_air/compressed_air",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/belt_conveyor/belt_conveyor",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/hoist/hoist",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- },
- {
- "path" : "pages/index/safetyManagementSystem/safetyManagementSystem",
- "style" :
- {
- "navigationStyle":"custom"
- }
-
- }
-
- ,{
- "path" : "pages/index/record/detail_list/detail_list",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/shicaocun/zidonghua_list/zidonghua_list",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/shicaocun/zidonghua_list/detail/detail",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/index/record/detail_list/detail/detail",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/nitrogen_production_system/nitrogen_production_system",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/north_hoist/north_hoist",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/hoist_13/hoist_13",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/boiler_room/boiler_room",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/man_car/man_car",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- }
- ,{
- "path" : "pages/origanization/communication/origanization/personnel_statistics/personnel_statistics",
- "style" :
- {
- "navigationBarTitleText": "人力资源分析",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/origanization/communication/origanization/personnel_statistics/screen/screen",
- "style" :
- {
- "navigationBarTitleText": "部门信息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/video_monitor_app/playback/playback",
- "style" :
- {
- "navigationBarTitleText": "视频回放",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/ningdongyunying/real_time_alarm/real_time_alarm",
- "style" :
- {
- "navigationBarTitleText": "实时预警",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/water_affairs/water_affairs",
- "style" :
- {
- "navigationBarTitleText": "智慧水务",
- "enablePullDownRefresh": false
- }
-
- }, {
- "path": "pages/production/renjiazhuang/zidonghua_list/zidonghua_list",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ,{
- "path" : "pages/production/renjiazhuang/life_water/life_water",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- }
- ,{
- "path" : "pages/production/renjiazhuang/water_point/water_point",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B163B"
- }
-
- }
- ,{
- "path" : "pages/my/scan/scan",
- "style" :
- {
- "navigationBarTitleText": "二维码",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/my/scan/scan_result/scan_result",
- "style" :
- {
- "navigationBarTitleText": "扫码结果",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/workbench/free_car/free_car",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/jinjiaqu/kuang_ya_jian_ce/list",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/support/support",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/hydrological_monitoring/hydrological_monitoring",
- "style" :
- {
- "navigationBarTitleText": "实时数据",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/hydrological_monitoring/query/query",
- "style" :
- {
- "navigationBarTitleText": "实时数据查询",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/unified_automation_system/hydrological_monitoring/query_detail/query_detail",
- "style" :
- {
- "navigationBarTitleText": "实时数据查询",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/jinfeng/zidonghua_list/zidonghua_list",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/jinfeng/substation/substation",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/zaoquan/h5/h5",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/production/zaoquan/vehicle_monitoring/vehicle_monitoring",
- "style" :
- {
- "navigationBarTitleText": "无轨胶轮车运行管理监测平台",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#4166E2"
- }
-
- }
- ,{
- "path" : "pages/production/zaoquan/vehicle_monitoring/speed_alarm/speed_alarm",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#CED7EA"
- }
-
- }
- ,{
- "path" : "pages/production/zaoquan/intelligent_speed_measurement/intelligent_speed_measurement",
- "style" :
- {
- "navigationBarTitleText": "智能测速",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/production/zaoquan/vehicle_monitoring/vehicle_list/vehicle_list",
- "style" :
- {
- "navigationBarTitleText": "车辆信息",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B1E6A"
- }
-
- }
- ,{
- "path" : "pages/production/zaoquan/vehicle_monitoring/signal_lamp/signal_lamp",
- "style" :
- {
- "navigationBarTitleText": "信号灯信息",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0B1E6A"
- }
-
- }
- ,{
- "path" : "pages/production/zaoquan/vehicle_monitoring/substation/substation",
- "style" :
- {
- "navigationBarTitleText": "分站信息",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#133EAB"
- }
-
- }
- ,{
- "path" : "pages/production/zaoquan/vehicle_monitoring/red_light/red_light",
- "style" :
- {
- "navigationBarTitleText": "闯红灯报警",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#346CA7"
- }
-
- }
- ,{
- "path" : "pages/production/zaoquan/vehicle_monitoring/Violation/Violation",
- "style" :
- {
- "navigationBarTitleText": "车辆违章报警",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#5FA0E7"
- }
-
- },
- {
- "path" : "pages/production/zaoquan/vehicle_monitoring/driver_information/driver_information",
- "style" :
- {
- "navigationBarTitleText" : "驾驶员信息",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#275AD9"
- }
- },
- {
- "path" : "pages/production/zaoquan/vehicle_monitoring/underground_tasks/underground_tasks",
- "style" :
- {
- "navigationBarTitleText" : "井下任务",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#E4ECFE"
- }
- },
- {
- "path" : "pages/index/news/news_type/news_type",
- "style" :
- {
- "navigationBarTitleText" : "新闻列表",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/index/news/news_type/detail/detail",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/coal_mining/coal_mining",
- "style" :
- {
- "navigationBarTitleText" : "智能采煤",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/coal_mining/shearer/shearer",
- "style" :
- {
- "navigationBarTitleText" : "采煤机",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/coal_mining/emulsion_pump/emulsion_pump",
- "style" :
- {
- "navigationBarTitleText" : "乳化泵",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/ventilate/ventilate",
- "style" :
- {
- "navigationBarTitleText" : "智能通风",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/ventilate/main_ventilation/main_ventilation",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/ventilate/local_ventilation/local_ventilation",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/drainage/drainage",
- "style" :
- {
- "navigationBarTitleText" : "智能排水",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/drainage/pump_house/pump_house",
- "style" :
- {
- "navigationBarTitleText" : "水泵房",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/coal_mining/sanji/sanji",
- "style" :
- {
- "navigationBarTitleText" : "三机信息",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/air_nitrogen/air_nitrogen",
- "style" :
- {
- "navigationBarTitleText" : "压风制氮",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/substation/substation",
- "style" :
- {
- "navigationBarTitleText" : "供电所总图",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/substation/detail/detail",
- "style" :
- {
- "navigationBarTitleText" : "变电所",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#2395F6"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/transport/transport",
- "style" :
- {
- "navigationBarTitleText" : "主运输系统",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- },
- {
- "path" : "pages/production/zaoquan/control_platform/transport/detail/detail",
- "style" :
- {
- "navigationBarTitleText" : "运输皮带",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#1662DF"
- }
- }
- ],
- "globalStyle": {
- // "navigationStyle":"custom",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": " ",
- "navigationBarBackgroundColor": "#009FE8",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "selectedColor": "#44A0DE",
- "list": [{
- "text": "首页",
- "pagePath": "pages/tabbar/index/index",
- "iconPath": "static/tabbar/home.png",
- "selectedIconPath": "static/tabbar/home_active.png"
- },
- // {
- // "text": "通讯录",
- // // "text": "发现",
- // "pagePath": "pages/tabbar/origanization/origanization",
- // "iconPath": "static/tabbar/origanization.png",
- // "selectedIconPath": "static/tabbar/origanization_active.png"
- // },
- {
- "text": "工作台",
- "pagePath": "pages/tabbar/workbench/workbench",
- "iconPath": "static/tabbar/work.png",
- "selectedIconPath": "static/tabbar/work_active.png"
- },
- {
- "text": "生产数据",
- "pagePath": "pages/tabbar/production/production",
- "iconPath": "static/tabbar/production.png",
- "selectedIconPath": "static/tabbar/production_active.png"
- },
- {
- "text": "个人中心",
- "pagePath": "pages/tabbar/my/my",
- "iconPath": "static/tabbar/my.png",
- "selectedIconPath": "static/tabbar/my_active.png"
- }
- ]
- }
- }
|