Files
hht-huahong-uni/pages.json

109 lines
3.1 KiB
JSON
Raw Normal View History

2024-01-15 14:04:51 +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"
}
2024-03-29 16:08:33 +08:00
}
,{
2024-04-09 10:09:26 +08:00
"path" : "pages/manage/cbj-carry",
2024-03-29 16:08:33 +08:00
"style" :
{
"navigationStyle": "custom"
2024-01-15 14:04:51 +08:00
}
2024-03-29 16:08:33 +08:00
}
,{
"path" : "pages/manage/press-carry",
"style" :
{
"navigationStyle": "custom"
2024-01-15 14:04:51 +08:00
}
2024-03-29 16:08:33 +08:00
}
,{
"path" : "pages/manage/mater-scrap",
"style" :
{
"navigationStyle": "custom"
2024-01-15 14:04:51 +08:00
}
2024-03-29 16:08:33 +08:00
}
2024-01-15 14:04:51 +08:00
,{
2024-03-29 16:08:33 +08:00
"path" : "pages/manage/man-sort",
"style" :
{
"navigationStyle": "custom"
2024-01-15 14:04:51 +08:00
}
}
2024-06-24 14:01:29 +08:00
,{
"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-01-15 14:04:51 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
2024-05-15 14:41:06 +08:00
"navigationBarTextStyle": "black",
2024-01-15 14:04:51 +08:00
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}