14 lines
405 B
JSON
14 lines
405 B
JSON
{
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "分类",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FEF6E7",
|
|
"backgroundColor": "#FEF6E7",
|
|
"enablePullDownRefresh": false,
|
|
"usingComponents": {
|
|
"nav-bar": "../../components3.0/nav-bar/nav-bar",
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"toy-icon": "/toy/icon/icon"
|
|
}
|
|
}
|