11 lines
261 B
JSON
11 lines
261 B
JSON
|
|
{
|
||
|
|
"navigationBarBackgroundColor": "#50CEBB",
|
||
|
|
"navigationBarTextStyle": "black",
|
||
|
|
"navigationBarTitleText": "首页",
|
||
|
|
"backgroundColor": "#fff",
|
||
|
|
"backgroundTextStyle": "light",
|
||
|
|
"usingComponents": {
|
||
|
|
"van-overlay": "@vant/weapp/overlay/index"
|
||
|
|
}
|
||
|
|
}
|