{ "pages": [ "pages/scan/scan", "pages/index/index", "pages/data/data", "pages/testSAS/testSAS", "pages/empower/empower" ], "subpackages": [ { "root": "subpages", "name":"subpages", "pages": [ "sleepEvaluation/sleepEvaluation", "sleepQualityIndexAssessment/sleepQualityIndexAssessment", "warmReminder/warmReminder" ] } ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#3d7ef9", "navigationBarTitleText": "舒眠大健康", "navigationBarTextStyle": "black" }, "plugins": { "calendar": { "version": "1.1.3", "provider": "wx92c68dae5a8bb046" } }, "permission": { "scope.userLocation": { "desc": "你的位置信息将用于天气效果展示" } }, "requiredPrivateInfos": [ "getLocation" ], "sitemapLocation": "sitemap.json", "tabBar": { "custom": true, "selectedColor": "#0BC3AA", "color": "#AAAFC4", "list": [ { "pagePath": "pages/index/index", "text": "控制主页", "iconPath": "static/tabs/home@2x.png", "selectedIconPath": "static/tabs/home-active@2x.png" }, { "pagePath": "pages/scan/scan", "text": "扫码", "iconPath": "static/tabs/report@2x.png", "selectedIconPath": "static/tabs/report-active@2x.png" }, { "pagePath": "pages/data/data", "text": "睡眠报告", "iconPath": "static/tabs/report@2x.png", "selectedIconPath": "static/tabs/report-active@2x.png" }, { "pagePath": "pages/testSAS/testSAS", "text": "调查问卷", "iconPath": "static/tabs/investigation@2x.png", "selectedIconPath": "static/tabs/investigation-active@2x.png" }, { "pagePath": "pages/empower/empower", "text": "我的", "iconPath": "static/tabs/report@2x.png", "selectedIconPath": "static/tabs/report-active@2x.png" } ] }, "usingComponents": { "van-tab": "@vant/weapp/tab/index", "van-tabs": "@vant/weapp/tabs/index", "van-collapse": "@vant/weapp/collapse/index", "van-collapse-item": "@vant/weapp/collapse-item/index", "van-popup": "@vant/weapp/popup/index", "van-overlay": "@vant/weapp/overlay/index", "van-picker": "@vant/weapp/picker/index", "van-nav-bar": "@vant/weapp/nav-bar/index", "van-field": "@vant/weapp/field/index", "van-icon": "@vant/weapp/icon/index", "van-switch": "@vant/weapp/switch/index", "van-transition": "@vant/weapp/transition/index", "van-slider": "@vant/weapp/slider/index", "van-datetime-picker": "@vant/weapp/datetime-picker/index", "van-radio": "@vant/weapp/radio/index", "van-radio-group": "@vant/weapp/radio-group/index", "van-checkbox": "@vant/weapp/checkbox/index", "van-checkbox-group": "@vant/weapp/checkbox-group/index" } }