Files
hht-shangdianke-uni/pages.json

85 lines
2.3 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"
}
}
,{
"path" : "pages/login/upgrade",
"style": {
"navigationStyle": "custom"
}
}
2024-02-18 17:58:08 +08:00
,{
"path" : "pages/manage/man-group-disk",
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
}
,{
"path" : "pages/manage/in-storage",
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
}
,{
"path" : "pages/manage/out-storage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/task-flow",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/search-mater",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/manage/search-mater-1",
2024-02-01 13:55:27 +08:00
"style" :
{
"navigationStyle": "custom"
}
2024-02-18 17:58:08 +08:00
}
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": {}
}