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.
55 lines
1.0 KiB
55 lines
1.0 KiB
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/app",
|
|
style:{
|
|
navigationBarTitleText:"巡园应用",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
"titleNView":true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/patrolGarden/abnoReport",
|
|
style:{
|
|
navigationBarTitleText:"异常上报",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
"titleNView":true
|
|
}
|
|
}
|
|
},
|
|
]
|