app.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "pages": [
  3. "pages/scan/scan",
  4. "pages/index/index",
  5. "pages/data/data",
  6. "pages/testSAS/testSAS"
  7. ],
  8. "window": {
  9. "backgroundTextStyle": "light",
  10. "navigationBarBackgroundColor": "#3d7ef9",
  11. "navigationBarTitleText": "舒眠大健康",
  12. "navigationBarTextStyle": "black"
  13. },
  14. "plugins": {
  15. "calendar": {
  16. "version": "1.1.3",
  17. "provider": "wx92c68dae5a8bb046"
  18. }
  19. },
  20. "permission": {
  21. "scope.userLocation": {
  22. "desc": "你的位置信息将用于天气效果展示"
  23. }
  24. },
  25. "requiredPrivateInfos": [
  26. "getLocation"
  27. ],
  28. "sitemapLocation": "sitemap.json",
  29. "tabBar": {
  30. "list": [
  31. {
  32. "pagePath": "pages/index/index",
  33. "text": "控制主页",
  34. "color": "#959595",
  35. "selectedColor": "#00dede",
  36. "iconPath": "static/tabs/home.png",
  37. "selectedIconPath": "static/tabs/home-active.png"
  38. },
  39. {
  40. "pagePath": "pages/scan/scan",
  41. "text": "二维码",
  42. "color": "#959595",
  43. "selectedColor": "#00dede",
  44. "iconPath": "static/tabs/scan-code.png",
  45. "selectedIconPath": "static/tabs/scan-code-active.png"
  46. },
  47. {
  48. "pagePath": "pages/data/data",
  49. "text": "睡眠报告",
  50. "color": "#959595",
  51. "selectedColor": "#00dede",
  52. "iconPath": "static/tabs/orders.png",
  53. "selectedIconPath": "static/tabs/orders-active.png"
  54. },
  55. {
  56. "pagePath": "pages/testSAS/testSAS",
  57. "text": "调查问卷",
  58. "color": "#959595",
  59. "selectedColor": "#00dede",
  60. "iconPath": "static/tabs/question_gay.png",
  61. "selectedIconPath": "static/tabs/question_green.png"
  62. }
  63. ]
  64. },
  65. "usingComponents": {
  66. "van-button": "@vant/weapp/button/index",
  67. "van-field": "@vant/weapp/field/index",
  68. "vabutton": "@vant/weapp/button/index",
  69. "van-toast": "@vant/weapp/toast/index",
  70. "van-dialog": "@vant/weapp/dialog/index",
  71. "van-icon": "@vant/weapp/icon/index",
  72. "van-count-down": "@vant/weapp/count-down/index",
  73. "van-circle": "@vant/weapp/circle/index",
  74. "van-tag": "@vant/weapp/tag/index",
  75. "van-row": "@vant/weapp/row/index",
  76. "van-col": "@vant/weapp/col/index",
  77. "van-cell": "@vant/weapp/cell/index",
  78. "van-cell-group": "@vant/weapp/cell-group/index",
  79. "van-notify": "@vant/weapp/notify/index",
  80. "van-grid": "@vant/weapp/grid/index",
  81. "van-grid-item": "@vant/weapp/grid-item/index",
  82. "van-progress": "@vant/weapp/progress/index",
  83. "van-notice-bar": "@vant/weapp/notice-bar/index",
  84. "van-action-sheet": "@vant/weapp/action-sheet/index",
  85. "van-switch": "@vant/weapp/switch/index",
  86. "van-rate": "@vant/weapp/rate/index",
  87. "van-transition": "@vant/weapp/transition/index",
  88. "van-slider": "@vant/weapp/slider/index",
  89. "van-datetime-picker": "@vant/weapp/datetime-picker/index",
  90. "van-radio": "@vant/weapp/radio/index",
  91. "van-radio-group": "@vant/weapp/radio-group/index",
  92. "van-checkbox": "@vant/weapp/checkbox/index",
  93. "van-checkbox-group": "@vant/weapp/checkbox-group/index"
  94. }
  95. }