app.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. "root": "subpagesTwo",
  33. "name": "subpagesTwo",
  34. "pages": [
  35. "seeAlso/seeAico",
  36. "seeAisoList/seeAicoList"
  37. ]
  38. }
  39. ],
  40. "preloadRule": {
  41. "pages/index/index": {
  42. "network": "all",
  43. "packages": [
  44. "subpages"
  45. ]
  46. }
  47. },
  48. "window": {
  49. "backgroundTextStyle": "light",
  50. "navigationBarBackgroundColor": "#3d7ef9",
  51. "navigationBarTitleText": "舒眠大健康",
  52. "navigationBarTextStyle": "black"
  53. },
  54. "plugins": {
  55. "calendar": {
  56. "version": "1.1.3",
  57. "provider": "wx92c68dae5a8bb046"
  58. }
  59. },
  60. "permission": {
  61. "scope.userLocation": {
  62. "desc": "你的位置信息将用于天气效果展示"
  63. }
  64. },
  65. "requiredPrivateInfos": [
  66. "getLocation"
  67. ],
  68. "sitemapLocation": "sitemap.json",
  69. "tabBar": {
  70. "selectedColor": "#0BC3AA",
  71. "color": "#AAAFC4",
  72. "list": [
  73. {
  74. "pagePath": "pages/index/index",
  75. "text": "主页",
  76. "iconPath": "static/images/logo.png",
  77. "selectedIconPath": "static/images/logo.png"
  78. },
  79. {
  80. "pagePath": "pages/shop/shop",
  81. "text": "商城",
  82. "iconPath": "static/images/logo.png",
  83. "selectedIconPath": "static/images/logo.png"
  84. }
  85. ]
  86. },
  87. "usingComponents": {
  88. "van-circle": "@vant/weapp/circle/index",
  89. "van-calendar": "@vant/weapp/calendar/index",
  90. "van-loading": "@vant/weapp/loading/index",
  91. "van-tab": "@vant/weapp/tab/index",
  92. "van-tabs": "@vant/weapp/tabs/index",
  93. "van-collapse": "@vant/weapp/collapse/index",
  94. "van-collapse-item": "@vant/weapp/collapse-item/index",
  95. "van-popup": "@vant/weapp/popup/index",
  96. "van-overlay": "@vant/weapp/overlay/index",
  97. "van-picker": "@vant/weapp/picker/index",
  98. "van-nav-bar": "@vant/weapp/nav-bar/index",
  99. "van-field": "@vant/weapp/field/index",
  100. "van-icon": "@vant/weapp/icon/index",
  101. "van-switch": "@vant/weapp/switch/index",
  102. "van-transition": "@vant/weapp/transition/index",
  103. "van-slider": "@vant/weapp/slider/index",
  104. "van-datetime-picker": "@vant/weapp/datetime-picker/index",
  105. "van-radio": "@vant/weapp/radio/index",
  106. "van-radio-group": "@vant/weapp/radio-group/index",
  107. "van-checkbox": "@vant/weapp/checkbox/index",
  108. "van-checkbox-group": "@vant/weapp/checkbox-group/index"
  109. }
  110. }