app.json 2.8 KB

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