app.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "pages": [
  3. "pages/about/index",
  4. "pages/index/index",
  5. "pages/user/index",
  6. "pages/user/userAgreement",
  7. "pages/course/videovip",
  8. "pages/healthTest/healthTest",
  9. "pages/auth/login"
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "pages_index",
  14. "pages": [
  15. "testDetails",
  16. "test",
  17. "patient",
  18. "addEditPatient",
  19. "testResult"
  20. ]
  21. },
  22. {
  23. "root": "pages_manage",
  24. "pages": [
  25. "login",
  26. "index",
  27. "dataDetails",
  28. "statistic",
  29. "manageDataDetail"
  30. ]
  31. },
  32. {
  33. "root": "pages_managedata",
  34. "pages": [
  35. "coursedetail",
  36. "vipdetail",
  37. "userInfo",
  38. "editUser",
  39. "lableSetup",
  40. "about",
  41. "users",
  42. "managedetail",
  43. "exprotList",
  44. "saleInfo",
  45. "changeVip"
  46. ]
  47. },
  48. {
  49. "root": "pages_course",
  50. "pages": [
  51. "reward",
  52. "H5reward",
  53. "becomeVIP",
  54. "becomeSale",
  55. "webview",
  56. "videovip",
  57. "video",
  58. "learn",
  59. "teacherClassroom",
  60. "feedback"
  61. ]
  62. }
  63. ],
  64. "window": {
  65. "navigationBarTextStyle": "black",
  66. "navigationBarTitleText": "uni-app",
  67. "navigationBarBackgroundColor": "#ffffff",
  68. "backgroundColor": "#F8F8F8"
  69. },
  70. "tabBar": {
  71. "color": "#666666",
  72. "selectedColor": "#008FD3",
  73. "borderStyle": "white",
  74. "backgroundColor": "#ffffff",
  75. "height": "64px",
  76. "fontSize": "12px",
  77. "iconWidth": "18px",
  78. "spacing": "4px",
  79. "list": [
  80. {
  81. "pagePath": "pages/about/index",
  82. "iconPath": "/static/tabbar/health.png",
  83. "selectedIconPath": "/static/tabbar/health_sel.png",
  84. "text": "企业理念"
  85. },
  86. {
  87. "pagePath": "pages/user/index",
  88. "iconPath": "/static/tabbar/my.png",
  89. "selectedIconPath": "/static/tabbar/my_sel.png",
  90. "text": "我的"
  91. }
  92. ]
  93. },
  94. "usingComponents": {}
  95. }