pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationStyle": "custom",
  9. "navigationBarTextStyle": "white"
  10. }
  11. }, {
  12. "path": "pages/news/index",
  13. "style": {
  14. "navigationBarTitleText": "消息"
  15. }
  16. }, {
  17. "path": "pages/user/index",
  18. "style": {
  19. "navigationBarTitleText": "个人"
  20. }
  21. }, {
  22. "path": "pages/login/index",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. }],
  27. "subPackages": [{
  28. "root": "pagesClass",
  29. "pages": [{
  30. "path": "extraLessonsForm",
  31. "style": {
  32. "navigationBarTitleText": "补课"
  33. }
  34. }, {
  35. "path": "extraLessonsStudentList",
  36. "style": {
  37. "navigationBarTitleText": "选择学员"
  38. }
  39. }, {
  40. "path": "classList",
  41. "style": {
  42. "navigationBarTitleText": "我的班级"
  43. }
  44. }, {
  45. "path": "addClassForm",
  46. "style": {
  47. "navigationBarTitleText": "新建班级"
  48. }
  49. }, {
  50. "path": "updateClassForm",
  51. "style": {
  52. "navigationBarTitleText": "修改班级"
  53. }
  54. },{
  55. "path": "classDetail",
  56. "style": {
  57. "navigationBarTitleText": "班级详情"
  58. }
  59. },{
  60. "path": "courseForm",
  61. "style": {
  62. "navigationBarTitleText": "成长历程"
  63. }
  64. }, {
  65. "path": "signForm",
  66. "style": {
  67. "navigationBarTitleText": "签到"
  68. }
  69. }, {
  70. "path": "signStudentList",
  71. "style": {
  72. "navigationBarTitleText": "选择学员"
  73. }
  74. }, {
  75. "path": "timetable",
  76. "style": {
  77. "navigationBarTitleText": "课表"
  78. }
  79. }]
  80. }, {
  81. "root": "pagesMain",
  82. "pages": [{
  83. "path": "coachReply",
  84. "style": {
  85. "navigationBarTitleText": "教练回复"
  86. }
  87. }, {
  88. "path": "evaluateList",
  89. "style": {
  90. "navigationBarTitleText": "我的评价"
  91. }
  92. }, {
  93. "path": "evaluateDetail",
  94. "style": {
  95. "navigationBarTitleText": "评价详情",
  96. "enablePullDownRefresh": true
  97. }
  98. }, {
  99. "path": "extraLessonsList",
  100. "style": {
  101. "navigationBarTitleText": "补课记录"
  102. }
  103. }, {
  104. "path": "leaveLessonsList",
  105. "style": {
  106. "navigationBarTitleText": "请假记录"
  107. }
  108. }, {
  109. "path": "ratioRank",
  110. "style": {
  111. "navigationBarTitleText": "续费率/签到率排行",
  112. "enablePullDownRefresh": true
  113. }
  114. }, {
  115. "path": "renewList",
  116. "style": {
  117. "navigationBarTitleText": "续费提醒"
  118. }
  119. }, {
  120. "path": "signList",
  121. "style": {
  122. "navigationBarTitleText": "签到提醒"
  123. }
  124. }, {
  125. "path": "studentInfo",
  126. "style": {
  127. "navigationBarTitleText": "学员信息"
  128. }
  129. }, {
  130. "path": "communicateForm",
  131. "style": {
  132. "navigationBarTitleText": "通话记录"
  133. }
  134. }]
  135. }],
  136. "globalStyle": {
  137. "navigationStyle": "default",
  138. "navigationBarTextStyle": "black",
  139. "navigationBarTitleText": "星火纵横教练端",
  140. "navigationBarBackgroundColor": "#ffffff",
  141. "backgroundColor": "#F8F8F8"
  142. },
  143. "tabBar": {
  144. "borderStyle": "black",
  145. "backgroundColor": "#fff",
  146. "color": "#9A9A9A",
  147. "selectedColor": "#666666",
  148. "list": [{
  149. "pagePath": "pages/index/index",
  150. "iconPath": "static/images/icon-index.png",
  151. "selectedIconPath": "static/images/icon-index-active.png",
  152. "text": "首页"
  153. }, {
  154. "pagePath": "pages/news/index",
  155. "iconPath": "static/images/icon-news.png",
  156. "selectedIconPath": "static/images/icon-news-active.png",
  157. "text": "消息"
  158. }, {
  159. "pagePath": "pages/user/index",
  160. "iconPath": "static/images/icon-mine.png",
  161. "selectedIconPath": "static/images/icon-mine-active.png",
  162. "text": "个人"
  163. }]
  164. }
  165. }