|
|
|
module.exports=[
|
|
|
|
{
|
|
|
|
path:"pages/massif/index",
|
|
|
|
style:{
|
|
|
|
navigationBarTitleText:"地块管理",
|
|
|
|
"app-plus":{
|
|
|
|
"titleNView":false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path:"pages/massif/detail",
|
|
|
|
style:{
|
|
|
|
navigationBarTitleText:"地块详情",
|
|
|
|
navigationBarBackgroundColor:"#10C176",
|
|
|
|
navigationBarTextStyle:"white",
|
|
|
|
"app-plus":{
|
|
|
|
"titleNView":true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path:"pages/massif/info",
|
|
|
|
style:{
|
|
|
|
navigationBarTitleText:"地块基本信息",
|
|
|
|
navigationBarBackgroundColor:"#10C176",
|
|
|
|
navigationBarTextStyle:"white",
|
|
|
|
"app-plus":{
|
|
|
|
"titleNView":true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path:"pages/massif/mana/index",
|
|
|
|
style:{
|
|
|
|
navigationBarTitleText:"地块管理",
|
|
|
|
navigationBarBackgroundColor:"#10C176",
|
|
|
|
navigationBarTextStyle:"white",
|
|
|
|
"app-plus":{
|
|
|
|
"titleNView":true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path:"pages/massif/plant_plan",
|
|
|
|
style:{
|
|
|
|
navigationBarTitleText:"种植计划",
|
|
|
|
navigationBarBackgroundColor:"#10C176",
|
|
|
|
navigationBarTextStyle:"white",
|
|
|
|
"app-plus":{
|
|
|
|
"titleNView":true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path:"pages/massif/plant_info",
|
|
|
|
style:{
|
|
|
|
navigationBarTitleText:"采收信息",
|
|
|
|
"app-plus":{
|
|
|
|
"titleNView":false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path:"pages/massif/add_farming",
|
|
|
|
style:{
|
|
|
|
navigationBarTitleText:"添加农事",
|
|
|
|
"app-plus":{
|
|
|
|
"titleNView":false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path:"pages/massif/collectList",
|
|
|
|
style:{
|
|
|
|
navigationBarTitleText:"领用列表",
|
|
|
|
navigationBarBackgroundColor:"#10C176",
|
|
|
|
navigationBarTextStyle:"white",
|
|
|
|
"app-plus":{
|
|
|
|
"titleNView":true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path:"pages/massif/agrSpecs",
|
|
|
|
style:{
|
|
|
|
navigationBarTitleText:"农资规格",
|
|
|
|
"app-plus":{
|
|
|
|
"titleNView":false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
]
|