| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "pages": [
- "pages/scan/scan",
- "pages/index/index",
- "pages/data/data",
- "pages/testSAS/testSAS",
- "pages/sleepEvaluation/sleepEvaluation"
-
- ],
- "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": {
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "控制主页",
- "color": "#959595",
- "selectedColor": "#00dede",
- "iconPath": "static/tabs/home.png",
- "selectedIconPath": "static/tabs/home-active.png"
- },
- {
- "pagePath": "pages/scan/scan",
- "text": "二维码",
- "color": "#959595",
- "selectedColor": "#00dede",
- "iconPath": "static/tabs/scan-code.png",
- "selectedIconPath": "static/tabs/scan-code-active.png"
- },
- {
- "pagePath": "pages/data/data",
- "text": "睡眠报告",
- "color": "#959595",
- "selectedColor": "#00dede",
- "iconPath": "static/tabs/orders.png",
- "selectedIconPath": "static/tabs/orders-active.png"
- },
- {
- "pagePath": "pages/testSAS/testSAS",
- "text": "调查问卷",
- "color": "#959595",
- "selectedColor": "#00dede",
- "iconPath": "static/tabs/question_gay.png",
- "selectedIconPath": "static/tabs/question_green.png"
- },
- {
- "pagePath": "pages/sleepEvaluation/sleepEvaluation",
- "text": "入住评价",
- "color": "#959595",
- "selectedColor": "#00dede",
- "iconPath": "static/tabs/question_gay.png",
- "selectedIconPath": "static/tabs/question_green.png"
- }
- ]
- },
- "usingComponents": {
- "van-button": "@vant/weapp/button/index",
- "van-field": "@vant/weapp/field/index",
- "vabutton": "@vant/weapp/button/index",
- "van-toast": "@vant/weapp/toast/index",
- "van-dialog": "@vant/weapp/dialog/index",
- "van-icon": "@vant/weapp/icon/index",
- "van-count-down": "@vant/weapp/count-down/index",
- "van-circle": "@vant/weapp/circle/index",
- "van-tag": "@vant/weapp/tag/index",
- "van-row": "@vant/weapp/row/index",
- "van-col": "@vant/weapp/col/index",
- "van-cell": "@vant/weapp/cell/index",
- "van-cell-group": "@vant/weapp/cell-group/index",
- "van-notify": "@vant/weapp/notify/index",
- "van-grid": "@vant/weapp/grid/index",
- "van-grid-item": "@vant/weapp/grid-item/index",
- "van-progress": "@vant/weapp/progress/index",
- "van-notice-bar": "@vant/weapp/notice-bar/index",
- "van-action-sheet": "@vant/weapp/action-sheet/index",
- "van-switch": "@vant/weapp/switch/index",
- "van-rate": "@vant/weapp/rate/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"
- }
- }
|