app.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/shop/shop"
  5. ],
  6. "subpackages": [
  7. {
  8. "root": "subpages",
  9. "name": "subpages",
  10. "pages": [
  11. "main/main",
  12. "scan/scan",
  13. "sleepReport/sleepReport",
  14. "data/data",
  15. "testSAS/testSAS",
  16. "sleepEvaluation/sleepEvaluation",
  17. "sleepQualityIndexAssessment/sleepQualityIndexAssessment",
  18. "warmReminder/warmReminder",
  19. "myMattress/myMattress",
  20. "addMattresses/addMattresses",
  21. "constitutionDiagnosis/constitutionDiagnosis",
  22. "detectionResult/detectionResult",
  23. "helpList/helpList",
  24. "helpDetails/helpDetails",
  25. "evaluationIntroduction/evaluationIntroduction",
  26. "textStep/textStep",
  27. "testResultA/testResultA",
  28. "testResultB/testResultB"
  29. ]
  30. }
  31. ],
  32. "preloadRule": {
  33. "pages/index/index": {
  34. "network": "all",
  35. "packages": [
  36. "subpages"
  37. ]
  38. }
  39. },
  40. "window": {
  41. "backgroundTextStyle": "light",
  42. "navigationBarBackgroundColor": "#3d7ef9",
  43. "navigationBarTitleText": "舒眠大健康",
  44. "navigationBarTextStyle": "black"
  45. },
  46. "plugins": {
  47. "calendar": {
  48. "version": "1.1.3",
  49. "provider": "wx92c68dae5a8bb046"
  50. }
  51. },
  52. "permission": {
  53. "scope.userLocation": {
  54. "desc": "你的位置信息将用于天气效果展示"
  55. }
  56. },
  57. "requiredPrivateInfos": [
  58. "getLocation"
  59. ],
  60. "sitemapLocation": "sitemap.json",
  61. "tabBar": {
  62. "selectedColor": "#0BC3AA",
  63. "color": "#AAAFC4",
  64. "list": [
  65. {
  66. "pagePath": "pages/index/index",
  67. "text": "主页",
  68. "iconPath": "static/images/logo.png",
  69. "selectedIconPath": "static/images/logo.png"
  70. },
  71. {
  72. "pagePath": "pages/shop/shop",
  73. "text": "商城",
  74. "iconPath": "static/images/logo.png",
  75. "selectedIconPath": "static/images/logo.png"
  76. }
  77. ]
  78. },
  79. "usingComponents": {
  80. "van-circle": "@vant/weapp/circle/index",
  81. "van-calendar": "@vant/weapp/calendar/index",
  82. "van-loading": "@vant/weapp/loading/index",
  83. "van-tab": "@vant/weapp/tab/index",
  84. "van-tabs": "@vant/weapp/tabs/index",
  85. "van-collapse": "@vant/weapp/collapse/index",
  86. "van-collapse-item": "@vant/weapp/collapse-item/index",
  87. "van-popup": "@vant/weapp/popup/index",
  88. "van-overlay": "@vant/weapp/overlay/index",
  89. "van-picker": "@vant/weapp/picker/index",
  90. "van-nav-bar": "@vant/weapp/nav-bar/index",
  91. "van-field": "@vant/weapp/field/index",
  92. "van-icon": "@vant/weapp/icon/index",
  93. "van-switch": "@vant/weapp/switch/index",
  94. "van-transition": "@vant/weapp/transition/index",
  95. "van-slider": "@vant/weapp/slider/index",
  96. "van-datetime-picker": "@vant/weapp/datetime-picker/index",
  97. "van-radio": "@vant/weapp/radio/index",
  98. "van-radio-group": "@vant/weapp/radio-group/index",
  99. "van-checkbox": "@vant/weapp/checkbox/index",
  100. "van-checkbox-group": "@vant/weapp/checkbox-group/index"
  101. }
  102. }