36 lines
767 B
JSON
36 lines
767 B
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/light-theme/light-theme",
|
||
"style": {
|
||
"navigationBarTitleText": "YXD",
|
||
"navigationBarHidden": true,
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/index/index",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "YXD",
|
||
"navigationBarHidden": true,
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/night-theme/night-theme",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : ""
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|