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.

66 lines
1.5 KiB

{
"pages": [
"pages/home/index",
"pages/shequ/index",
"pages/add/index",
"pages/activity/index",
"pages/mine/index",
"pages/list/list",
"pages/info/info",
"pages/intro/intro",
"pages/start/index"
],
"requiredPrivateInfos": [
"getLocation",
"chooseAddress"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/home/index",
"text": "营地"
},
{
"pagePath": "pages/shequ/index",
"text": "社区"
},
{
"pagePath": "pages/add/index",
"text": "发布"
},
{
"pagePath": "pages/activity/index",
"text": "活动"
},
{
"pagePath": "pages/mine/index",
"text": "我的"
}
]
},
"usingComponents": {
"van-button": "@vant/weapp/button/index",
"van-rate": "@vant/weapp/rate/index",
"van-icon": "@vant/weapp/icon/index",
"van-popup": "@vant/weapp/popup/index",
"van-picker": "@vant/weapp/picker/index",
"van-row": "@vant/weapp/row/index",
"van-col": "@vant/weapp/col/index",
"van-tabbar": "@vant/weapp/tabbar/index",
"van-tabbar-item": "@vant/weapp/tabbar-item/index"
},
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}