app.json 2.6 KB

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