app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/home/index",
  5. "pages/science/index",
  6. "pages/my/index",
  7. "pages/login/index"
  8. ],
  9. "subPackages": [
  10. {
  11. "root": "pagesHome",
  12. "pages": [
  13. "index/index",
  14. "other/agree"
  15. ]
  16. },
  17. {
  18. "root": "pagesScience",
  19. "pages": [
  20. "science/index"
  21. ]
  22. },
  23. {
  24. "root": "pagesMy",
  25. "pages": [
  26. "basic/index",
  27. "group/index",
  28. "answer/index"
  29. ]
  30. }
  31. ],
  32. "window": {
  33. "pageOrientation": "portrait",
  34. "navigationBarTitleText": "随访小程序",
  35. "navigationBarTextStyle": "black",
  36. "navigationBarBackgroundColor": "#F8F8F8",
  37. "backgroundColor": "#F8F8F8",
  38. "backgroundColorTop": "#F4F5F6",
  39. "backgroundColorBottom": "#F4F5F6"
  40. },
  41. "tabBar": {
  42. "color": "#7A7E83",
  43. "selectedColor": "#007AFF",
  44. "borderStyle": "black",
  45. "backgroundColor": "#F8F8F8",
  46. "list": [
  47. {
  48. "pagePath": "pages/home/index",
  49. "iconPath": "static/home.png",
  50. "selectedIconPath": "static/homeHL.png",
  51. "text": "健康问答"
  52. },
  53. {
  54. "pagePath": "pages/science/index",
  55. "iconPath": "static/science.png",
  56. "selectedIconPath": "static/scienceHL.png",
  57. "text": "医疗科普"
  58. },
  59. {
  60. "pagePath": "pages/my/index",
  61. "iconPath": "static/my.png",
  62. "selectedIconPath": "static/myHL.png",
  63. "text": "个人中心"
  64. }
  65. ]
  66. },
  67. "lazyCodeLoading": "requiredComponents",
  68. "usingComponents": {}
  69. }