app.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "pages": [
  3. "pages/about/index",
  4. "pages/user/index",
  5. "pages/user/userAgreement",
  6. "pages/course/videovip",
  7. "pages/healthTest/healthTest",
  8. "pages/auth/login"
  9. ],
  10. "subPackages": [
  11. {
  12. "root": "pages_index",
  13. "pages": [
  14. "testDetails",
  15. "test",
  16. "patient",
  17. "addEditPatient",
  18. "testResult",
  19. "voice",
  20. "voiceItem",
  21. "voiceList"
  22. ]
  23. },
  24. {
  25. "root": "pages_manage",
  26. "pages": [
  27. "login",
  28. "index",
  29. "dataDetails",
  30. "statistic",
  31. "manageDataDetail"
  32. ]
  33. },
  34. {
  35. "root": "pages_managedata",
  36. "pages": [
  37. "coursedetail",
  38. "vipdetail",
  39. "userInfo",
  40. "editUser",
  41. "lableSetup",
  42. "about",
  43. "users",
  44. "managedetail",
  45. "exprotList",
  46. "saleInfo",
  47. "changeVip"
  48. ]
  49. },
  50. {
  51. "root": "pages_course",
  52. "pages": [
  53. "reward",
  54. "H5reward",
  55. "becomeVIP",
  56. "becomeSale",
  57. "webview",
  58. "videovip",
  59. "video",
  60. "learn",
  61. "teacherClassroom",
  62. "feedback"
  63. ]
  64. },
  65. {
  66. "root": "pages_tool",
  67. "pages": [
  68. "pages/historyToday/historyToday",
  69. "pages/historyToday/details",
  70. "pages/pinyin/index",
  71. "pages/christmasHat/index/index",
  72. "pages/gojuuonn/gojuuonn",
  73. "pages/figure/figure",
  74. "pages/cand/index",
  75. "pages/game/game",
  76. "pages/support/support",
  77. "pages/christmasHat/combine/combine",
  78. "pages/christmasHat/imageeditor/imageeditor",
  79. "pages/qrcode/index",
  80. "pages/IP/IP",
  81. "pages/MobileHome/MobileHome",
  82. "pages/codePars/codePars"
  83. ]
  84. }
  85. ],
  86. "window": {
  87. "navigationBarTextStyle": "black",
  88. "navigationBarTitleText": "uni-app",
  89. "navigationBarBackgroundColor": "#ffffff",
  90. "backgroundColor": "#F8F8F8"
  91. },
  92. "tabBar": {
  93. "color": "#666666",
  94. "selectedColor": "#008FD3",
  95. "borderStyle": "white",
  96. "backgroundColor": "#ffffff",
  97. "height": "64px",
  98. "fontSize": "12px",
  99. "iconWidth": "18px",
  100. "spacing": "4px",
  101. "list": [
  102. {
  103. "pagePath": "pages/about/index",
  104. "iconPath": "/static/tabbar/health.png",
  105. "selectedIconPath": "/static/tabbar/health_sel.png",
  106. "text": "工具"
  107. },
  108. {
  109. "pagePath": "pages/user/index",
  110. "iconPath": "/static/tabbar/my.png",
  111. "selectedIconPath": "/static/tabbar/my_sel.png",
  112. "text": "我的"
  113. }
  114. ]
  115. },
  116. "usingComponents": {}
  117. }