qs_xinchun2026_h5/pages.json

34 lines
837 B
JSON
Raw Permalink 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": "商圈藏年味 嗨购在东城",
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "新春特色主题区域",
"navigationStyle": "default"
}
},
{
"path": "pages/canvas3",
"style": {
"navigationBarTitleText": "新春特色主题区域",
"navigationStyle": "default"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "商圈藏年味 嗨购在东城",
"navigationBarBackgroundColor": "#fa4333",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}