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

78 lines
1.4 KiB
JSON
Raw Normal View History

2023-03-22 17:30:09 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"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
},
{
"path": "pages/home/home",
"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"
}
},
{
"path": "pages/management/ZlOperate",
"style": {
"navigationStyle": "custom"
}
},
{
"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
},
{
"path": "pages/management/hcxInfo",
"style": {
"navigationStyle": "custom"
}
2023-03-23 11:29:47 +08:00
},
{
"path": "pages/management/agvinerror",
"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
}