pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {}
  9. },
  10. {
  11. "path": "pages/index/add-student",
  12. "style": {
  13. "navigationBarTitleText": "激活"
  14. }
  15. },
  16. {
  17. "path": "pages/percourse/evaluate",
  18. "style": {
  19. "navigationBarTitleText": "私教评价"
  20. }
  21. },
  22. {
  23. "path": "pages/index/success",
  24. "style": {
  25. "navigationStyle": "custom",
  26. "navigationBarTextStyle": "white"
  27. }
  28. },
  29. {
  30. "path": "pages/index/per-train",
  31. "style": {
  32. "navigationBarTitleText": "私教约课"
  33. }
  34. },
  35. {
  36. "path": "pages/index/activation",
  37. "style": {
  38. "navigationBarTitleText": "激活会员卡"
  39. }
  40. },
  41. {
  42. "path": "pages/index/class-detail",
  43. "style": {
  44. "navigationBarTitleText": "培训班约课"
  45. }
  46. },
  47. {
  48. "path": "pages/index/shop-detail",
  49. "style": {
  50. "navigationBarTitleText": "门店详情"
  51. }
  52. },
  53. {
  54. "path": "pages/course/course",
  55. "style": {
  56. "navigationBarTitleText": "课程"
  57. }
  58. },
  59. {
  60. "path": "pages/course/evaluate",
  61. "style": {
  62. "navigationBarTitleText": "课程评价"
  63. }
  64. },
  65. {
  66. "path": "pages/index/class",
  67. "style": {
  68. "navigationBarTitleText": "培训班约课"
  69. }
  70. },
  71. {
  72. "path": "pages/mine/mine",
  73. "style": {
  74. "navigationBarTitleText": "我的"
  75. }
  76. },
  77. {
  78. "path": "pages/mine/stu-course",
  79. "style": {
  80. "navigationBarTitleText": "学员课程"
  81. }
  82. },{
  83. "path": "pages/mine/record",
  84. "style": {
  85. "navigationBarTitleText": "学员课程"
  86. }
  87. },{
  88. "path": "pages/mine/train",
  89. "style": {
  90. "navigationBarTitleText": "学员课程"
  91. }
  92. },
  93. {
  94. "path": "pages/mine/stu_info",
  95. "style": {
  96. "navigationBarTitleText": "学生信息"
  97. }
  98. },
  99. {
  100. "path": "pages/percourse/per-course",
  101. "style": {
  102. "navigationBarTitleText": "私教"
  103. }
  104. }
  105. ],
  106. "tabBar": {
  107. "color": "#999999",
  108. "selectedColor": "#FF4600",
  109. "backgroundColor": "#FFFFFF",
  110. "borderStyle": "white",
  111. "list": [{
  112. "pagePath": "pages/index/index",
  113. "iconPath": "static/home.png",
  114. "selectedIconPath": "static/home-fill.png",
  115. "text": "首页"
  116. },
  117. {
  118. "pagePath": "pages/course/course",
  119. "iconPath": "static/class.png",
  120. "selectedIconPath": "static/class-fill.png",
  121. "text": "课程"
  122. },
  123. {
  124. "pagePath": "pages/percourse/per-course",
  125. "iconPath": "static/sijiao.png",
  126. "selectedIconPath": "static/sijiao-fill.png",
  127. "text": "私教"
  128. },
  129. {
  130. "pagePath": "pages/mine/mine",
  131. "iconPath": "static/mine.png",
  132. "selectedIconPath": "static/mine-fill.png",
  133. "text": "我的"
  134. }
  135. ]
  136. },
  137. "globalStyle": {
  138. "navigationBarTextStyle": "black",
  139. "navigationBarTitleText": "鹏程培训",
  140. "navigationBarBackgroundColor": "#FFFFFF",
  141. "backgroundColor": "#F8F8F8"
  142. }
  143. }