pages.json 3.1 KB

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