34 lines
837 B
JSON
34 lines
837 B
JSON
{
|
||
"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": {}
|
||
}
|