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.
157 lines
2.8 KiB
157 lines
2.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,
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/massif/add_transaction",
|
|
style:{
|
|
navigationBarTitleText:"交易信息",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true,
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/massif/search",
|
|
style:{
|
|
navigationBarTitleText:"查询列表",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true,
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/massif/pestRecord",
|
|
style:{
|
|
navigationBarTitleText:"病虫害记录",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true,
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/massif/pestType",
|
|
style:{
|
|
navigationBarTitleText:"害虫类型",
|
|
"app-plus":{
|
|
titleNView:false,
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/massif/myPlant",
|
|
style:{
|
|
navigationBarTitleText:"我的种植",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true,
|
|
}
|
|
}
|
|
},
|
|
]
|