pages.json 3.3 KB

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