{ "pages": [ "pages/home/home", "pages/home/search/index", "pages/emoticon/result/index" ], "tabBar": { "custom": true, "color": "#666666", "selectedColor": "#FF5F15", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/home/home", "text": "首页" }, { "pagePath": "pages/home/search/index", "text": "搜索" } ] }, "requiredPrivateInfos": ["chooseAddress"], "lazyCodeLoading": "requiredComponents", "usingComponents": {}, "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "Weixin", "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "resolveAlias": { "~/*": "/*" } }