pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {}
  6. },
  7. {
  8. "path": "pages/class/gift",
  9. "style": {}
  10. },
  11. {
  12. "path": "pages/class/detail",
  13. "style": {}
  14. },
  15. {
  16. "path": "pages/class/shoppingCart",
  17. "style": {}
  18. },
  19. {
  20. "path": "pages/class/bindPhone",
  21. "style": {}
  22. },
  23. {
  24. "path": "pages/order/index",
  25. "style": {}
  26. },
  27. {
  28. "path": "pages/myStudents/myStudents",
  29. "style": {}
  30. },
  31. {
  32. "path": "pages/studentcenter/index",
  33. "style": {}
  34. },
  35. {
  36. "path": "pages/studentcenter/operation",
  37. "style": {}
  38. },
  39. {
  40. "path": "pages/studentcenter/signIn",
  41. "style": {}
  42. },
  43. {
  44. "path": "pages/studentcenter/classVideo",
  45. "style": {}
  46. },
  47. {
  48. "path": "pages/studentcenter/works",
  49. "style": {}
  50. },
  51. {
  52. "path": "pages/studentcenter/evaluate",
  53. "style": {}
  54. },
  55. {
  56. "path": "pages/studentcenter/absent",
  57. "style": {}
  58. },
  59. {
  60. "path": "pages/mine/mine",
  61. "style": {}
  62. },
  63. {
  64. "path": "pages/mine/parents",
  65. "style": {}
  66. },
  67. {
  68. "path": "pages/mine/teachers",
  69. "style": {}
  70. },
  71. {
  72. "path": "pages/mine/institution",
  73. "style": {}
  74. },
  75. {
  76. "path": "pages/mine/setting",
  77. "style": {}
  78. },
  79. {
  80. "path": "pages/mine/changePhone",
  81. "style": {}
  82. },
  83. {
  84. "path": "pages/mine/message",
  85. "style": {}
  86. },
  87. {
  88. "path": "pages/mine/onlineService",
  89. "style": {}
  90. },
  91. {
  92. "path": "pages/login/index",
  93. "style": {}
  94. },
  95. {
  96. "path": "pages/agreement/index",
  97. "style": {}
  98. },
  99. {
  100. "path": "pages/mine/courseFiles",
  101. "style": {}
  102. },
  103. {
  104. "path": "pages/mine/fileDetail",
  105. "style": {}
  106. }
  107. ],
  108. "globalStyle": {
  109. "navigationBarBackgroundColor": "#FFFFFF",
  110. "navigationBarTitleText": "1212",
  111. "navigationStyle": "custom",
  112. "navigationBarTextStyle": "black",
  113. "animationType": "slide-out-right"
  114. },
  115. "tabBar": {
  116. "custom": true,
  117. "color": "#707070",
  118. "selectedColor": "#3390F5",
  119. "borderStyle": "black",
  120. "backgroundColor": "#ffffff",
  121. "list": [
  122. {
  123. "pagePath": "pages/index/index",
  124. "iconPath": "/static/imgs/tabbar/xk1.png",
  125. "selectedIconPath": "/static/imgs/tabbar/xk.png",
  126. "text": "选课"
  127. },
  128. {
  129. "pagePath": "pages/studentcenter/index",
  130. "iconPath": "/static/imgs/tabbar/xszx1.png",
  131. "selectedIconPath": "/static/imgs/tabbar/xszx.png",
  132. "text": "学生中心"
  133. },
  134. {
  135. "pagePath": "pages/mine/mine",
  136. "iconPath": "/static/imgs/tabbar/wd1.png",
  137. "selectedIconPath": "/static/imgs/tabbar/wd.png",
  138. "text": "我的"
  139. }
  140. ]
  141. },
  142. "usingComponts": true,
  143. "sitemapLocation": "sitemap.json"
  144. }