{ "pages": [ "pages/home/home", "pages/more/more", "components/UserPrivacyDialog/index", "pages/bluetooth/bluetooth", "pages/devicedetail/index" ], "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "window": { "backgroundTextStyle": "dark", "navigationBarBackgroundColor": "#1772cb", "navigationBarTitleText": "随手精灵", "navigationBarTextStyle": "white" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#13227a", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/home/home", "iconPath": "images/icon/icon_home.png", "selectedIconPath": "images/icon/icon_home_active.png", "text": "首页" }, { "pagePath": "pages/more/more", "iconPath": "images/icon/icon_more.png", "selectedIconPath": "images/icon/icon_more_active.png", "text": "更多" }, { "pagePath": "pages/bluetooth/bluetooth", "iconPath": "images/icon/icon_more.png", "selectedIconPath": "images/icon/icon_more_active.png", "text": "蓝牙" } ] }, "networkTimeout": { "request": 10000, "downloadFile": 10000 }, "plugins": { "ppScale-plugin": { "version": "1.2.3", "provider": "wx0ffb48417ce6345c" } }, "debug": true, "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents", "__usePrivacyCheck__": true }