You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
485 B
14 lines
485 B
{
|
|
"usingComponents": {
|
|
"custom-tab-bar":"../../components/custom-tab-bar",
|
|
"load-more": "../../components/loadMore/loadMore",
|
|
"no-data": "../../components/noData/nodata",
|
|
"van-tab": "@vant/weapp/tab/index",
|
|
"van-tabs": "@vant/weapp/tabs/index",
|
|
"van-cascader": "@vant/weapp/cascader/index",
|
|
"van-popup": "@vant/weapp/popup/index"
|
|
},
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#f8f8f8",
|
|
"backgroundTextStyle": "dark"
|
|
}
|