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.
73 lines
1.3 KiB
73 lines
1.3 KiB
2 years ago
|
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
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
]
|