15 lines
443 B
JSON
15 lines
443 B
JSON
{
|
|
"component": true,
|
|
"usingComponents": {
|
|
"t-avatar": "tdesign-miniprogram/avatar/avatar",
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"van-button": "@vant/weapp/button/index",
|
|
"te-nav-bar": "../../../../commpents/te_navbar/index"
|
|
},
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "个人中心",
|
|
"backgroundColor": "#eeeeee",
|
|
"backgroundTextStyle": "light"
|
|
}
|