{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages // tabbar { "path": "pages/tabbar/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/tabbar/contacts/contacts", "style": { "navigationBarTitleText": "通讯录" } },{ "path": "pages/tabbar/workbench/workbench", "style": { "navigationBarTitleText": "工作台" } }, { "path": "pages/tabbar/production/production", "style": { "navigationBarTitleText": "生产数据" } }, { "path": "pages/tabbar/my/my", "style": { "navigationBarTitleText": "个人中心" } }, { "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": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/ningdongyunying/safety_monitoring/safety_monitoring", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } },{ "path":"pages/production/t-c-c-contacts-info/t-c-c-contacts-info", "style" : { "navigationBarTitleText": "组织架构" } } ], "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/contacts/contacts", "iconPath": "static/tabbar/contacts.png", "selectedIconPath": "static/tabbar/contacts_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" } ] } }