Files
hht-shangdianke-uni/pages.json

103 lines
3.0 KiB
JSON
Raw Normal View History

2024-02-01 13:55:27 +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"
}
2024-03-12 15:23:12 +08:00
}
2024-02-18 17:58:08 +08:00
,{
2024-03-12 15:23:12 +08:00
"path" : "pages/manage/empty-tray-out",
2024-02-01 13:55:27 +08:00
"style" :
{
2024-02-18 17:58:08 +08:00
"navigationStyle": "custom"
2024-02-01 13:55:27 +08:00
}
2024-02-18 17:58:08 +08:00
}
,{
2024-03-12 15:23:12 +08:00
"path" : "pages/manage/empty-tray-in",
2024-02-18 17:58:08 +08:00
"style" :
{
2024-03-12 15:23:12 +08:00
"navigationStyle": "custom"
2024-02-18 17:58:08 +08:00
}
}
,{
2024-03-12 15:23:12 +08:00
"path" : "pages/manage/group-in-storage",
2024-02-18 17:58:08 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
2024-03-12 15:23:12 +08:00
"path" : "pages/manage/mater-out-storage",
2024-03-11 13:43:45 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
2024-03-12 15:23:12 +08:00
"path" : "pages/manage/produce-cut",
2024-03-11 17:11:26 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
2024-03-11 18:07:25 +08:00
,{
2024-03-12 15:23:12 +08:00
"path" : "pages/manage/point-update",
2024-03-11 18:07:25 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/fixed-point-task",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/task-manage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/out-storage-confirm",
"style" :
{
"navigationStyle": "custom"
}
}
2024-02-01 13:55:27 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
2024-02-20 16:03:06 +08:00
"navigationBarTextStyle": "black",
2024-02-01 13:55:27 +08:00
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}