app.json 2.7 KB

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