pages.json 2.8 KB

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