You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

44 lines
821 B

module.exports=[
{
path:"pages/patrolGarden/record",
style:{
navigationBarTitleText:"巡园记录",
"app-plus":{
titleNView:false
}
}
},
{
path:"pages/patrolGarden/detail",
style:{
navigationBarTitleText:"巡园详情",
navigationBarBackgroundColor:"#10C176",
navigationBarTextStyle:"white",
"app-plus":{
"titleNView":true
}
}
},
{
path:"pages/patrolGarden/info",
style:{
navigationBarTitleText:"巡园信息",
navigationBarBackgroundColor:"#10C176",
navigationBarTextStyle:"white",
"app-plus":{
"titleNView":true
}
}
},
{
path:"pages/patrolGarden/abnoReport",
style:{
navigationBarTitleText:"异常上报",
navigationBarBackgroundColor:"#10C176",
navigationBarTextStyle:"white",
"app-plus":{
"titleNView":true
}
}
},
]