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.

33 lines
602 B

2 years ago
module.exports=[
{
path:"pages/warehouse/mana",
style:{
navigationBarTitleText:"仓库管理",
2 years ago
"app-plus":{
"titleNView":false
}
}
},
{
path:"pages/warehouse/info",
style:{
navigationBarTitleText:"仓库基本信息",
2 years ago
"navigationBarBackgroundColor":"#10C176",
"navigationBarTextStyle":"white",
"app-plus":{
"titleNView":true
}
}
},
{
path:"pages/warehouse/detail",
style:{
navigationBarTitleText:"仓库详情",
2 years ago
"navigationBarBackgroundColor":"#10C176",
"navigationBarTextStyle":"white",
"app-plus":{
"titleNView":true
}
}
},
]