71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
|
|
{
|
|||
|
|
"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"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/manage/release-confirm",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/manage/cancel-charge-task",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
],
|
|||
|
|
"globalStyle": {
|
|||
|
|
// "pageOrientation": "landscape",
|
|||
|
|
"navigationBarTextStyle": "black",
|
|||
|
|
"navigationBarTitleText": "uni-app",
|
|||
|
|
"navigationBarBackgroundColor": "#d7592f",
|
|||
|
|
"backgroundColor": "#ffffff"
|
|||
|
|
},
|
|||
|
|
"uniIdRouter": {}
|
|||
|
|
}
|