{
|
"easycom": {
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
},
|
"pages": [
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "检查",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/workOrder/workOrder",
|
"style" :
|
{
|
"navigationBarTitleText" : "我的工单",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/report/report",
|
"style" :
|
{
|
"navigationBarTitleText" : "我的上报",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/chart/chart",
|
"style" :
|
{
|
"navigationBarTitleText" : "图表",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/reporting_she/reporting_she",
|
"style" :
|
{
|
"navigationBarTitleText" : "SHE事件上报",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/details_she/details_she",
|
"style" :
|
{
|
"navigationBarTitleText" : "详情",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/riskReporting/riskReporting",
|
"style" :
|
{
|
"navigationBarTitleText" : "跌绊滑风险上报",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/riskDetails/riskDetails",
|
"style" :
|
{
|
"navigationBarTitleText" : "详情",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/report_dca/report_dca",
|
"style" :
|
{
|
"navigationBarTitleText" : "DCA观察上报",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/type_dca/type_dca",
|
"style" :
|
{
|
"navigationBarTitleText" : "DCA类型选择",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/details_dca/details_dca",
|
"style" :
|
{
|
"navigationBarTitleText" : "DCA观察上报",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/workOrder_she/workOrder_she",
|
"style" :
|
{
|
"navigationBarTitleText" : "详情",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/workOrder_dca/workOrder_dca",
|
"style" :
|
{
|
"navigationBarTitleText" : "详情",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
},
|
{
|
"path" : "pages/chart_details/chart_details",
|
"style" :
|
{
|
"navigationBarTitleText" : "图表",
|
"navigationStyle": "custom",
|
"navigationBarBackgroundColor": "#ffffff"
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"tabBar": {
|
"color": "#999999",
|
"selectedColor": "#222222",
|
"borderStyle": "black",
|
"backgroundColor": "#fff",
|
"list": [
|
{
|
"pagePath": "pages/index/index",
|
"iconPath": "static/tabbar/nav_jiancha@2x.png",
|
"selectedIconPath": "static/tabbar/nav_jiancha_sel@2x.png",
|
"text": "首页"
|
},
|
{
|
"pagePath": "pages/workOrder/workOrder",
|
"iconPath": "static/tabbar/nav_gongdan@2x.png",
|
"selectedIconPath": "static/tabbar/nav_gongdan_sel@2x.png",
|
"text": "我的工单"
|
},
|
{
|
"pagePath": "pages/report/report",
|
"iconPath": "static/tabbar/nav_shangbao@2x.png",
|
"selectedIconPath": "static/tabbar/nav_shangbao_sel@2x.png",
|
"text": "我的上报"
|
},
|
{
|
"pagePath": "pages/chart/chart",
|
"iconPath": "static/tabbar/nav_tubiao@2x.png",
|
"selectedIconPath": "static/tabbar/nav_tubiao_sel@2x.png",
|
"text": "图表"
|
}
|
]
|
},
|
"uniIdRouter": {}
|
}
|