app.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. },
  58. {
  59. "root": "pages_tool",
  60. "pages": [
  61. "pages/wxyj/index",
  62. "pages/cloudNote/edit/index",
  63. "pages/cloudNote/create/index",
  64. "pages/cloudNote/index/index",
  65. "pages/historyToday/historyToday",
  66. "pages/historyToday/details",
  67. "pages/pinyin/index",
  68. "pages/christmasHat/index/index",
  69. "pages/gojuuonn/gojuuonn",
  70. "pages/figure/figure",
  71. "pages/cand/index",
  72. "pages/game/game",
  73. "pages/support/support",
  74. "pages/christmasHat/combine/combine",
  75. "pages/christmasHat/imageeditor/imageeditor",
  76. "pages/qrcode/index",
  77. "pages/IP/IP",
  78. "pages/MobileHome/MobileHome",
  79. "pages/codePars/codePars"
  80. ]
  81. }
  82. ],
  83. "window": {
  84. "navigationBarTextStyle": "black",
  85. "navigationBarTitleText": "uni-app",
  86. "navigationBarBackgroundColor": "#ffffff",
  87. "backgroundColor": "#F8F8F8"
  88. },
  89. "tabBar": {
  90. "color": "#666666",
  91. "selectedColor": "#008FD3",
  92. "borderStyle": "white",
  93. "backgroundColor": "#ffffff",
  94. "height": "64px",
  95. "fontSize": "12px",
  96. "iconWidth": "18px",
  97. "spacing": "4px",
  98. "list": [
  99. {
  100. "pagePath": "pages/about/index",
  101. "iconPath": "/static/tabbar/health.png",
  102. "selectedIconPath": "/static/tabbar/health_sel.png",
  103. "text": "首页"
  104. },
  105. {
  106. "pagePath": "pages/user/index",
  107. "iconPath": "/static/tabbar/my.png",
  108. "selectedIconPath": "/static/tabbar/my_sel.png",
  109. "text": "我的"
  110. }
  111. ]
  112. },
  113. "usingComponents": {}
  114. }