{ "pages": [ "pages/index/index", "pages/register/index", "pages/home/index", "pages/news/index", "pages/topic/index", "pages/my/index", "pages/my/userInfo", "pages/usermymatch/index", "pages/setting/index", "pages/test/index" ], "usingComponents": { "van-sidebar": "@vant/weapp/sidebar/index", "van-sidebar-item": "@vant/weapp/sidebar-item/index", "van-search": "@vant/weapp/search/index", "van-button": "@vant/weapp/button/index", "van-row": "@vant/weapp/row/index", "van-col": "@vant/weapp/col/index", "van-dialog": "@vant/weapp/dialog/index", "van-tab": "@vant/weapp/tab/index", "van-tabs": "@vant/weapp/tabs/index", "van-icon": "@vant/weapp/icon/index", "van-nav-bar": "@vant/weapp/nav-bar/index", "van-tabbar": "@vant/weapp/tabbar/index", "van-tabbar-item": "@vant/weapp/tabbar-item/index", "van-uploader": "@vant/weapp/uploader/index", "van-popup": "@vant/weapp/popup/index", "van-picker": "@vant/weapp/picker/index" }, "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "小程序模板", "navigationBarTextStyle": "black", "navigationStyle": "custom" }, "style": "v2", "requiredBackgroundModes": [ "location" ], "sitemapLocation": "sitemap.json", "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } } }