45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
// {
|
||
// "path" : "pages/setup",
|
||
// "style" :
|
||
// {
|
||
// "navigationStyle": "custom"
|
||
// }
|
||
|
||
// }
|
||
// ,{
|
||
// "path" : "pages/screen",
|
||
// "style" :
|
||
// {
|
||
// "navigationStyle": "custom"
|
||
// }
|
||
|
||
// },
|
||
{
|
||
"path" : "pages/index",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/home",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
// "pageOrientation": "landscape",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#d7592f",
|
||
"backgroundColor": "#ffffff"
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|