app.json 2.8 KB

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