Files
hht-hengsen-uni/pages.json

261 lines
8.1 KiB
JSON
Raw Normal View History

2024-07-18 10:13:18 +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"
}
}
,{
"path" : "pages/manage/cbj-carry",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/press-carry",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/mater-scrap",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/man-sort",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/task-manage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/inst-manage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/yzhnml-carry",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/vehicle-unbind",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/group-task",
"style" :
{
"navigationStyle": "custom"
}
}
2024-07-22 17:32:37 +08:00
,{
"path" : "pages/entry/group-to-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/entry/empty-tray-to-store",
"style" :
{
"navigationStyle": "custom"
}
}
,{
2024-08-02 17:26:50 +08:00
"path" : "pages/outbound/tray-out-store",
2024-07-22 17:32:37 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/outbound/out-store-confirm",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/in/store-info",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/pick/pick-task",
"style" :
{
"navigationStyle": "custom"
}
}
,{
2024-08-09 13:53:23 +08:00
"path" : "pages/task/task-manage",
2024-07-22 17:32:37 +08:00
"style" :
{
2024-08-09 13:53:23 +08:00
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
2024-07-22 17:32:37 +08:00
}
}
2024-08-02 17:26:50 +08:00
,{
"path" : "pages/entry/document",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
,{
"path" : "pages/pick/pick-list",
"style" :
{
"navigationStyle": "custom"
}
}
2024-08-09 13:53:23 +08:00
,{
"path" : "pages/check/check-task",
"style" :
{
"navigationStyle": "custom"
}
}
2024-08-15 16:34:30 +08:00
,{
"path" : "pages/entry/mater-group-to-store",
"style" :
2024-08-16 09:29:20 +08:00
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/mode/switch-in-out",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/common/mater-list",
"style" :
2024-08-15 16:34:30 +08:00
{
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
2024-08-15 16:55:40 +08:00
,{
2024-08-16 09:29:20 +08:00
"path" : "pages/mode/pick",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/mode/command",
2024-08-15 16:55:40 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
2024-11-15 17:42:20 +08:00
,{
"path" : "pages/outbound/bill-out-store",
"style" :
2024-11-22 16:26:54 +08:00
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/outbound/bill-list",
"style" :
2024-11-15 17:42:20 +08:00
{
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
2024-11-27 13:27:59 +08:00
,{
"path" : "pages/entry/qualified-to-store",
"style" :
{
"navigationStyle": "custom"
}
}
2024-07-18 10:13:18 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}