2024-02-20 16:29:38 +08:00
|
|
|
|
{
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/home/home",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2024-11-13 19:13:11 +08:00
|
|
|
|
,{
|
2024-02-21 18:08:27 +08:00
|
|
|
|
"path" : "pages/management/in-storage",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2024-10-24 16:51:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/management/in-storage_new",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2024-02-21 18:08:27 +08:00
|
|
|
|
}
|
|
|
|
|
|
,{
|
2024-05-17 16:56:08 +08:00
|
|
|
|
"path" : "pages/management/alloc-maintenance",
|
2024-02-21 18:08:27 +08:00
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2024-11-14 16:47:05 +08:00
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/management/alloc-maintenance_new",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-05-17 16:56:08 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/management/receive-confirm",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2024-11-08 17:59:59 +08:00
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/management/receive-confirm_new",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-11-13 19:13:11 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/management/move-inventory",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/management/check",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-02-21 18:08:27 +08:00
|
|
|
|
],
|
2024-02-20 16:29:38 +08:00
|
|
|
|
"globalStyle": {
|
|
|
|
|
|
"navigationBarTextStyle": "black",
|
2024-02-21 18:08:27 +08:00
|
|
|
|
"navigationBarTitleText": "",
|
2024-02-20 16:29:38 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
|
},
|
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
|
}
|