Files
hht-hl-one-uni/pages.json

138 lines
2.7 KiB
JSON
Raw Normal View History

2023-09-04 15:34:15 +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/login/setup",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/login/upgrade",
"style": {
"navigationStyle": "custom"
}
},
{
2023-09-08 09:22:11 +08:00
"path" : "pages/warehouse/SemifinishedInStore",
2023-09-04 15:34:15 +08:00
"style": {
"navigationStyle": "custom"
}
},
{
2023-09-08 09:22:11 +08:00
"path": "pages/warehouse/SemifinishedMaterSearch",
2023-09-04 15:34:15 +08:00
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
2023-09-08 09:22:11 +08:00
"path" : "pages/warehouse/SemifinishedOutStore",
2023-09-04 15:34:15 +08:00
"style": {
"navigationStyle": "custom"
}
},
{
2023-09-08 09:22:11 +08:00
"path": "pages/warehouse/EmptyOutStore",
2023-09-04 15:34:15 +08:00
"style": {
"navigationStyle": "custom"
}
2023-09-05 13:38:46 +08:00
},
2023-09-05 14:31:28 +08:00
{
2023-09-08 18:11:22 +08:00
"path": "pages/device/MaintainWork",
2023-09-05 14:31:28 +08:00
"style": {
"navigationStyle": "custom"
}
},
2023-09-08 09:24:17 +08:00
{
2023-09-08 18:11:22 +08:00
"path": "pages/device/MaintainFill",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/device/CheckWork",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/device/CheckFill",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/device/LubricateWork",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/device/LubricateFill",
2023-09-08 09:24:17 +08:00
"style": {
"navigationStyle": "custom"
}
},
2023-09-05 13:38:46 +08:00
{
2023-09-08 09:22:11 +08:00
"path": "pages/device/RepairWork",
2023-09-05 13:38:46 +08:00
"style": {
"navigationStyle": "custom"
}
},
{
2023-09-08 09:22:11 +08:00
"path": "pages/device/RepairFill",
2023-09-05 13:38:46 +08:00
"style": {
"navigationStyle": "custom"
}
2023-09-04 15:34:15 +08:00
}
2023-09-08 14:26:29 +08:00
,{
"path" : "pages/warehouse/RawmaterialRevice",
2023-09-07 18:05:03 +08:00
"style": {
"navigationStyle": "custom"
2023-09-08 14:26:29 +08:00
}
}
,{
"path" : "pages/warehouse/WarehouseReceiptDetails",
2023-09-07 18:05:03 +08:00
"style": {
"navigationStyle": "custom"
}
2023-09-08 14:26:29 +08:00
2023-09-08 09:42:08 +08:00
},
{
"path" : "pages/device/WorkManage",
"style": {
"navigationStyle": "custom"
}
2023-09-08 16:25:46 +08:00
}
,{
"path" : "pages/device/workDetail",
2023-09-08 16:19:06 +08:00
"style": {
"navigationStyle": "custom"
}
2023-09-08 16:25:46 +08:00
2023-09-08 14:26:29 +08:00
}
2023-09-04 15:34:15 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}