Files
hht-xzhy-uni/pages.json
2026-03-05 10:54:09 +08:00

229 lines
7.2 KiB
JSON
Raw 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/shouhuo-in-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/tuiliao-in-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Material/other-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"
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}