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.
24 lines
447 B
24 lines
447 B
module.exports=[
|
|
{
|
|
path:"pages/seeding/info",
|
|
style:{
|
|
navigationBarTitleText:"种苗信息",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/seeding/mana",
|
|
style:{
|
|
navigationBarTitleText:"种苗管理",
|
|
// navigationBarBackgroundColor:"#10C176",
|
|
// navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:false
|
|
}
|
|
}
|
|
},
|
|
]
|