10 lines
272 B
JSON
10 lines
272 B
JSON
|
{
|
||
|
"enablePullDownRefresh": true,
|
||
|
"navigationBarTitleText": "消息",
|
||
|
"navigationBarBackgroundColor": "#333",
|
||
|
"navigationBarTextStyle": "white",
|
||
|
"usingComponents": {
|
||
|
"no-data": "/components/noData/noData",
|
||
|
"avatar": "/pages/components/avatar/avatar"
|
||
|
}
|
||
|
}
|