Files
pad-nl-three-uni/pages.json

170 lines
3.4 KiB
JSON
Raw Normal View History

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"
}
},
{
"path": "pages/management/inscanerror",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/AgvOutError",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/HcxOutError",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/TaskOperate",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/management/HcxErrorHandle",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/outscanerror",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/hcxcheck",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/agvinerror",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/searchMater",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/FinishedInStore",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/DeliveryConfirm",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/MaterList",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/management/HalfFinishedInStore",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/SemifinishedInStore",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/SemifinishedInStoreSearch",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/SemifinishedOutStore",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/SemifinishedOutStoreSearch",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/semifinishedcheck",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/semifinishedchecksearch",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/semifinishedcompose",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/semifinishedcomposesearch",
"style": {
"navigationStyle": "custom"
}
}
2024-02-21 18:08:27 +08:00
,{
"path" : "pages/management/in-storage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/management/out-storage",
"style" :
{
"navigationStyle": "custom"
}
}
],
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": {}
}