app.json 3.1 KB

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