qs_xinchun2026_h5/pages.json

34 lines
793 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "2026新春H5",
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "四大特色主题区",
"navigationStyle": "default"
}
},
{
"path": "pages/canvas3",
"style": {
"navigationBarTitleText": "四大特色主题区",
"navigationStyle": "default"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "2026新春H5",
"navigationBarBackgroundColor": "#fa4333",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}