43 lines
940 B
JSON
43 lines
940 B
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
// 启动页面
|
||
"path": "pages/firing/firing",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/logon/logon",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "white",
|
||
"app-plus": {
|
||
"bounce": "none"
|
||
}
|
||
}
|
||
},
|
||
// 小说
|
||
{
|
||
"path": "pages/novel/performance/performance",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"disableScroll": true,
|
||
"app-plus": {
|
||
"bounce": "none"
|
||
}
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
} |