16 lines
499 B
JSON
16 lines
499 B
JSON
{
|
|
"enableShareAppMessage": false,
|
|
"enableShareTimelineMessage": false,
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "我的",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#F8F0E0",
|
|
"backgroundColor": "#F8F0E0",
|
|
"usingComponents": {
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"van-popup": "@vant/weapp/popup/index",
|
|
"nav-bar": "../../components3.0/nav-bar/nav-bar",
|
|
"toy-icon": "../../toy/icon/icon"
|
|
}
|
|
}
|