Files
hht-chaowei-uni/pages.json

74 lines
1.6 KiB
JSON
Raw Normal View History

2023-12-07 17:12:22 +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/modules/callmanage",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path": "pages/modules/taskmanage",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path": "pages/modules/zlmanage",
"style" :
{
"navigationStyle": "custom"
}
}
2023-12-11 10:05:50 +08:00
,{
"path" : "pages/modules/unloading-mater",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/call-mater",
"style" :
{
"navigationStyle": "custom"
}
}
2023-12-07 17:12:22 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}