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