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
33 lines
602 B
module.exports=[
|
|
{
|
|
path:"pages/warehouse/mana",
|
|
style:{
|
|
navigationBarTitleText:"仓库管理",
|
|
"app-plus":{
|
|
"titleNView":false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/warehouse/info",
|
|
style:{
|
|
navigationBarTitleText:"仓库基本信息",
|
|
"navigationBarBackgroundColor":"#10C176",
|
|
"navigationBarTextStyle":"white",
|
|
"app-plus":{
|
|
"titleNView":true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/warehouse/detail",
|
|
style:{
|
|
navigationBarTitleText:"仓库详情",
|
|
"navigationBarBackgroundColor":"#10C176",
|
|
"navigationBarTextStyle":"white",
|
|
"app-plus":{
|
|
"titleNView":true
|
|
}
|
|
}
|
|
},
|
|
]
|