2024-08-19 15:45:30 +08:00
|
|
|
|
{
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
{
|
|
|
|
|
|
"path" : "pages/login/login",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/home/home",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/login/setup",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
2024-08-19 18:04:12 +08:00
|
|
|
|
"path" : "pages/manage/empty-tray-back",
|
2024-08-19 15:45:30 +08:00
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
2024-08-22 13:34:51 +08:00
|
|
|
|
"path" : "pages/manage/mater-in-storage",
|
2024-08-19 15:45:30 +08:00
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
2024-08-19 18:04:12 +08:00
|
|
|
|
"path" : "pages/manage/area-lock",
|
2024-08-19 15:45:30 +08:00
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
2024-08-19 18:04:12 +08:00
|
|
|
|
"path" : "pages/manage/fill-tray",
|
2024-08-19 15:45:30 +08:00
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-08-22 13:34:51 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/manage/empty-material-racks-back",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/manage/material-transfer",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-09-01 16:21:54 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/manage/modify-process",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-09-13 16:11:36 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/manage/route-lock",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-08-19 15:45:30 +08:00
|
|
|
|
],
|
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
|
// "pageOrientation": "landscape",
|
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#d7592f",
|
|
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
|
|
},
|
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
|
}
|