15 lines
464 B
JSON
15 lines
464 B
JSON
{
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "经营记录",
|
|
"backgroundColor": "#fff",
|
|
"backgroundTextStyle": "light",
|
|
"navigationStyle": "default",
|
|
"enablePullDownRefresh": true,
|
|
"usingComponents": {
|
|
"load-more": "../../components/load-more/index",
|
|
"pay-list": "../../components/pay-list/pay-list",
|
|
"datetime-picker": "../../components/datetimePicker/datetimePicker"
|
|
}
|
|
}
|