Files
hht-doushan-uni/pages.json

71 lines
2.0 KiB
JSON
Raw Normal View History

2024-07-31 09:00:33 +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/manage/inst-manage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/task-manage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/call-manage",
"style" :
{
"navigationStyle": "custom"
}
}
2024-08-07 14:44:11 +08:00
,{
"path" : "pages/manage/release-confirm",
"style" :
{
"navigationStyle": "custom"
}
}
2024-08-19 16:33:24 +08:00
,{
"path" : "pages/manage/cancel-charge-task",
"style" :
{
"navigationStyle": "custom"
}
}
2024-07-31 09:00:33 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}