拷贝海亮缓存线平板

This commit is contained in:
2024-02-20 16:29:38 +08:00
commit e33e54da16
109 changed files with 12594 additions and 0 deletions

153
pages.json Normal file
View File

@@ -0,0 +1,153 @@
{
"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"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}