123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- {
- "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"
- }
- ]
- }
- }
|