{ "pages": [ "pages/index/index", "pages/user-info/user-info", "pages/homeControl/homeContril" ], "window": { "navigationBarTextStyle": "black", "navigationStyle": "custom" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "assets/icons/info.png", "selectedIconPath": "assets/icons/info-active.png", "text": "首页" }, { "pagePath": "pages/homeControl/homeContril", "iconPath": "assets/icons/control.png", "selectedIconPath": "assets/icons/control-active.png", "text": "家庭控制" } ] }, "renderer": "skyline", "rendererOptions": { "skyline": { "defaultDisplayBlock": true, "defaultContentBox": true, "disableABTest": true, "sdkVersionBegin": "3.0.0", "sdkVersionEnd": "15.255.255" } }, "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents", "usingComponents": { "fui-button": "components/firstui/fui-button/fui-button", "fui-text": "components/firstui/fui-text/fui-text", "fui-input": "components/firstui/fui-input/fui-input", "fui-top-popup": "components/firstui/fui-top-popup/fui-top-popup", "fui-icon": "components/firstui/fui-icon/fui-icon", "fui-toast": "/components/firstui/fui-toast/fui-toast", "van-button": "@vant/weapp/button/index", "van-nav-bar": "@vant/weapp/nav-bar/index", "van-switch": "@vant/weapp/switch/index", "van-icon": "@vant/weapp/icon/index", "van-slider": "@vant/weapp/slider/index", "van-notice-bar": "@vant/weapp/notice-bar/index", "van-tab": "@vant/weapp/tab/index", "van-tabs": "@vant/weapp/tabs/index", "van-grid": "@vant/weapp/grid/index", "van-grid-item": "@vant/weapp/grid-item/index", "van-cell": "@vant/weapp/cell/index", "van-cell-group": "@vant/weapp/cell-group/index", "van-tag": "@vant/weapp/tag/index" }, "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "networkTimeout": { "request": 30000, "connectSocket": 30000, "uploadFile": 30000, "downloadFile": 30000 }, "subpackages": [], "debug": true }