18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"usingComponents": {
|
|
"van-button": "@vant/weapp/button/index",
|
|
"van-loading": "@vant/weapp/loading/index"
|
|
}
|
|
}
|