{ "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": "通讯录" } }, { "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": "", "enablePullDownRefresh": false } }, { "path": "pages/index/record/record", "style": { "navigationBarTitleText": "" } }, { "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/origanization/t-c-c-contacts-info/t-c-c-contacts-info", "style": { "navigationBarTitleText": "组织架构" } } ,{ "path" : "pages/workbench/h5/h5", "style" : { "navigationStyle":"custom" } } ], "globalStyle": { "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": "通讯录", "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" } ] } }