Files
hht-nlfive-uni/pages.json
2026-02-10 16:22:35 +08:00

243 lines
7.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}
}
,{
"path" : "pages/login/upgrade",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/test",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/kzj-out-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/kzj-in-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/xlx-in-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/kzj-inout-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/lx-in-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/mater-in-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/dlx-out-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/tuiku-confirm",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/dlx-move-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/dlx-pan-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/mater-save",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/hw-out-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/hw-check",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/General/warehouse-box",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/General/material",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/General/supplier",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/General/distribution-box",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/General/machine-order",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/General/line-transfer",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/General/pick-place-goods",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/General/ops-mgmt",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/General/pt-update",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/General/operation",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/nlfive/taskcarry",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/nlfive/taskmanage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/nlfive/zlmanage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/nlfive/callagv",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}