26 lines
594 B
JSON
26 lines
594 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationStyle": "custom"
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
},
|
|
"requiredBackgroundModes": ["websocket"],
|
|
"networkTimeout": {
|
|
"request": 5000,
|
|
"connectSocket": 5000,
|
|
"uploadFile": 10000,
|
|
"downloadFile": 10000
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"usingComponents": {
|
|
"van-button": "@vant/weapp/button/index"
|
|
}
|
|
} |