This commit is contained in:
2024-02-21 18:08:27 +08:00
parent e06abe3233
commit 9cef00a472
12 changed files with 431 additions and 106 deletions

View File

@@ -142,10 +142,26 @@
"navigationStyle": "custom"
}
}
],
,{
"path" : "pages/management/in-storage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/management/out-storage",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},