| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "pages": [
- "pages/index/index",
- "pages/scan/scan",
- "pages/data/data",
- "pages/shop/shop",
- "pages/testSAS/testSAS"
- ],
- "subpackages": [
- {
- "root": "subpages",
- "name":"subpages",
- "pages": [
- "sleepEvaluation/sleepEvaluation",
- "sleepQualityIndexAssessment/sleepQualityIndexAssessment",
- "warmReminder/warmReminder"
- ]
- }
- ],"preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": ["subpages"]
- }
- },
- "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/shop/shop",
- "text": "商城",
- "iconPath": "static/tabs/report@2x.png",
- "selectedIconPath": "static/tabs/report-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"
- }
- ]
- },
- "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"
- }
- }
|