pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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. "enablePullDownRefresh": true
  11. }
  12. }, {
  13. "path": "pages/member/index",
  14. "style": {
  15. "navigationBarTitleText": "会员"
  16. }
  17. }, {
  18. "path": "pages/user/index",
  19. "style": {
  20. "navigationBarTitleText": "个人"
  21. }
  22. }, {
  23. "path": "pages/login/index",
  24. "style": {}
  25. }],
  26. "subPackages": [{
  27. "root": "pagesMember",
  28. "pages": [{
  29. "path": "venueMore",
  30. "style": {
  31. "navigationBarTitleText": "更多场馆"
  32. }
  33. },{
  34. "path": "venueDetail",
  35. "style": {
  36. "navigationBarTitleText": "场馆详情",
  37. "enablePullDownRefresh": true
  38. }
  39. }, {
  40. "path": "classDetail",
  41. "style": {
  42. "navigationBarTitleText": "班级详情",
  43. "enablePullDownRefresh": true
  44. }
  45. }, {
  46. "path": "subscribelForm",
  47. "style": {
  48. "navigationBarTitleText": "添加信息"
  49. }
  50. }, {
  51. "path": "subscribelSuccess",
  52. "style": {
  53. "navigationBarTitleText": "新增成功"
  54. }
  55. }, {
  56. "path": "leaveForm",
  57. "style": {
  58. "navigationBarTitleText": "请假"
  59. }
  60. }, {
  61. "path": "evaluateForm",
  62. "style": {
  63. "navigationBarTitleText": "评价"
  64. }
  65. }, {
  66. "path": "myClassDetail",
  67. "style": {
  68. "navigationBarTitleText": "我的课程"
  69. }
  70. }, {
  71. "path": "courseForm",
  72. "style": {
  73. "navigationBarTitleText": "课程评价"
  74. }
  75. }]
  76. }, {
  77. "root": "pagesMain",
  78. "pages": [{
  79. "path": "orderList",
  80. "style": {
  81. "navigationBarTitleText": "我的订单"
  82. }
  83. },{
  84. "path": "studentList",
  85. "style": {
  86. "navigationBarTitleText": "我的学员"
  87. }
  88. }, {
  89. "path": "couponList",
  90. "style": {
  91. "navigationBarTitleText": "我的优惠券"
  92. }
  93. }, {
  94. "path": "shareInfo",
  95. "style": {
  96. "navigationBarTitleText": "分享有礼"
  97. }
  98. }, {
  99. "path": "evaluateList",
  100. "style": {
  101. "navigationBarTitleText": "我的评价"
  102. }
  103. }, {
  104. "path": "leaveRecord",
  105. "style": {
  106. "navigationBarTitleText": "请假记录"
  107. }
  108. }, {
  109. "path": "subscribeInfo",
  110. "style": {
  111. "navigationBarTitleText": "预约信息"
  112. }
  113. }, {
  114. "path": "subscribeList",
  115. "style": {
  116. "navigationBarTitleText": "我的预约"
  117. }
  118. },{
  119. "path": "subscribeListAll",
  120. "style": {
  121. "navigationBarTitleText": "我的预约记录"
  122. }
  123. }, {
  124. "path": "memberCardList",
  125. "style": {
  126. "navigationBarTitleText": "开通会员"
  127. }
  128. }, {
  129. "path": "openMember",
  130. "style": {
  131. "navigationBarTitleText": "确认开通"
  132. }
  133. }, {
  134. "path": "contractInfo",
  135. "style": {
  136. "navigationBarTitleText": "合同协议"
  137. }
  138. }, {
  139. "path": "payResult",
  140. "style": {
  141. "navigationBarTitleText": "开通结果"
  142. }
  143. }, {
  144. "path": "payResultNo",
  145. "style": {
  146. "navigationBarTitleText": "其他支付开通结果"
  147. }
  148. }]
  149. }],
  150. "globalStyle": {
  151. "navigationStyle": "default",
  152. "navigationBarTextStyle": "black",
  153. "navigationBarTitleText": "",
  154. "navigationBarBackgroundColor": "#ffffff",
  155. "backgroundColor": "#F8F8F8"
  156. },
  157. "tabBar": {
  158. "borderStyle": "black",
  159. "backgroundColor": "#fff",
  160. "color": "#9A9A9A",
  161. "selectedColor": "#666666",
  162. "list": [{
  163. "pagePath": "pages/index/index",
  164. "iconPath": "static/images/icon-index.png",
  165. "selectedIconPath": "static/images/icon-index-active.png",
  166. "text": "首页"
  167. }, {
  168. "pagePath": "pages/member/index",
  169. "iconPath": "static/images/icon-member.png",
  170. "selectedIconPath": "static/images/icon-member-active.png",
  171. "text": "会员"
  172. }, {
  173. "pagePath": "pages/user/index",
  174. "iconPath": "static/images/icon-mine.png",
  175. "selectedIconPath": "static/images/icon-mine-active.png",
  176. "text": "个人"
  177. }]
  178. }
  179. }