app.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "pages": [
  3. "pages/about/index",
  4. "pages/user/index",
  5. "pages/user/userAgreement",
  6. <<<<<<< HEAD
  7. "pages/healthTest/healthTest",
  8. "pages/auth/login"
  9. =======
  10. "pages/healthTest/healthTest"
  11. >>>>>>> b53250c80fab209f9c8ef79b7d9ca16abd04a782
  12. ],
  13. "subPackages": [
  14. {
  15. "root": "pages_index",
  16. "pages": [
  17. "testDetails",
  18. "test",
  19. "voice"
  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. "plugins": {
  63. "yunlVideoPlugin": {
  64. "version": "1.0.0",
  65. "provider": "wxd70f99287830cb51"
  66. }
  67. }
  68. },
  69. {
  70. "root": "pages_tool",
  71. "pages": [
  72. "pages/wxyj/index",
  73. "pages/cloudNote/edit/index",
  74. "pages/cloudNote/create/index",
  75. "pages/cloudNote/index/index",
  76. "pages/historyToday/historyToday",
  77. "pages/historyToday/details",
  78. "pages/pinyin/index",
  79. "pages/christmasHat/index/index",
  80. "pages/gojuuonn/gojuuonn",
  81. "pages/figure/figure",
  82. "pages/cand/index",
  83. "pages/game/game",
  84. "pages/support/support",
  85. "pages/christmasHat/combine/combine",
  86. "pages/christmasHat/imageeditor/imageeditor",
  87. "pages/qrcode/index",
  88. "pages/IP/IP",
  89. "pages/MobileHome/MobileHome",
  90. "pages/codePars/codePars"
  91. ]
  92. }
  93. ],
  94. "window": {
  95. "navigationBarTextStyle": "black",
  96. "navigationBarTitleText": "uni-app",
  97. "navigationBarBackgroundColor": "#ffffff",
  98. "backgroundColor": "#F8F8F8"
  99. },
  100. "tabBar": {
  101. "color": "#666666",
  102. "selectedColor": "#008FD3",
  103. "borderStyle": "white",
  104. "backgroundColor": "#ffffff",
  105. "height": "64px",
  106. "fontSize": "12px",
  107. "iconWidth": "18px",
  108. "spacing": "4px",
  109. "list": [
  110. {
  111. "pagePath": "pages/about/index",
  112. "iconPath": "/static/tabbar/health.png",
  113. "selectedIconPath": "/static/tabbar/health_sel.png",
  114. "text": "首页"
  115. },
  116. {
  117. "pagePath": "pages/user/index",
  118. "iconPath": "/static/tabbar/my.png",
  119. "selectedIconPath": "/static/tabbar/my_sel.png",
  120. "text": "我的"
  121. }
  122. ]
  123. },
  124. "usingComponents": {}
  125. }