{ "tabBar": { "custom": true, "color": "#000000", "selectedColor": "#000000", "backgroundColor": "#000000", "list": [ { "pagePath": "pages/home/home", "text": "首页" }, { "pagePath": "pages/setDisplay/setDisplay", "text": "片场展示" }, { "pagePath": "pages/contactUs/contactUs", "text": "联系我们" } ] }, "usingComponents": { "van-config-provider": "@vant/weapp/config-provider/index" }, "lazyCodeLoading": "requiredComponents", "pages": [ "pages/home/home", "pages/contactUs/contactUs", "pages/setDisplay/setDisplay", "pages/details/details", "pages/logs/logs" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" }, "permission": { "scope.userLocation": { "desc": "导航需要" } }, "sitemapLocation": "sitemap.json" }