pages.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  4. "layout": "@/layout/index.vue"
  5. },
  6. "pages": [
  7. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  8. {
  9. "path": "pages/index/index",
  10. "style": {
  11. // #ifdef MP-KUAISHOU
  12. "navigationBarTitleText": "四海剧场",
  13. // #endif
  14. // #ifdef MP-TOUTIAO
  15. "navigationBarTitleText": "张四爷剧场",
  16. // #endif
  17. "enablePullDownRefresh": false
  18. }
  19. },
  20. {
  21. "path": "pages/login",
  22. "style": {
  23. // #ifdef MP-KUAISHOU
  24. "navigationBarTitleText": "四海剧场",
  25. // #endif
  26. // #ifdef MP-TOUTIAO
  27. "navigationBarTitleText": "张四爷剧场",
  28. // #endif
  29. "enablePullDownRefresh": false
  30. }
  31. },
  32. {
  33. "path": "pages/index/rank",
  34. "style": {
  35. "navigationBarTitleText": "排行榜",
  36. "enablePullDownRefresh": false
  37. }
  38. },
  39. {
  40. "path": "pages/index/news",
  41. "style": {
  42. "navigationBarTitleText": "最新",
  43. "enablePullDownRefresh": false
  44. }
  45. },
  46. {
  47. "path": "pages/index/search",
  48. "style": {
  49. "navigationBarTitleText": "搜索结果",
  50. "enablePullDownRefresh": false
  51. }
  52. },
  53. {
  54. "path": "pages/trace/index",
  55. "style": {
  56. "navigationBarTitleText": "张四爷剧场",
  57. "enablePullDownRefresh": false
  58. }
  59. },
  60. {
  61. "path": "pages/my/index",
  62. "style": {
  63. "navigationBarTitleText": "张四爷剧场",
  64. "enablePullDownRefresh": false
  65. }
  66. },
  67. {
  68. "path": "pages/trace/collect",
  69. "style": {
  70. "navigationBarTitleText": "我的收藏",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path": "pages/trace/list",
  76. "style": {
  77. "navigationBarTitleText": "张四爷剧场",
  78. "enablePullDownRefresh": false
  79. }
  80. },
  81. {
  82. "path": "pages/my/consume",
  83. "style": {
  84. "navigationBarTitleText": "消费记录",
  85. "enablePullDownRefresh": false
  86. }
  87. },
  88. {
  89. "path": "pages/my/history",
  90. "style": {
  91. "navigationBarTitleText": "历史记录",
  92. "enablePullDownRefresh": false
  93. }
  94. },
  95. {
  96. "path": "pages/my/recharge",
  97. "style": {
  98. "navigationBarTitleText": "充值记录",
  99. "enablePullDownRefresh": false
  100. }
  101. },
  102. {
  103. "path": "pages/my/protocol",
  104. "style": {
  105. "navigationBarTitleText": "用户协议",
  106. "enablePullDownRefresh": false
  107. }
  108. },
  109. {
  110. "path": "pages/sign/index",
  111. "style": {
  112. "navigationBarTitleText": "签到",
  113. "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path": "pages/member/index",
  118. "style": {
  119. "navigationBarTitleText": "会员",
  120. "enablePullDownRefresh": false
  121. }
  122. },
  123. {
  124. "path": "pages/member/free",
  125. "style": {
  126. "navigationBarTitleText": "会员免费片单",
  127. "enablePullDownRefresh": false
  128. }
  129. },
  130. {
  131. "path": "pages/episode/play",
  132. "style": {
  133. "navigationBarTitleText": "播放",
  134. "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path": "pages/share/index",
  139. "style": {
  140. "navigationBarTitleText": "分销中心",
  141. "enablePullDownRefresh": false
  142. }
  143. },
  144. {
  145. "path": "pages/share/income",
  146. "style": {
  147. "navigationBarTitleText": "分销佣金",
  148. "enablePullDownRefresh": false
  149. }
  150. },
  151. {
  152. "path": "pages/share/order",
  153. "style": {
  154. "navigationBarTitleText": "分销订单",
  155. "enablePullDownRefresh": false
  156. }
  157. },
  158. {
  159. "path": "pages/share/team",
  160. "style": {
  161. "navigationBarTitleText": "我的团队",
  162. "enablePullDownRefresh": false
  163. }
  164. },
  165. {
  166. "path": "pages/share/withdraw",
  167. "style": {
  168. "navigationBarTitleText": "提现",
  169. "enablePullDownRefresh": false
  170. }
  171. },
  172. {
  173. "path": "pages/share/withdrawDetail",
  174. "style": {
  175. "navigationBarTitleText": "提现明细",
  176. "enablePullDownRefresh": false
  177. }
  178. },
  179. {
  180. "path": "pages/share/tips",
  181. "style": {
  182. "navigationBarTitleText": "用户须知",
  183. "enablePullDownRefresh": false
  184. }
  185. }
  186. ],
  187. "globalStyle": {
  188. "navigationBarTextStyle": "white", // black or white
  189. "navigationBarTitleText": "张四爷剧场",
  190. "navigationBarBackgroundColor": "#151728",
  191. "backgroundColor": "#151728"
  192. },
  193. "tabBar": {
  194. "custom": true,
  195. "color": "#8a8a8a",
  196. "selectedColor": "#6EEBE8",
  197. "backgroundColor": "#17162B",
  198. "borderStyle": "black",
  199. "list": [
  200. {
  201. "pagePath": "pages/index/index",
  202. "iconPath": "static/image/tab/home.png",
  203. "selectedIconPath": "static/image/tab/home-HL.png",
  204. "text": "首页"
  205. },
  206. {
  207. "pagePath": "pages/trace/index",
  208. "iconPath": "static/image/tab/trace.png",
  209. "selectedIconPath": "static/image/tab/trace-HL.png",
  210. "text": "追剧"
  211. },
  212. {
  213. "pagePath": "pages/my/index",
  214. "iconPath": "static/image/tab/my.png",
  215. "selectedIconPath": "static/image/tab/my-HL.png",
  216. "text": "我的"
  217. }
  218. ]
  219. }
  220. }