Files
pad-hl-hcx-new/pages.json

130 lines
2.4 KiB
JSON
Raw Normal View History

2023-03-22 17:30:09 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
2023-04-14 16:01:12 +08:00
"path": "pages/login/login",
2023-03-21 17:56:02 +08:00
"style": {
"navigationStyle": "custom"
2023-03-22 17:30:09 +08:00
}
2023-03-21 17:56:02 +08:00
},
{
2023-04-14 16:01:12 +08:00
"path": "pages/home/home",
2023-03-21 17:56:02 +08:00
"style": {
"navigationStyle": "custom"
}
2023-03-23 18:45:55 +08:00
},
{
"path": "pages/management/inscanerror",
"style": {
"navigationStyle": "custom"
}
2023-03-22 14:32:30 +08:00
},
{
2023-03-22 17:37:57 +08:00
"path": "pages/management/AgvOutError",
2023-03-22 14:32:30 +08:00
"style": {
"navigationStyle": "custom"
}
2023-03-22 17:30:09 +08:00
},
{
2023-03-23 14:13:31 +08:00
"path": "pages/management/HcxOutError",
"style": {
"navigationStyle": "custom"
}
},
{
2023-04-13 16:39:35 +08:00
"path": "pages/management/TaskOperate",
2023-03-23 14:13:31 +08:00
"style": {
2023-03-30 16:48:50 +08:00
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
2023-03-23 14:13:31 +08:00
},
{
"path": "pages/management/HcxErrorHandle",
2023-03-22 17:30:09 +08:00
"style": {
"navigationStyle": "custom"
}
2023-03-22 17:37:57 +08:00
},
{
2023-03-22 16:18:48 +08:00
"path": "pages/management/outscanerror",
"style": {
"navigationStyle": "custom"
}
2023-03-22 17:02:16 +08:00
},
{
"path": "pages/management/hcxcheck",
"style": {
"navigationStyle": "custom"
}
2023-03-23 11:22:29 +08:00
},
2023-03-23 11:29:47 +08:00
{
"path": "pages/management/agvinerror",
"style": {
"navigationStyle": "custom"
}
2023-03-29 11:26:08 +08:00
},
{
"path": "pages/management/searchMater",
"style": {
"navigationStyle": "custom"
}
2023-04-10 17:52:03 +08:00
},
2023-04-11 14:08:11 +08:00
{
"path": "pages/management/FinishedInStore",
"style": {
"navigationStyle": "custom"
}
},
{
2023-04-12 11:13:31 +08:00
"path": "pages/management/DeliveryConfirm",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/MaterList",
2023-04-11 14:08:11 +08:00
"style": {
2023-04-12 20:07:02 +08:00
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
2023-04-11 14:08:11 +08:00
}
2023-04-13 16:41:42 +08:00
},
{
"path": "pages/management/HalfFinishedInStore",
"style": {
"navigationStyle": "custom"
}
2023-05-09 17:51:46 +08:00
},
{
"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"
}
2023-03-22 17:37:57 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
2023-03-21 10:52:37 +08:00
}