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.
104 lines
1.8 KiB
104 lines
1.8 KiB
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
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/massif/mapEditor",
|
|
style:{
|
|
navigationBarTitleText:"地图编辑",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true,
|
|
}
|
|
}
|
|
},
|
|
]
|